Changeset 751cb9c in git
- Timestamp:
- Jun 23, 2017, 5:21:15 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 196994a
- Parents:
- 4339a7d
- Location:
- modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/ParticlePropagator.cc
r4339a7d r751cb9c 107 107 108 108 fOutputArray = ExportArray(GetString("OutputArray", "stableParticles")); 109 fNeutralOutputArray = ExportArray(GetString("NeutralOutputArray", "neutralParticles")); 109 110 fChargedHadronOutputArray = ExportArray(GetString("ChargedHadronOutputArray", "chargedHadrons")); 110 111 fElectronOutputArray = ExportArray(GetString("ElectronOutputArray", "electrons")); … … 251 252 } 252 253 } 254 else 255 { 256 fNeutralOutputArray->Add(candidate); 257 } 253 258 } 254 259 else -
modules/ParticlePropagator.h
r4339a7d r751cb9c 59 59 60 60 TObjArray *fOutputArray; //! 61 TObjArray *fNeutralOutputArray; //! 61 62 TObjArray *fChargedHadronOutputArray; //! 62 63 TObjArray *fElectronOutputArray; //!
Note:
See TracChangeset
for help on using the changeset viewer.