ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
MCTruthConfig () | |
virtual | ~MCTruthConfig () |
void | SetMinE (double e) |
G4double | GetMinE () const |
void | SetParticleTypes (std::vector< G4int > &types) |
void | AddParticleType (G4int type) |
std::vector< G4int > & | GetParticleTypes () |
void | SetCreatorProcesses (std::vector< G4String > &processes) |
void | AddCreatorProcess (G4String &process) |
std::vector< G4String > & | GetCreatorProcesses () |
Private Attributes | |
G4double | fMinE |
std::vector< G4int > | fParticleTypes |
std::vector< G4String > | fCreatorProcesses |
Definition at line 48 of file MCTruthConfig.hh.
View newest version in sPHENIX GitHub at line 48 of file MCTruthConfig.hh
MCTruthConfig::MCTruthConfig | ( | ) |
Definition at line 46 of file MCTruthConfig.cc.
View newest version in sPHENIX GitHub at line 46 of file MCTruthConfig.cc
|
virtual |
Definition at line 51 of file MCTruthConfig.cc.
View newest version in sPHENIX GitHub at line 51 of file MCTruthConfig.cc
Definition at line 65 of file MCTruthConfig.hh.
View newest version in sPHENIX GitHub at line 65 of file MCTruthConfig.hh
References fCreatorProcesses.
Definition at line 60 of file MCTruthConfig.hh.
View newest version in sPHENIX GitHub at line 60 of file MCTruthConfig.hh
References fParticleTypes.
Referenced by main().
|
inline |
Definition at line 67 of file MCTruthConfig.hh.
View newest version in sPHENIX GitHub at line 67 of file MCTruthConfig.hh
References fCreatorProcesses.
|
inline |
Definition at line 57 of file MCTruthConfig.hh.
View newest version in sPHENIX GitHub at line 57 of file MCTruthConfig.hh
References fMinE.
Referenced by MCTruthTrackingAction::TrackToBeStored().
|
inline |
Definition at line 61 of file MCTruthConfig.hh.
View newest version in sPHENIX GitHub at line 61 of file MCTruthConfig.hh
References fParticleTypes.
Referenced by MCTruthTrackingAction::TrackToBeStored().
Definition at line 63 of file MCTruthConfig.hh.
View newest version in sPHENIX GitHub at line 63 of file MCTruthConfig.hh
References fCreatorProcesses.
|
inline |
Definition at line 56 of file MCTruthConfig.hh.
View newest version in sPHENIX GitHub at line 56 of file MCTruthConfig.hh
Referenced by main().
Definition at line 59 of file MCTruthConfig.hh.
View newest version in sPHENIX GitHub at line 59 of file MCTruthConfig.hh
References fParticleTypes.
|
private |
Definition at line 74 of file MCTruthConfig.hh.
View newest version in sPHENIX GitHub at line 74 of file MCTruthConfig.hh
Referenced by AddCreatorProcess(), GetCreatorProcesses(), and SetCreatorProcesses().
|
private |
Definition at line 72 of file MCTruthConfig.hh.
View newest version in sPHENIX GitHub at line 72 of file MCTruthConfig.hh
|
private |
Definition at line 73 of file MCTruthConfig.hh.
View newest version in sPHENIX GitHub at line 73 of file MCTruthConfig.hh
Referenced by AddParticleType(), GetParticleTypes(), and SetParticleTypes().