EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Examples/Algorithms/Geant4/include/ActsExamples/Geant4/GeantinoRecording.hpp>
Public Attributes | |
std::string | outputMaterialTracks = "geant-material-tracks" |
Output collection for the generated material tracks. | |
std::unique_ptr < G4VUserDetectorConstruction > | detectorConstruction |
Detector construction object. | |
size_t | tracksPerEvent = 0 |
The number of tracks per event. | |
PrimaryGeneratorAction::Config | generationConfig |
Configuration of the generator action. | |
Definition at line 39 of file GeantinoRecording.hpp.
View newest version in sPHENIX GitHub at line 39 of file GeantinoRecording.hpp
std::unique_ptr<G4VUserDetectorConstruction> ActsExamples::GeantinoRecording::Config::detectorConstruction |
Detector construction object.
Definition at line 43 of file GeantinoRecording.hpp.
View newest version in sPHENIX GitHub at line 43 of file GeantinoRecording.hpp
Referenced by ActsExamples::GeantinoRecording::GeantinoRecording().
PrimaryGeneratorAction::Config ActsExamples::GeantinoRecording::Config::generationConfig |
Configuration of the generator action.
Definition at line 47 of file GeantinoRecording.hpp.
View newest version in sPHENIX GitHub at line 47 of file GeantinoRecording.hpp
Referenced by ActsExamples::GeantinoRecording::GeantinoRecording(), and ActsExamples::Options::readGeantinoRecordingConfig().
std::string ActsExamples::GeantinoRecording::Config::outputMaterialTracks = "geant-material-tracks" |
Output collection for the generated material tracks.
Definition at line 41 of file GeantinoRecording.hpp.
View newest version in sPHENIX GitHub at line 41 of file GeantinoRecording.hpp
Referenced by ActsExamples::GeantinoRecording::execute(), ActsExamples::GeantinoRecording::GeantinoRecording(), and ActsExamples::Options::readGeantinoRecordingConfig().
size_t ActsExamples::GeantinoRecording::Config::tracksPerEvent = 0 |
The number of tracks per event.
Definition at line 45 of file GeantinoRecording.hpp.
View newest version in sPHENIX GitHub at line 45 of file GeantinoRecording.hpp
Referenced by ActsExamples::GeantinoRecording::execute(), and ActsExamples::Options::readGeantinoRecordingConfig().