Analysis Software
Documentation for sPHENIX simulation software
|
Nested configuration struct. More...
Public Attributes | |
std::string | name = "" |
The detector/geometry name. | |
const G4VPhysicalVolume * | g4World = nullptr |
The Geant4 world volume. | |
Acts::Geant4DetectorSurfaceFactory::Options | g4SurfaceOptions |
The Converter options: detector surfaces. | |
Acts::ProtoDetector | protoDetector |
The corresponding ProtoDetector. | |
std::shared_ptr< const Acts::GeometryIdentifierHook > | geometryIdentifierHook |
Optional geometry identifier hook to be used during closure. | |
Acts::Logging::Level | logLevel = Acts::Logging::INFO |
Logging level of the child tools. | |
Nested configuration struct.
Definition at line 49 of file Geant4Detector.hpp.
View newest version in sPHENIX GitHub at line 49 of file Geant4Detector.hpp
Acts::Geant4DetectorSurfaceFactory::Options ActsExamples::Geant4::Geant4Detector::Config::g4SurfaceOptions |
The Converter options: detector surfaces.
Definition at line 55 of file Geant4Detector.hpp.
View newest version in sPHENIX GitHub at line 55 of file Geant4Detector.hpp
const G4VPhysicalVolume* ActsExamples::Geant4::Geant4Detector::Config::g4World = nullptr |
The Geant4 world volume.
Definition at line 53 of file Geant4Detector.hpp.
View newest version in sPHENIX GitHub at line 53 of file Geant4Detector.hpp
std::shared_ptr<const Acts::GeometryIdentifierHook> ActsExamples::Geant4::Geant4Detector::Config::geometryIdentifierHook |
Optional geometry identifier hook to be used during closure.
Definition at line 59 of file Geant4Detector.hpp.
View newest version in sPHENIX GitHub at line 59 of file Geant4Detector.hpp
Acts::Logging::Level ActsExamples::Geant4::Geant4Detector::Config::logLevel = Acts::Logging::INFO |
Logging level of the child tools.
Definition at line 62 of file Geant4Detector.hpp.
View newest version in sPHENIX GitHub at line 62 of file Geant4Detector.hpp
std::string ActsExamples::Geant4::Geant4Detector::Config::name = "" |
The detector/geometry name.
Definition at line 51 of file Geant4Detector.hpp.
View newest version in sPHENIX GitHub at line 51 of file Geant4Detector.hpp
Referenced by cpp.tokenize.Token::__str__(), cpp.ast.Define::__str__(), cpp.ast.Parameter::__str__(), cpp.ast.Typedef::__str__(), cpp.ast._NestedType::__str__(), cpp.ast.Class::__str__(), cpp.ast.Function::__str__(), cpp.ast.Type::__str__(), cpp.ast._GenericDeclaration::FullName(), and cpp.ast.VariableDeclaration::ToString().
Acts::ProtoDetector ActsExamples::Geant4::Geant4Detector::Config::protoDetector |
The corresponding ProtoDetector.
Definition at line 57 of file Geant4Detector.hpp.
View newest version in sPHENIX GitHub at line 57 of file Geant4Detector.hpp