Changes in modules/ParticlePropagator.cc [751cb9c:9330b7b] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/ParticlePropagator.cc
r751cb9c r9330b7b 107 107 108 108 fOutputArray = ExportArray(GetString("OutputArray", "stableParticles")); 109 fNeutralOutputArray = ExportArray(GetString("NeutralOutputArray", "neutralParticles"));110 109 fChargedHadronOutputArray = ExportArray(GetString("ChargedHadronOutputArray", "chargedHadrons")); 111 110 fElectronOutputArray = ExportArray(GetString("ElectronOutputArray", "electrons")); … … 252 251 } 253 252 } 254 else255 {256 fNeutralOutputArray->Add(candidate);257 }258 253 } 259 254 else
Note:
See TracChangeset
for help on using the changeset viewer.