Fork me on GitHub

Changeset 584e2e9 in git for readers/DelphesPythia8.cpp


Ignore:
Timestamp:
Dec 12, 2019, 3:08:26 PM (5 years ago)
Author:
Kaan Yüksel Oyulmaz <kaanyukseloyulmaz@…>
Branches:
Timing
Children:
d4e5b6a
Parents:
0976f6a (diff), 2b5ff2c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

FCC-hh Vertex Card is updated with PileUpMerger

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesPythia8.cpp

    r0976f6a r584e2e9  
    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.