Skip to content

Commit

Permalink
Initialize variable geomtry (#621)
Browse files Browse the repository at this point in the history
Co-authored-by: klendathu2k <[email protected]>
  • Loading branch information
fisyak and klendathu2k authored Nov 8, 2023
1 parent dead63f commit f1f9389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StRoot/StGenericVertexMaker/StiPPVertex/BtofHitList.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

//==========================================================
//==========================================================
BtofHitList::BtofHitList() :
BtofHitList::BtofHitList() : geometry(0),
// phi, 60 bins
// eta, 32*2 bins not with the same width, so eta0,deta are really not used
ScintHitList(0.,M_PI/60,60, -0.9,0.028125,64,"Btof",4,0.75)
Expand Down

0 comments on commit f1f9389

Please sign in to comment.