| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

RunType.h

Go to the documentation of this file.
00001 
00006 #ifndef CONVENTIONS_RUNTYPE_H
00007 #define CONVENTIONS_RUNTYPE_H 1
00008 
00009 namespace DayaBay
00010 {
00011  
00012   namespace RunType
00013   {
00014     enum RunType_t {
00015       kUnknown = 0,
00016       kPhysics,
00017       kPedestal,
00018       kCalibration,
00019       kElecCalib,
00020       kDebug
00021     };
00022     // Convert enum back and forth to string.
00023     const char*    AsString(RunType_t site);
00024     RunType_t  FromString(const char* str);  
00025   }
00026 
00027 }
00028 
00029 #endif // CONVENTIONS_RUNTYPE_H
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:14:47 2011 for Conventions by doxygen 1.4.7