EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
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>
Public Attributes | |
SurfaceConfig | surfaceCfg |
std::shared_ptr< const PlaneSurface > | surface = nullptr |
bool | active = false |
size_t | binsY = 1 |
size_t | binsZ = 1 |
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
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 |
Definition at line 61 of file CuboidVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 61 of file CuboidVolumeBuilder.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::CuboidVolumeBuilder::buildLayer(), Acts::CuboidVolumeBuilder::buildVolume(), and Acts::EventDataView3DTest::testMultiTrajectory().