Fork me on GitHub

Changeset 382 in svn for trunk/Delphes.cpp


Ignore:
Timestamp:
May 13, 2009, 10:33:18 AM (15 years ago)
Author:
Xavier Rouby
Message:

muon bug removed: all mu- and mu+ were considered as mu+ in Analysis.Muon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Delphes.cpp

    r380 r382  
    472472                        {
    473473                          p.SetPtEtaPhiE(sPT,particle->Eta,particle->Phi,sPT*cosh(particle->Eta));
    474                           muon.push_back(D_Particle(p,pMU,particle->EtaCalo,particle->PhiCalo));
     474                          muon.push_back(D_Particle(p,particle->PID,particle->EtaCalo,particle->PhiCalo));
    475475                        }
    476476                      sET = (sPT >0)? sPT : 0;
Note: See TracChangeset for help on using the changeset viewer.