]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Uninitialized value corrected
authorskowron <skowron@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 Nov 2002 10:35:37 +0000 (10:35 +0000)
committerskowron <skowron@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 Nov 2002 10:35:37 +0000 (10:35 +0000)
HBTAN/AliHBTParticle.cxx

index 294b05f9311f07d0be168b4a5cb321cfe4975373..b66c15c0acc765d98aea2802ae129a71a9c05e11 100644 (file)
@@ -9,7 +9,7 @@ ClassImp(AliHBTParticle)
 
 //______________________________________________________________________________
 AliHBTParticle::AliHBTParticle():  
-                fPdgCode(0), fPx(0), fPy(0),fPz(0),fE(0), fVx(0), fVy(0),fVz(0),fVt(0)
+                fPdgCode(0), fCalcMass(0),fPx(0), fPy(0),fPz(0),fE(0), fVx(0), fVy(0),fVz(0),fVt(0)
 {//empty particle
 }
 
@@ -17,8 +17,9 @@ AliHBTParticle::AliHBTParticle():
 //______________________________________________________________________________
 AliHBTParticle::AliHBTParticle(Int_t pdg, Double_t px, Double_t py, Double_t pz, Double_t etot,
                      Double_t vx, Double_t vy, Double_t vz, Double_t time):
-  fPdgCode(pdg), fPx(px), fPy(py),fPz(pz),fE(etot), 
-                 fVx(vx), fVy(vy),fVz(vz),fVt(time)
+  fPdgCode(pdg), 
+  fPx(px), fPy(py),fPz(pz),fE(etot), 
+  fVx(vx), fVy(vy),fVz(vz),fVt(time)
 {
 //mormal constructor