![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Struct to hold detector boundaries. More...
#include "LArGeometryHelper.h"
Public Attributes | |
std::pair< float, float > | m_xBoundaries = {std::numeric_limits<float>::max(), std::numeric_limits<float>::lowest()} |
{low, high} x boundaries of the detector More... | |
std::pair< float, float > | m_yBoundaries = {std::numeric_limits<float>::max(), std::numeric_limits<float>::lowest()} |
{low, high} y boundaries of the detector More... | |
std::pair< float, float > | m_zBoundaries = {std::numeric_limits<float>::max(), std::numeric_limits<float>::lowest()} |
{low, high} z boundaries of the detector More... | |
Struct to hold detector boundaries.
Definition at line 41 of file LArGeometryHelper.h.
std::pair<float, float> lar_content::LArGeometryHelper::DetectorBoundaries::m_xBoundaries = {std::numeric_limits<float>::max(), std::numeric_limits<float>::lowest()} |
{low, high} x boundaries of the detector
Definition at line 43 of file LArGeometryHelper.h.
Referenced by lar_content::LArGeometryHelper::GetDetectorBoundaries(), lar_content::LArGeometryHelper::IsInDetector(), and lar_dl_content::DLLaterTierHierarchyTool::SetEndRegionRToWall().
std::pair<float, float> lar_content::LArGeometryHelper::DetectorBoundaries::m_yBoundaries = {std::numeric_limits<float>::max(), std::numeric_limits<float>::lowest()} |
{low, high} y boundaries of the detector
Definition at line 44 of file LArGeometryHelper.h.
Referenced by lar_content::LArGeometryHelper::GetDetectorBoundaries(), lar_content::LArGeometryHelper::IsInDetector(), and lar_dl_content::DLLaterTierHierarchyTool::SetEndRegionRToWall().
std::pair<float, float> lar_content::LArGeometryHelper::DetectorBoundaries::m_zBoundaries = {std::numeric_limits<float>::max(), std::numeric_limits<float>::lowest()} |
{low, high} z boundaries of the detector
Definition at line 45 of file LArGeometryHelper.h.
Referenced by lar_content::LArGeometryHelper::GetDetectorBoundaries(), lar_content::LArGeometryHelper::IsInDetector(), and lar_dl_content::DLLaterTierHierarchyTool::SetEndRegionRToWall().