GEMC
2.3
Geant4 Monte-Carlo Framework
|
#include <run_conditions.h>
Public Member Functions | |
runConditions (goptions) | |
runConditions () | |
~runConditions () | |
map< string, string > | getDetectorConditionsMap () |
int | get_run_number (string detector) |
string | get_variation (string detector) |
string | get_system (string detector) |
map< string, string > | get_systems () |
Data Fields | |
map< string, detectorCondition > | detectorConditionsMap |
runConditions
This is the gemc Run Conditions class. It contains a map of detectorCondition and all options from the gcard file.
Definition at line 83 of file run_conditions.h.
runConditions::runConditions | ( | goptions | gemcOpt | ) |
< checking detector attributes
< Initializing Position
< Initializing Rotation
< Initializing Existance
Definition at line 14 of file run_conditions.cc.
|
inline |
Definition at line 87 of file run_conditions.h.
runConditions::~runConditions | ( | ) |
Definition at line 99 of file run_conditions.cc.
int runConditions::get_run_number | ( | string | detector | ) |
Definition at line 176 of file run_conditions.cc.
string runConditions::get_system | ( | string | detector | ) |
Definition at line 193 of file run_conditions.cc.
map< string, string > runConditions::get_systems | ( | ) |
Definition at line 203 of file run_conditions.cc.
string runConditions::get_variation | ( | string | detector | ) |
Definition at line 185 of file run_conditions.cc.
map< string, string > runConditions::getDetectorConditionsMap | ( | ) |
Definition at line 132 of file run_conditions.cc.
map<string, detectorCondition> runConditions::detectorConditionsMap |
Definition at line 91 of file run_conditions.h.