WCSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WCSimEnumerations.hh
Go to the documentation of this file.
1 #ifndef WCSimEnumerations_h
2 #define WCSimEnumerations_h 1
3 
4 #include <string>
5 
6 typedef enum ETriggerType {
12  kTriggerFailure // this should always be the last entry (for looping)
14 
15 typedef enum EDigitizerType {
19 
20 typedef enum ERandomGeneratorType {
25 
27 {
28 public:
29 
30  static std::string EnumAsString(DigitizerType_t d);
31  static std::string EnumAsString(TriggerType_t t);
32  static std::string EnumAsString(WCSimRandomGenerator_t r);
33  static TriggerType_t TriggerTypeFromString(std::string s);
34 
35 };
36 
37 #endif
enum ETriggerType TriggerType_t
static TriggerType_t TriggerTypeFromString(std::string s)
enum EDigitizerType DigitizerType_t
enum ERandomGeneratorType WCSimRandomGenerator_t
ETriggerType
static std::string EnumAsString(DigitizerType_t d)
ERandomGeneratorType
EDigitizerType