Go to the source code of this file.
Defines | |
#define | THIS_DETECTOR DN_UNKNOWN |
It is used at compile time to determine the allowed range for run number for a particular detector. It must be a valid value of enum DetectorName. | |
Enumerations | |
enum | RunType { RT_UNKNOWN, RT_BACKGROUND, RT_CALIBRATION, RT_NPULSES, RT_TEST, RT_REPROCESS, RT_SIMULATION } |
possible run types More... | |
enum | DetectorName { DN_CUORICINO = 0, DN_THREETOWERS = 1, DN_CUORE0 = 2, DN_CUORE = 3, DN_HALLC = 5, DN_HALLC_CUORE = 6, DN_UNKNOWN = 9 } |
possible detector names | |
enum | StopStatus_t { OK = 0, Cryogenics = 1, Electronics = 2, DAQ = 3, ENVIRONMENT = 4, OTHER = 5, CRASH = 8, BadForAnalysis = 6 } |
#define THIS_DETECTOR DN_UNKNOWN |
It is used at compile time to determine the allowed range for run number for a particular detector. It must be a valid value of enum DetectorName.
THIS_DETECTOR
enum RunType |