GEMC
2.2
Geant4 Monte-Carlo Framework
|
#include <run_conditions.h>
Public Member Functions | |
detectorCondition () | |
detectorCondition (string f) | |
~detectorCondition () | |
void | set_position (string X, string Y, string Z) |
void | set_rotation (string X, string Y, string Z) |
void | set_existance (string exist) |
void | set_factory (string f) |
void | set_variation (string v) |
void | set_system (string s) |
void | set_run_number (int r) |
G4ThreeVector | get_position () |
G4ThreeVector | get_vrotation () |
G4RotationMatrix | get_rotation () |
int | get_existance () |
string | get_factory () |
string | get_variation () |
string | get_system () |
int | get_run_number () |
detectorCondition
This is the detector Conditions class.
For each detector its shifts and rotation relative to the nominal position are recorded here.
The factory type of the detector is also recorded here.
Definition at line 36 of file run_conditions.h.
|
inline |
Definition at line 50 of file run_conditions.h.
|
inline |
Definition at line 51 of file run_conditions.h.
|
inline |
Definition at line 58 of file run_conditions.h.
|
inline |
Definition at line 71 of file run_conditions.h.
|
inline |
Definition at line 72 of file run_conditions.h.
|
inline |
Definition at line 68 of file run_conditions.h.
|
inline |
Definition at line 70 of file run_conditions.h.
|
inline |
Definition at line 75 of file run_conditions.h.
|
inline |
Definition at line 74 of file run_conditions.h.
|
inline |
Definition at line 73 of file run_conditions.h.
|
inline |
Definition at line 69 of file run_conditions.h.
void detectorCondition::set_existance | ( | string | exist | ) |
Definition at line 122 of file run_conditions.cc.
|
inline |
Definition at line 63 of file run_conditions.h.
void detectorCondition::set_position | ( | string | X, |
string | Y, | ||
string | Z | ||
) |
Definition at line 99 of file run_conditions.cc.
void detectorCondition::set_rotation | ( | string | X, |
string | Y, | ||
string | Z | ||
) |
Definition at line 106 of file run_conditions.cc.
|
inline |
Definition at line 66 of file run_conditions.h.
|
inline |
Definition at line 65 of file run_conditions.h.
|
inline |
Definition at line 64 of file run_conditions.h.