Fork me on GitHub

Changeset 9e08f27 in git for readers/DelphesCMSFWLite.cpp


Ignore:
Timestamp:
Apr 17, 2021, 10:25:04 AM (3 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
master
Children:
3b3071a
Parents:
08d82fe
Message:

added e/mu mistag rate for taus (need to update partonArray in other than FWLite readers)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesCMSFWLite.cpp

    r08d82fe r9e08f27  
    217217      // Prevent duplicated particle.
    218218      if(!isMiniAOD) stableParticleOutputArray->Add(candidate);
    219     }
    220     else if(pdgCode <= 5 || pdgCode == 21 || pdgCode == 15)
     219      if (pdgCode == 11 || pdgCode == 13) partonOutputArray->Add(candidate);
     220    }
     221    //else if(pdgCode <= 5 || pdgCode == 21 || pdgCode == 15)
     222    else if(pdgCode <= 5 || pdgCode == 21 || pdgCode == 11 || pdgCode == 13 || pdgCode == 15)
    221223    {
    222224      partonOutputArray->Add(candidate);
Note: See TracChangeset for help on using the changeset viewer.