Fork me on GitHub

Changeset 390 in svn for trunk/Delphes.cpp


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

remove MUON PID bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.