ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "Acts/Geometry/CuboidVolumeBounds.hpp"
#include "Acts/Surfaces/PlaneSurface.hpp"
#include "Acts/Surfaces/RectangleBounds.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include "Acts/Utilities/BoundingBox.hpp"
#include <cmath>
#include <iostream>
Go to the source code of this file.
Functions | |
m_xyBounds (std::make_shared< const RectangleBounds >(halex, haley)) | |
m_yzBounds (std::make_shared< const RectangleBounds >(haley, halez)) | |
m_zxBounds (std::make_shared< const RectangleBounds >(halez, halex)) | |
m_xyBounds | ( | std::make_shared< const RectangleBounds > | halex, haley | ) |
Referenced by Acts::CuboidVolumeBounds::decomposeToSurfaces(), and Acts::CuboidVolumeBounds::operator=().
m_yzBounds | ( | std::make_shared< const RectangleBounds > | haley, halez | ) |
Referenced by Acts::CuboidVolumeBounds::decomposeToSurfaces(), and Acts::CuboidVolumeBounds::operator=().
m_zxBounds | ( | std::make_shared< const RectangleBounds > | halez, halex | ) |
Definition at line 24 of file CuboidVolumeBounds.cpp.
View newest version in sPHENIX GitHub at line 24 of file CuboidVolumeBounds.cpp
Referenced by Acts::CuboidVolumeBounds::decomposeToSurfaces(), and Acts::CuboidVolumeBounds::operator=().