Fork me on GitHub

Ignore:
Timestamp:
Mar 11, 2016, 4:28:41 PM (9 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
7d551f1d
Parents:
0ccf6fd
Message:

remove pdgParticle->Stable() from readers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesSTDHEPReader.cc

    r0ccf6fd rb23e468  
    507507    if(!pdgParticle) continue;
    508508
    509     if(status == 1 && pdgParticle->Stable())
     509    if(status == 1)
    510510    {
    511511      stableParticleOutputArray->Add(candidate);
Note: See TracChangeset for help on using the changeset viewer.