- Timestamp:
- Jul 8, 2013, 10:41:08 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- a5b2012
- Parents:
- 80d4a34
- Location:
- readers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesCMSFWLite.cpp
r80d4a34 rbba4646 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); -
readers/DelphesPythia8.cpp
r80d4a34 rbba4646 95 95 pdgParticle = pdg->GetParticle(pid); 96 96 candidate->Charge = pdgParticle ? Int_t(pdgParticle->Charge()/3.0) : -999; 97 candidate->Mass = pdgParticle ? pdgParticle->Mass() : -999.9;97 candidate->Mass = mass; 98 98 99 99 candidate->Momentum.SetPxPyPzE(px, py, pz, e);
Note:
See TracChangeset
for help on using the changeset viewer.