Changes between Version 52 and Version 53 of WorkBook/LibraryInterface
- Timestamp:
- Apr 30, 2014, 2:37:42 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/LibraryInterface
v52 v53 128 128 129 129 Int_t pid, status; 130 Double_t px, py, pz, e ;130 Double_t px, py, pz, e, mass; 131 131 Double_t x, y, z, t; 132 132 … … 144 144 pdgParticle = pdg->GetParticle(pid); 145 145 candidate->Charge = pdgParticle ? Int_t(pdgParticle->Charge()/3.0) : -999; 146 candidate->Mass = pdgParticle ? pdgParticle->Mass() : -999.9;146 candidate->Mass = mass; 147 147 148 148 candidate->Momentum.SetPxPyPzE(px, py, pz, e);