EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::GeantinoRecording::Config Struct Reference

#include <acts/blob/sPHENIX/Examples/Algorithms/Geant4/include/ActsExamples/Geant4/GeantinoRecording.hpp>

+ Collaboration diagram for ActsExamples::GeantinoRecording::Config:

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.
 

Detailed Description

Definition at line 39 of file GeantinoRecording.hpp.

View newest version in sPHENIX GitHub at line 39 of file GeantinoRecording.hpp

Member Data Documentation

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().


The documentation for this struct was generated from the following file: