From f1f93899ac27af2891b36ca4fe3ae51de1bcfc9a Mon Sep 17 00:00:00 2001 From: Yuri Fisyak Date: Wed, 8 Nov 2023 09:33:44 -0500 Subject: [PATCH] Initialize variable geomtry (#621) Co-authored-by: klendathu2k <56083924+klendathu2k@users.noreply.github.com> --- StRoot/StGenericVertexMaker/StiPPVertex/BtofHitList.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StRoot/StGenericVertexMaker/StiPPVertex/BtofHitList.cxx b/StRoot/StGenericVertexMaker/StiPPVertex/BtofHitList.cxx index 1dec5065f78..30f3fe42560 100644 --- a/StRoot/StGenericVertexMaker/StiPPVertex/BtofHitList.cxx +++ b/StRoot/StGenericVertexMaker/StiPPVertex/BtofHitList.cxx @@ -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)