Skip to content
Snippets Groups Projects
Commit 623a988b authored by Andrei Gheata's avatar Andrei Gheata
Browse files

Forgot 2 variables in the previous commit

git-svn-id: http://root.cern.ch/svn/root/trunk@34999 27541ba8-7e3a-0410-8455-c3a389f83636
parent 97f0a48f
No related merge requests found
......@@ -56,6 +56,8 @@ TGeoHelix::TGeoHelix()
fPhi = 0.;
fPointInit[0] = fPointInit[1] = fPointInit[2] = 0.;
fDirInit[0] = fDirInit[1] = fDirInit[2] = 0.;
fPoint[0] = fPoint[1] = fPoint[2] = 0.;
fDir[0] = fDir[1] = fDir[2] = 0.;
fB[0] = fB[1] = fB[2] = 0.;
fQ = 0;
fMatrix = 0;
......@@ -75,6 +77,8 @@ TGeoHelix::TGeoHelix(Double_t curvature, Double_t hstep, Int_t charge)
fPhi = 0.;
fPointInit[0] = fPointInit[1] = fPointInit[2] = 0.;
fDirInit[0] = fDirInit[1] = fDirInit[2] = 0.;
fPoint[0] = fPoint[1] = fPoint[2] = 0.;
fDir[0] = fDir[1] = fDir[2] = 0.;
fB[0] = fB[1] = fB[2] = 0.;
fQ = 0;
fMatrix = new TGeoHMatrix();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment