EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
This struct stores the data for the construction of a single PlaneSurface. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Geometry/CuboidVolumeBuilder.hpp>
Public Attributes | |
Vector3D | position |
RotationMatrix3D | rotation = RotationMatrix3D::Identity() |
std::shared_ptr< const RectangleBounds > | rBounds = nullptr |
std::shared_ptr< const ISurfaceMaterial > | surMat = nullptr |
double | thickness = 0. |
std::function < DetectorElementBase *(const Transform3D &, std::shared_ptr < const RectangleBounds > , double)> | detElementConstructor |
This struct stores the data for the construction of a single PlaneSurface.
Definition at line 39 of file CuboidVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 39 of file CuboidVolumeBuilder.hpp
std::function<DetectorElementBase*( const Transform3D&, std::shared_ptr<const RectangleBounds>, double)> Acts::CuboidVolumeBuilder::SurfaceConfig::detElementConstructor |
Definition at line 54 of file CuboidVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 54 of file CuboidVolumeBuilder.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::CuboidVolumeBuilder::buildSurface(), and Acts::EventDataView3DTest::testMultiTrajectory().
Vector3D Acts::CuboidVolumeBuilder::SurfaceConfig::position |
Definition at line 41 of file CuboidVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 41 of file CuboidVolumeBuilder.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::CuboidVolumeBuilder::buildLayer(), Acts::CuboidVolumeBuilder::buildSurface(), Acts::CuboidVolumeBuilder::buildVolume(), and Acts::EventDataView3DTest::testMultiTrajectory().
std::shared_ptr<const RectangleBounds> Acts::CuboidVolumeBuilder::SurfaceConfig::rBounds = nullptr |
Definition at line 45 of file CuboidVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 45 of file CuboidVolumeBuilder.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::CuboidVolumeBuilder::buildSurface(), Acts::CuboidVolumeBuilder::buildVolume(), and Acts::EventDataView3DTest::testMultiTrajectory().
RotationMatrix3D Acts::CuboidVolumeBuilder::SurfaceConfig::rotation = RotationMatrix3D::Identity() |
Definition at line 43 of file CuboidVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 43 of file CuboidVolumeBuilder.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::CuboidVolumeBuilder::buildLayer(), Acts::CuboidVolumeBuilder::buildSurface(), Acts::CuboidVolumeBuilder::buildVolume(), and Acts::EventDataView3DTest::testMultiTrajectory().
std::shared_ptr<const ISurfaceMaterial> Acts::CuboidVolumeBuilder::SurfaceConfig::surMat = nullptr |
Definition at line 47 of file CuboidVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 47 of file CuboidVolumeBuilder.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::CuboidVolumeBuilder::buildSurface(), and Acts::EventDataView3DTest::testMultiTrajectory().
double Acts::CuboidVolumeBuilder::SurfaceConfig::thickness = 0. |
Definition at line 49 of file CuboidVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 49 of file CuboidVolumeBuilder.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::CuboidVolumeBuilder::buildSurface(), and Acts::EventDataView3DTest::testMultiTrajectory().