ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FW::GeantinoRecording::Config Class Reference

#include <acts/blob/master/Examples/Algorithms/MaterialMapping/include/ACTFW/MaterialMapping/GeantinoRecording.hpp>

+ Collaboration diagram for FW::GeantinoRecording::Config:

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
 

Detailed Description

Definition at line 45 of file GeantinoRecording.hpp.

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

Member Data Documentation

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)

Note
If this is not set, the geometry should be given by gdml file

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


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