Fork me on GitHub

Changeset b23e468 in git for classes/DelphesHepMCReader.cc


Ignore:
Timestamp:
Mar 11, 2016, 4:28:41 PM (8 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/DelphesHepMCReader.cc

    r0ccf6fd rb23e468  
    388388  if(!pdgParticle) return;
    389389
    390   if(fStatus == 1 && pdgParticle->Stable())
     390  if(fStatus == 1)
    391391  {
    392392    stableParticleOutputArray->Add(candidate);
Note: See TracChangeset for help on using the changeset viewer.