#include <CRTGeoAlg.h>
Public Attributes | |
std::string | name |
int | auxDetID |
double | minX |
double | maxX |
double | minY |
double | maxY |
double | minZ |
double | maxZ |
geo::Vector_t | normal |
size_t | planeID |
bool | top |
std::string | tagger |
std::map< std::string, CRTStripGeo > | strips |
bool | null |
Definition at line 67 of file sbndcode/sbndcode/Geometry/GeometryWrappers/CRTGeoAlg.h.
int sbnd::CRTModuleGeo::auxDetID |
Definition at line 69 of file sbndcode/sbndcode/Geometry/GeometryWrappers/CRTGeoAlg.h.
double sbnd::CRTModuleGeo::maxX |
Definition at line 71 of file sbndcode/sbndcode/Geometry/GeometryWrappers/CRTGeoAlg.h.
double sbnd::CRTModuleGeo::maxY |
Definition at line 73 of file sbndcode/sbndcode/Geometry/GeometryWrappers/CRTGeoAlg.h.
double sbnd::CRTModuleGeo::maxZ |
Definition at line 75 of file sbndcode/sbndcode/Geometry/GeometryWrappers/CRTGeoAlg.h.
double sbnd::CRTModuleGeo::minX |
Definition at line 70 of file sbndcode/sbndcode/Geometry/GeometryWrappers/CRTGeoAlg.h.
double sbnd::CRTModuleGeo::minY |
Definition at line 72 of file sbndcode/sbndcode/Geometry/GeometryWrappers/CRTGeoAlg.h.
double sbnd::CRTModuleGeo::minZ |
Definition at line 74 of file sbndcode/sbndcode/Geometry/GeometryWrappers/CRTGeoAlg.h.
std::string sbnd::CRTModuleGeo::name |
Definition at line 68 of file sbndcode/sbndcode/Geometry/GeometryWrappers/CRTGeoAlg.h.
geo::Vector_t sbnd::CRTModuleGeo::normal |
Definition at line 76 of file sbndcode/sbndcode/Geometry/GeometryWrappers/CRTGeoAlg.h.
bool sbnd::CRTModuleGeo::null |
Definition at line 81 of file sbndcode/sbndcode/Geometry/GeometryWrappers/CRTGeoAlg.h.
size_t sbnd::CRTModuleGeo::planeID |
Definition at line 77 of file sbndcode/sbndcode/Geometry/GeometryWrappers/CRTGeoAlg.h.
std::map<std::string, CRTStripGeo> sbnd::CRTModuleGeo::strips |
Definition at line 80 of file sbndcode/sbndcode/Geometry/GeometryWrappers/CRTGeoAlg.h.
std::string sbnd::CRTModuleGeo::tagger |
Definition at line 79 of file sbndcode/sbndcode/Geometry/GeometryWrappers/CRTGeoAlg.h.
bool sbnd::CRTModuleGeo::top |
Definition at line 78 of file sbndcode/sbndcode/Geometry/GeometryWrappers/CRTGeoAlg.h.