Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Core/include/Acts/Geometry/CylinderVolumeHelper.hpp>
Public Attributes | |
std::shared_ptr< const ILayerArrayCreator > | layerArrayCreator = nullptr |
a tool for coherent LayerArray creation | |
std::shared_ptr< const ITrackingVolumeArrayCreator > | trackingVolumeArrayCreator = nullptr |
Helper Tool to create TrackingVolume. | |
double | passiveLayerThickness = 1 |
thickness of passive layers | |
int | passiveLayerPhiBins = 1 |
bins in phi for the passive layer | |
int | passiveLayerRzBins = 100 |
bins in r/z for the passive layer | |
Nested configuration struct for this CylinderVolumeHelper
Definition at line 42 of file CylinderVolumeHelper.hpp.
View newest version in sPHENIX GitHub at line 42 of file CylinderVolumeHelper.hpp
std::shared_ptr<const ILayerArrayCreator> Acts::CylinderVolumeHelper::Config::layerArrayCreator = nullptr |
a tool for coherent LayerArray creation
Definition at line 44 of file CylinderVolumeHelper.hpp.
View newest version in sPHENIX GitHub at line 44 of file CylinderVolumeHelper.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), ActsExamples::Generic::buildDetector(), ActsExamples::Geant4::Geant4Detector::constructTrackingGeometry(), Acts::cylinderVolumeHelper_dd4hep(), Acts::Test::CylindricalTrackingGeometry::operator()(), and Acts::trackingGeometry().
int Acts::CylinderVolumeHelper::Config::passiveLayerPhiBins = 1 |
bins in phi for the passive layer
Definition at line 51 of file CylinderVolumeHelper.hpp.
View newest version in sPHENIX GitHub at line 51 of file CylinderVolumeHelper.hpp
int Acts::CylinderVolumeHelper::Config::passiveLayerRzBins = 100 |
bins in r/z for the passive layer
Definition at line 53 of file CylinderVolumeHelper.hpp.
View newest version in sPHENIX GitHub at line 53 of file CylinderVolumeHelper.hpp
double Acts::CylinderVolumeHelper::Config::passiveLayerThickness = 1 |
thickness of passive layers
Definition at line 49 of file CylinderVolumeHelper.hpp.
View newest version in sPHENIX GitHub at line 49 of file CylinderVolumeHelper.hpp
std::shared_ptr<const ITrackingVolumeArrayCreator> Acts::CylinderVolumeHelper::Config::trackingVolumeArrayCreator = nullptr |
Helper Tool to create TrackingVolume.
Definition at line 47 of file CylinderVolumeHelper.hpp.
View newest version in sPHENIX GitHub at line 47 of file CylinderVolumeHelper.hpp