Changeset 1190 in svn for trunk/readers/DelphesCMSFWLite.cpp
- Timestamp:
- Jul 8, 2013, 10:41:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/readers/DelphesCMSFWLite.cpp
r1189 r1190 91 91 pdgParticle = pdg->GetParticle(pid); 92 92 candidate->Charge = pdgParticle ? Int_t(pdgParticle->Charge()/3.0) : -999; 93 candidate->Mass = pdgParticle ? pdgParticle->Mass() : -999.9;93 candidate->Mass = mass; 94 94 95 95 candidate->Momentum.SetPxPyPzE(px, py, pz, e);
Note:
See TracChangeset
for help on using the changeset viewer.