ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Attributes | |
std::string | geantMaterialCollection = "geant-material-tracks" |
std::shared_ptr < DD4hepG4::DD4hepToG4Svc > | geant4Service = nullptr |
std::string | gdmlFile |
The possible gmdl input (optional) | |
size_t | tracksPerEvent = 0 |
The number of tracks per event. | |
int | seed1 = 12345 |
random number seed 1 | |
int | seed2 = 45678 |
random number seed 2 | |
Definition at line 45 of file GeantinoRecording.hpp.
View newest version in sPHENIX GitHub at line 45 of file GeantinoRecording.hpp
std::string FW::GeantinoRecording::Config::gdmlFile |
The possible gmdl input (optional)
Definition at line 53 of file GeantinoRecording.hpp.
View newest version in sPHENIX GitHub at line 53 of file GeantinoRecording.hpp
Referenced by FW::GeantinoRecording::GeantinoRecording().
std::shared_ptr<DD4hepG4::DD4hepToG4Svc> FW::GeantinoRecording::Config::geant4Service = nullptr |
The service possibly providing the Geant4 geometry (optional)
Definition at line 50 of file GeantinoRecording.hpp.
View newest version in sPHENIX GitHub at line 50 of file GeantinoRecording.hpp
Referenced by FW::GeantinoRecording::GeantinoRecording(), and main().
std::string FW::GeantinoRecording::Config::geantMaterialCollection = "geant-material-tracks" |
Definition at line 46 of file GeantinoRecording.hpp.
View newest version in sPHENIX GitHub at line 46 of file GeantinoRecording.hpp
int FW::GeantinoRecording::Config::seed1 = 12345 |
random number seed 1
Definition at line 58 of file GeantinoRecording.hpp.
View newest version in sPHENIX GitHub at line 58 of file GeantinoRecording.hpp
Referenced by FW::GeantinoRecording::GeantinoRecording().
int FW::GeantinoRecording::Config::seed2 = 45678 |
random number seed 2
Definition at line 60 of file GeantinoRecording.hpp.
View newest version in sPHENIX GitHub at line 60 of file GeantinoRecording.hpp
Referenced by FW::GeantinoRecording::GeantinoRecording().
size_t FW::GeantinoRecording::Config::tracksPerEvent = 0 |
The number of tracks per event.
Definition at line 55 of file GeantinoRecording.hpp.
View newest version in sPHENIX GitHub at line 55 of file GeantinoRecording.hpp