/search.css" rel="stylesheet" type="text/css"/> /search.js">
Go to the source code of this file.
Namespaces | |
namespace | DetectorId |
Enumerations | |
enum | DetectorId::DetectorId_t { DetectorId::kUnknown = 0, DetectorId::kAD1, DetectorId::kAD2, DetectorId::kAD3, DetectorId::kAD4, DetectorId::kIWS, DetectorId::kOWS, DetectorId::kRPC, DetectorId::kAll } |
Functions | |
const char * | DetectorId::AsString (DetectorId_t id) |
DetectorId_t | DetectorId::FromString (const char *str) |
DetectorId_t | DetectorId::FromString0 (const char *str) |
bool | DetectorId::isAD (DetectorId_t id) |
bool | DetectorId::isWaterShield (DetectorId_t id) |
bool | DetectorId::isRPC (DetectorId_t id) |