otsdaq
v2_00_00
|
Public Types | |
typedef std::map< std::string, Detector * >::iterator | iterator |
Public Member Functions | |
Detector * | addDetector (std::string plaqID, bool isDUT=false) |
void | clear (void) |
bool | empty (void) |
Detector * | getDetector (std::string plaqID) |
Detector * | getDetector (int station, int plaq) |
std::vector< Detector * > | getDUTs (void) |
std::string | getDetectorID (int Station, int Plaq) |
unsigned int | getDetectorsNumber (bool excludeDUT=false) |
std::string | getGeometryFileName (void) |
double | getMaxDetectorsLength (void) |
unsigned int | getMaxRowsNum (void) |
unsigned int | getMaxColsNum (void) |
bool | calibrationDone (void) |
void | setDUTnumbers (unsigned int dutNumbers) |
void | setGeometryFileName (std::string fileName) |
void | setCalibrationDone (bool done) |
void | dump (void) |
iterator | begin () |
iterator | end () |
Definition at line 27 of file Geometry.h.