GGS(GenericGEANT4Simulation)Software
2.7.0
|
A class to store simulation informations. More...
#include <GGSTSimInfo.h>
Public Member Functions | |
bool | IsSameSimAs (const GGSTSimInfo &simInfo) |
Equality operator. More... | |
Data Fields | |
TString | G4Version |
Geant 4 version (as defined in G4Version.hh) | |
TString | GGSVersion |
GGS version (as defined by GGSVERSION in Version.h) | |
TString | geometry |
The geometry used for the simulation. | |
TString | physicsList |
The physics list used for the simulation. | |
TString | dataCard |
The data card file used for the simulation. | |
TString | geoDataCard |
The data card file used for geometry configuration. | |
UInt_t | seed1 |
First random generator seed. | |
UInt_t | seed2 |
Second random generator seed. | |
A class to store simulation informations.
This class stores global simulation parameters, such as the geometry, the physics list and the random generator seeds
Definition at line 21 of file GGSTSimInfo.h.
bool GGSTSimInfo::IsSameSimAs | ( | const GGSTSimInfo & | simInfo | ) |
Equality operator.
This operator can be used to check if two GGSTSimInfo objects describe the same simulation setup, i.e., all their fields are equal except for seeds, which must be different for different instances of GGSPenny in order to actually simulate different events
simInfo | The GGSTSimInfo to compare to. |
Definition at line 21 of file GGSTSimInfo.cpp.