EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#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 at same z, if ... | |
double | cylinderPhiTolerance {0.1} |
cylinder module phi tolerance : it counts at same phi, if ... | |
Configuration for the LayerCreator This is the nexted configuration struct for the LayerCreator class
Definition at line 40 of file LayerCreator.hpp.
View newest version in sPHENIX GitHub at line 40 of file LayerCreator.hpp
|
default |
standard constructor
double Acts::LayerCreator::Config::cylinderPhiTolerance {0.1} |
cylinder module phi tolerance : it counts at same phi, if ...
Definition at line 46 of file LayerCreator.hpp.
View newest version in sPHENIX GitHub at line 46 of file LayerCreator.hpp
double Acts::LayerCreator::Config::cylinderZtolerance {10.} |
cylinder module z tolerance : it counts at same z, if ...
Definition at line 44 of file LayerCreator.hpp.
View newest version in sPHENIX GitHub at line 44 of file LayerCreator.hpp
std::shared_ptr<const SurfaceArrayCreator> Acts::LayerCreator::Config::surfaceArrayCreator = nullptr |
surface array helper
Definition at line 42 of file LayerCreator.hpp.
View newest version in sPHENIX GitHub at line 42 of file LayerCreator.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), ActsExamples::Generic::buildDetector(), Acts::CuboidVolumeBuilder::buildLayer(), ActsExamples::TGeo::buildTGeoDetector(), Acts::Test::LayerCreatorFixture::LayerCreatorFixture(), Acts::Test::CylindricalTrackingGeometry::operator()(), Acts::trackingGeometry(), and Acts::volumeBuilder_dd4hep().