Changeset 76 in svn
- Timestamp:
- Dec 3, 2008, 7:00:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Delphes.cpp
r74 r76 238 238 electron.push_back(ParticleUtil(genMomentum,particle->PID)); 239 239 } 240 electron.push_back(ParticleUtil(genMomentum,particle->PID));241 240 break; // case pE 242 241 case pGAMMA: // all photons with eta < DET->MAX_CALO_FWD … … 251 250 muon.push_back(ParticleUtil(genMomentum,particle->PID)); 252 251 } 253 muon.push_back(ParticleUtil(genMomentum,particle->PID));254 252 break; // case pMU 255 253 case pLAMBDA: // all lambdas with eta < DET->MAX_CALO_FWD
Note:
See TracChangeset
for help on using the changeset viewer.