]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TTherminator/Therminator/Particle.cxx
update from salvatore
[u/mrichter/AliRoot.git] / TTherminator / Therminator / Particle.cxx
index b4c08811612bf71662c948f17e9273acee429912..ec834ad61b3bbf37456aed56829437f7c953bb12 100644 (file)
 Particle::Particle()
 {
   mPartType  = 0;
+  px = 0; py = 0; pz = 0;
+  rx = 0; ry = 0; rz = 0; rt = 0;
+  mDecayed = 0;
+  mHasFather = -1;
 }
 
 Particle::Particle(double aRapidity, double aPt, double aPhip,