Fork me on GitHub

Changeset 390 in svn


Ignore:
Timestamp:
May 17, 2009, 8:12:45 PM (15 years ago)
Author:
Xavier Rouby
Message:

remove MUON PID bug

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r380 r390  
    77   - time resolution also for RP220,RP420
    88   - new : PDG tables for particles
     9   - Muon PID bug removed.
    910     
    1011
  • trunk/Delphes.cpp

    r384 r390  
    486486                        {
    487487                          p.SetPtEtaPhiE(sPT,particle->Eta,particle->Phi,sPT*cosh(particle->Eta));
    488                           muon.push_back(D_Particle(p,pMU,particle->EtaCalo,particle->PhiCalo));
     488                          muon.push_back(D_Particle(p,particle->PID,particle->EtaCalo,particle->PhiCalo));
    489489                        }
    490490                      sET = (sPT >0)? sPT : 0;
Note: See TracChangeset for help on using the changeset viewer.