]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HBTAN/AliHBTParticle.h
Bug correction (energy recalculation when adding new incarnation of the particle).
[u/mrichter/AliRoot.git] / HBTAN / AliHBTParticle.h
index 3e7d1cc22f699afa7255cf162e9f4abbe7380942..429f37eb0a46da9aa7bcae1397a668aec50a75cd 100644 (file)
@@ -97,6 +97,7 @@ public:
                              {fVx=vx; fVy=vy; fVz=vz; fVt=t;}
   void           SetProductionVertex(const TLorentzVector& v)
                              {SetProductionVertex(v.X(),v.Y(),v.Z(),v.T());}
                              {fVx=vx; fVy=vy; fVz=vz; fVt=t;}
   void           SetProductionVertex(const TLorentzVector& v)
                              {SetProductionVertex(v.X(),v.Y(),v.Z(),v.T());}
+  void           SetCalcMass(Double_t mass) {fCalcMass = mass;}
   const Char_t*  GetName() const; 
   void           Print() const;
 
   const Char_t*  GetName() const; 
   void           Print() const;