#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 sbncode/sbncode/GeometryTools/CRTGeoAlg.h.
int sbn::CRTModuleGeo::auxDetID |
Definition at line 69 of file sbncode/sbncode/GeometryTools/CRTGeoAlg.h.
double sbn::CRTModuleGeo::maxX |
Definition at line 71 of file sbncode/sbncode/GeometryTools/CRTGeoAlg.h.
double sbn::CRTModuleGeo::maxY |
Definition at line 73 of file sbncode/sbncode/GeometryTools/CRTGeoAlg.h.
double sbn::CRTModuleGeo::maxZ |
Definition at line 75 of file sbncode/sbncode/GeometryTools/CRTGeoAlg.h.
double sbn::CRTModuleGeo::minX |
Definition at line 70 of file sbncode/sbncode/GeometryTools/CRTGeoAlg.h.
double sbn::CRTModuleGeo::minY |
Definition at line 72 of file sbncode/sbncode/GeometryTools/CRTGeoAlg.h.
double sbn::CRTModuleGeo::minZ |
Definition at line 74 of file sbncode/sbncode/GeometryTools/CRTGeoAlg.h.
std::string sbn::CRTModuleGeo::name |
Definition at line 68 of file sbncode/sbncode/GeometryTools/CRTGeoAlg.h.
geo::Vector_t sbn::CRTModuleGeo::normal |
Definition at line 76 of file sbncode/sbncode/GeometryTools/CRTGeoAlg.h.
bool sbn::CRTModuleGeo::null |
Definition at line 81 of file sbncode/sbncode/GeometryTools/CRTGeoAlg.h.
size_t sbn::CRTModuleGeo::planeID |
Definition at line 77 of file sbncode/sbncode/GeometryTools/CRTGeoAlg.h.
std::map<std::string, CRTStripGeo> sbn::CRTModuleGeo::strips |
Definition at line 80 of file sbncode/sbncode/GeometryTools/CRTGeoAlg.h.
std::string sbn::CRTModuleGeo::tagger |
Definition at line 79 of file sbncode/sbncode/GeometryTools/CRTGeoAlg.h.
bool sbn::CRTModuleGeo::top |
Definition at line 78 of file sbncode/sbncode/GeometryTools/CRTGeoAlg.h.