QDbDefs.hh

Go to the documentation of this file.
00001 
00005 #ifndef _Q_DB_DEFS_HH_
00006 #define _Q_DB_DEFS_HH_
00007 
00012 enum RunType {
00013    RT_UNKNOWN,     
00014    RT_BACKGROUND,  
00015    RT_CALIBRATION, 
00016    RT_NPULSES,     
00017    RT_TEST,        
00018    RT_REPROCESS,   
00019    RT_SIMULATION   
00020 };
00021 
00022 
00027 enum DetectorName {
00028     DN_CUORICINO = 0,   // Cuoricino
00029     DN_THREETOWERS = 1, // Three Towers
00030     DN_CUORE0 = 2,      // Cuore 0
00031     DN_CUORE = 3,       // Cuore
00032     DN_HALLC = 5,       // HallC crio (generic)
00033     DN_HALLC_CUORE = 6, // HallC CUORE crystals test.
00034     DN_UNKNOWN = 9,     // UNKNOWN 
00035 };
00036 
00042 enum StopStatus_t {
00043    OK             = 0,
00044    Cryogenics     = 1,
00045    Electronics    = 2,
00046    DAQ            = 3,
00047    ENVIRONMENT    = 4,
00048    OTHER          = 5,
00049    CRASH          = 8,
00050    BadForAnalysis = 6,
00051 };
00052 
00059 #define THIS_DETECTOR DN_UNKNOWN
00060 
00061 #endif

Generated on Fri Mar 6 13:40:39 2009 for CUORE Software by  doxygen 1.5.1