Fork me on GitHub

Changeset 2c81caa in git for readers/DelphesPythia8.cpp


Ignore:
Timestamp:
Dec 9, 2019, 3:19:06 PM (5 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
Timing
Children:
2b5ff2c
Parents:
4265189
Message:

adapted pythia reader to rhadrons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesPythia8.cpp

    r4265189 r2c81caa  
    151151
    152152    candidate->Position.SetXYZT(x, y, z, t);
    153 
    154153    allParticleOutputArray->Add(candidate);
    155154
    156     if(!pdgParticle) continue;
     155    if(!pdgParticle && (abs(pid) > 1006333 || abs(pid) < 1000612) )
     156      continue;
    157157
    158158    if(status == 1)
Note: See TracChangeset for help on using the changeset viewer.