#include "Conventions/DetectorId.h"#include <cctype>#include <string>#include <cstring>#include <algorithm>Include dependency graph for DetectorId.cc:
Go to the source code of this file.
Functions | |
| const char * | DetectorId::AsString (DetectorId_t id) |
| DetectorId::DetectorId_t | DetectorId::FromString0 (const char *str) |
| DetectorId::DetectorId_t | DetectorId::FromString (const char *str) |
| bool | DetectorId::isAD (DetectorId_t id) |
| bool | DetectorId::isWaterShield (DetectorId_t id) |
Variables | |
| static const char * | names [] |
const char* names[] [static] |
Initial value:
{
"Unknown",
"AD1",
"AD2",
"AD3",
"AD4",
"IWS",
"OWS",
"RPC",
"All"
}
Definition at line 9 of file DetectorId.cc.
1.4.7