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

This struct stores the data for the construction of a PlaneLayer that has a single PlaneSurface encapsulated. More...

#include <acts/blob/sPHENIX/Core/include/Acts/Geometry/CuboidVolumeBuilder.hpp>

+ Collaboration diagram for Acts::CuboidVolumeBuilder::LayerConfig:

Public Attributes

SurfaceConfig surfaceCfg
 
std::shared_ptr< const
PlaneSurface
surface = nullptr
 
bool active = false
 
size_t binsY = 1
 
size_t binsZ = 1
 

Detailed Description

This struct stores the data for the construction of a PlaneLayer that has a single PlaneSurface encapsulated.

Definition at line 59 of file CuboidVolumeBuilder.hpp.

View newest version in sPHENIX GitHub at line 59 of file CuboidVolumeBuilder.hpp

Member Data Documentation

bool Acts::CuboidVolumeBuilder::LayerConfig::active = false

Definition at line 65 of file CuboidVolumeBuilder.hpp.

View newest version in sPHENIX GitHub at line 65 of file CuboidVolumeBuilder.hpp

size_t Acts::CuboidVolumeBuilder::LayerConfig::binsY = 1

Definition at line 67 of file CuboidVolumeBuilder.hpp.

View newest version in sPHENIX GitHub at line 67 of file CuboidVolumeBuilder.hpp

Referenced by Acts::CuboidVolumeBuilder::buildLayer().

size_t Acts::CuboidVolumeBuilder::LayerConfig::binsZ = 1

Definition at line 69 of file CuboidVolumeBuilder.hpp.

View newest version in sPHENIX GitHub at line 69 of file CuboidVolumeBuilder.hpp

Referenced by Acts::CuboidVolumeBuilder::buildLayer().

std::shared_ptr<const PlaneSurface> Acts::CuboidVolumeBuilder::LayerConfig::surface = nullptr

Definition at line 63 of file CuboidVolumeBuilder.hpp.

View newest version in sPHENIX GitHub at line 63 of file CuboidVolumeBuilder.hpp

Referenced by Acts::CuboidVolumeBuilder::buildLayer().

SurfaceConfig Acts::CuboidVolumeBuilder::LayerConfig::surfaceCfg

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