Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesCMSFWLite.cpp

    r9e08f27 r77e9ae1  
    217217      // Prevent duplicated particle.
    218218      if(!isMiniAOD) stableParticleOutputArray->Add(candidate);
    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)
     219    }
     220    else if(pdgCode <= 5 || pdgCode == 21 || pdgCode == 15)
    223221    {
    224222      partonOutputArray->Add(candidate);
Note: See TracChangeset for help on using the changeset viewer.