Changeset 382 in svn
- Timestamp:
- May 13, 2009, 10:33:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Delphes.cpp
r380 r382 472 472 { 473 473 p.SetPtEtaPhiE(sPT,particle->Eta,particle->Phi,sPT*cosh(particle->Eta)); 474 muon.push_back(D_Particle(p,p MU,particle->EtaCalo,particle->PhiCalo));474 muon.push_back(D_Particle(p,particle->PID,particle->EtaCalo,particle->PhiCalo)); 475 475 } 476 476 sET = (sPT >0)? sPT : 0;
Note:
See TracChangeset
for help on using the changeset viewer.