LArSoft  v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
lar_content::LArGeometryHelper::DetectorBoundaries Struct Reference

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...
 

Detailed Description

Struct to hold detector boundaries.

Definition at line 41 of file LArGeometryHelper.h.

Member Data Documentation

std::pair<float, float> lar_content::LArGeometryHelper::DetectorBoundaries::m_xBoundaries = {std::numeric_limits<float>::max(), std::numeric_limits<float>::lowest()}
std::pair<float, float> lar_content::LArGeometryHelper::DetectorBoundaries::m_yBoundaries = {std::numeric_limits<float>::max(), std::numeric_limits<float>::lowest()}
std::pair<float, float> lar_content::LArGeometryHelper::DetectorBoundaries::m_zBoundaries = {std::numeric_limits<float>::max(), std::numeric_limits<float>::lowest()}

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