Fork me on GitHub

Changeset 751cb9c in git for modules/ParticlePropagator.cc


Ignore:
Timestamp:
Jun 23, 2017, 5:21:15 PM (7 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
196994a
Parents:
4339a7d
Message:

added NeutralOutputArray in ParticlePropagator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/ParticlePropagator.cc

    r4339a7d r751cb9c  
    107107
    108108  fOutputArray = ExportArray(GetString("OutputArray", "stableParticles"));
     109  fNeutralOutputArray = ExportArray(GetString("NeutralOutputArray", "neutralParticles"));
    109110  fChargedHadronOutputArray = ExportArray(GetString("ChargedHadronOutputArray", "chargedHadrons"));
    110111  fElectronOutputArray = ExportArray(GetString("ElectronOutputArray", "electrons"));
     
    251252        }
    252253      }
     254      else
     255      {
     256         fNeutralOutputArray->Add(candidate);
     257      }
    253258    }
    254259    else
Note: See TracChangeset for help on using the changeset viewer.