Analysis Software
Documentation for sPHENIX simulation software
|
Public Attributes | |
Acts::Logging::Level | logLevel = Acts::Logging::Level::INFO |
Log level for the geometry service. | |
Acts::Logging::Level | dd4hepLogLevel = Acts::Logging::Level::INFO |
Log level for DD4hep itself. | |
std::vector< std::string > | xmlFileNames |
XML-file with the detector description. | |
std::string | name |
The name of the service. | |
Acts::BinningType | bTypePhi = Acts::equidistant |
Binningtype in phi. | |
Acts::BinningType | bTypeR = Acts::arbitrary |
Binningtype in r. | |
Acts::BinningType | bTypeZ = Acts::equidistant |
Binningtype in z. | |
double | envelopeR = 1 * Acts::UnitConstants::mm |
double | envelopeZ = 1 * Acts::UnitConstants::mm |
double | defaultLayerThickness = 10e-10 |
std::function< void(std::vector < dd4hep::DetElement > &detectors)> | sortDetectors = sortFCChhDetElements |
std::shared_ptr< const Acts::IMaterialDecorator > | matDecorator |
Material decorator. | |
std::shared_ptr< const Acts::GeometryIdentifierHook > | geometryIdentifierHook |
Optional geometry identifier hook to be used during closure. | |
Definition at line 52 of file DD4hepGeometryService.hpp.
View newest version in sPHENIX GitHub at line 52 of file DD4hepGeometryService.hpp
Acts::BinningType ActsExamples::DD4hep::DD4hepGeometryService::Config::bTypePhi = Acts::equidistant |
Binningtype in phi.
Definition at line 62 of file DD4hepGeometryService.hpp.
View newest version in sPHENIX GitHub at line 62 of file DD4hepGeometryService.hpp
Acts::BinningType ActsExamples::DD4hep::DD4hepGeometryService::Config::bTypeR = Acts::arbitrary |
Binningtype in r.
Definition at line 64 of file DD4hepGeometryService.hpp.
View newest version in sPHENIX GitHub at line 64 of file DD4hepGeometryService.hpp
Acts::BinningType ActsExamples::DD4hep::DD4hepGeometryService::Config::bTypeZ = Acts::equidistant |
Binningtype in z.
Definition at line 66 of file DD4hepGeometryService.hpp.
View newest version in sPHENIX GitHub at line 66 of file DD4hepGeometryService.hpp
Acts::Logging::Level ActsExamples::DD4hep::DD4hepGeometryService::Config::dd4hepLogLevel = Acts::Logging::Level::INFO |
Log level for DD4hep itself.
Definition at line 56 of file DD4hepGeometryService.hpp.
View newest version in sPHENIX GitHub at line 56 of file DD4hepGeometryService.hpp
double ActsExamples::DD4hep::DD4hepGeometryService::Config::defaultLayerThickness = 10e-10 |
Definition at line 80 of file DD4hepGeometryService.hpp.
View newest version in sPHENIX GitHub at line 80 of file DD4hepGeometryService.hpp
double ActsExamples::DD4hep::DD4hepGeometryService::Config::envelopeR = 1 * Acts::UnitConstants::mm |
The tolerance added to the geometrical extension in r of the layers contained to build the volume envelope around
Definition at line 73 of file DD4hepGeometryService.hpp.
View newest version in sPHENIX GitHub at line 73 of file DD4hepGeometryService.hpp
double ActsExamples::DD4hep::DD4hepGeometryService::Config::envelopeZ = 1 * Acts::UnitConstants::mm |
The tolerance added to the geometrical extension in z of the layers contained to build the volume envelope around
Definition at line 79 of file DD4hepGeometryService.hpp.
View newest version in sPHENIX GitHub at line 79 of file DD4hepGeometryService.hpp
std::shared_ptr<const Acts::GeometryIdentifierHook> ActsExamples::DD4hep::DD4hepGeometryService::Config::geometryIdentifierHook |
Optional geometry identifier hook to be used during closure.
Definition at line 87 of file DD4hepGeometryService.hpp.
View newest version in sPHENIX GitHub at line 87 of file DD4hepGeometryService.hpp
Acts::Logging::Level ActsExamples::DD4hep::DD4hepGeometryService::Config::logLevel = Acts::Logging::Level::INFO |
Log level for the geometry service.
Definition at line 54 of file DD4hepGeometryService.hpp.
View newest version in sPHENIX GitHub at line 54 of file DD4hepGeometryService.hpp
Referenced by ActsExamples::DD4hep::DD4hepGeometryService::DD4hepGeometryService(), and ActsExamples::Options::readDD4hepConfig().
std::shared_ptr<const Acts::IMaterialDecorator> ActsExamples::DD4hep::DD4hepGeometryService::Config::matDecorator |
Material decorator.
Definition at line 84 of file DD4hepGeometryService.hpp.
View newest version in sPHENIX GitHub at line 84 of file DD4hepGeometryService.hpp
std::string ActsExamples::DD4hep::DD4hepGeometryService::Config::name |
The name of the service.
Definition at line 60 of file DD4hepGeometryService.hpp.
View newest version in sPHENIX GitHub at line 60 of file DD4hepGeometryService.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().
std::function<void(std::vector<dd4hep::DetElement>& detectors)> ActsExamples::DD4hep::DD4hepGeometryService::Config::sortDetectors = sortFCChhDetElements |
Definition at line 82 of file DD4hepGeometryService.hpp.
View newest version in sPHENIX GitHub at line 82 of file DD4hepGeometryService.hpp
std::vector<std::string> ActsExamples::DD4hep::DD4hepGeometryService::Config::xmlFileNames |
XML-file with the detector description.
Definition at line 58 of file DD4hepGeometryService.hpp.
View newest version in sPHENIX GitHub at line 58 of file DD4hepGeometryService.hpp