Changeset 390 in svn
- Timestamp:
- May 17, 2009, 8:12:45 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r380 r390 7 7 - time resolution also for RP220,RP420 8 8 - new : PDG tables for particles 9 - Muon PID bug removed. 9 10 10 11 -
trunk/Delphes.cpp
r384 r390 486 486 { 487 487 p.SetPtEtaPhiE(sPT,particle->Eta,particle->Phi,sPT*cosh(particle->Eta)); 488 muon.push_back(D_Particle(p,p MU,particle->EtaCalo,particle->PhiCalo));488 muon.push_back(D_Particle(p,particle->PID,particle->EtaCalo,particle->PhiCalo)); 489 489 } 490 490 sET = (sPT >0)? sPT : 0;
Note:
See TracChangeset
for help on using the changeset viewer.