EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::CylinderVolumeHelper::Config Struct Reference

#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
 

Detailed Description

Nested configuration struct for this CylinderVolumeHelper

Definition at line 39 of file CylinderVolumeHelper.hpp.

View newest version in sPHENIX GitHub at line 39 of file CylinderVolumeHelper.hpp

Member Data Documentation

std::shared_ptr<const ILayerArrayCreator> Acts::CylinderVolumeHelper::Config::layerArrayCreator = nullptr
int Acts::CylinderVolumeHelper::Config::passiveLayerPhiBins = 1

bins in phi for the passive layer

Definition at line 48 of file CylinderVolumeHelper.hpp.

View newest version in sPHENIX GitHub at line 48 of file CylinderVolumeHelper.hpp

int Acts::CylinderVolumeHelper::Config::passiveLayerRzBins = 100

bins in r/z for the passive layer

Definition at line 50 of file CylinderVolumeHelper.hpp.

View newest version in sPHENIX GitHub at line 50 of file CylinderVolumeHelper.hpp

double Acts::CylinderVolumeHelper::Config::passiveLayerThickness = 1

thickness of passive layers

Definition at line 46 of file CylinderVolumeHelper.hpp.

View newest version in sPHENIX GitHub at line 46 of file CylinderVolumeHelper.hpp

std::shared_ptr<const ITrackingVolumeArrayCreator> Acts::CylinderVolumeHelper::Config::trackingVolumeArrayCreator = nullptr

Helper Tool to create TrackingVolume.

Definition at line 44 of file CylinderVolumeHelper.hpp.

View newest version in sPHENIX GitHub at line 44 of file CylinderVolumeHelper.hpp


The documentation for this struct was generated from the following file: