Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Core/include/Acts/Geometry/LayerCreator.hpp>
Public Member Functions | |
Config ()=default | |
standard constructor | |
Public Attributes | |
std::shared_ptr< const SurfaceArrayCreator > | surfaceArrayCreator = nullptr |
surface array helper | |
double | cylinderZtolerance {10.} |
cylinder module z tolerance: it counts as same z, if ... | |
double | cylinderPhiTolerance {0.1} |
cylinder module phi tolerance: it counts as same phi, if ... | |
Configuration for the LayerCreator This is the nexted configuration struct for the LayerCreator class
Definition at line 46 of file LayerCreator.hpp.
View newest version in sPHENIX GitHub at line 46 of file LayerCreator.hpp
|
default |
standard constructor
Referenced by acts.examples.Sequencer::__init__().
double Acts::LayerCreator::Config::cylinderPhiTolerance {0.1} |
cylinder module phi tolerance: it counts as same phi, if ...
Definition at line 52 of file LayerCreator.hpp.
View newest version in sPHENIX GitHub at line 52 of file LayerCreator.hpp
double Acts::LayerCreator::Config::cylinderZtolerance {10.} |
cylinder module z tolerance: it counts as same z, if ...
Definition at line 50 of file LayerCreator.hpp.
View newest version in sPHENIX GitHub at line 50 of file LayerCreator.hpp
std::shared_ptr<const SurfaceArrayCreator> Acts::LayerCreator::Config::surfaceArrayCreator = nullptr |
surface array helper
Definition at line 48 of file LayerCreator.hpp.
View newest version in sPHENIX GitHub at line 48 of file LayerCreator.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), ActsExamples::Generic::buildDetector(), Acts::CuboidVolumeBuilder::buildLayer(), ActsExamples::Geant4::Geant4Detector::constructTrackingGeometry(), Acts::Test::CylindricalTrackingGeometry::operator()(), Acts::trackingGeometry(), and Acts::volumeBuilder_dd4hep().