Changeset 1189 in svn for trunk/classes/DelphesLHEFReader.cc
- Timestamp:
- Jul 8, 2013, 9:27:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/DelphesLHEFReader.cc
r1143 r1189 181 181 pdgParticle = fPDG->GetParticle(fPID); 182 182 candidate->Charge = pdgParticle ? int(pdgParticle->Charge()/3.0) : -999; 183 candidate->Mass = pdgParticle ? pdgParticle->Mass() : -999.9;183 candidate->Mass = fMass; 184 184 185 185 candidate->Momentum.SetPxPyPzE(fPx, fPy, fPz, fE);
Note:
See TracChangeset
for help on using the changeset viewer.