ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/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 51 of file CylinderVolumeHelper.hpp.
View newest version in sPHENIX GitHub at line 51 of file CylinderVolumeHelper.hpp
std::shared_ptr<const ILayerArrayCreator> Acts::CylinderVolumeHelper::Config::layerArrayCreator = nullptr |
a tool for coherent LayerArray creation
Definition at line 53 of file CylinderVolumeHelper.hpp.
View newest version in sPHENIX GitHub at line 53 of file CylinderVolumeHelper.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), FW::Generic::buildDetector(), FW::TGeo::buildTGeoDetector(), 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 60 of file CylinderVolumeHelper.hpp.
View newest version in sPHENIX GitHub at line 60 of file CylinderVolumeHelper.hpp
int Acts::CylinderVolumeHelper::Config::passiveLayerRzBins = 100 |
bins in r/z for the passive layer
Definition at line 62 of file CylinderVolumeHelper.hpp.
View newest version in sPHENIX GitHub at line 62 of file CylinderVolumeHelper.hpp
double Acts::CylinderVolumeHelper::Config::passiveLayerThickness = 1 |
thickness of passive layers
Definition at line 58 of file CylinderVolumeHelper.hpp.
View newest version in sPHENIX GitHub at line 58 of file CylinderVolumeHelper.hpp
std::shared_ptr<const ITrackingVolumeArrayCreator> Acts::CylinderVolumeHelper::Config::trackingVolumeArrayCreator = nullptr |
Helper Tool to create TrackingVolume.
Definition at line 56 of file CylinderVolumeHelper.hpp.
View newest version in sPHENIX GitHub at line 56 of file CylinderVolumeHelper.hpp