CMS 3D CMS Logo

L1GtObject.h
Go to the documentation of this file.
1 #ifndef L1GlobalTrigger_L1GtObject_h
2 #define L1GlobalTrigger_L1GtObject_h
3 
18 // system include files
19 #include <string>
20 
21 // user include files
22 // base class
23 
24 // forward declarations
25 
29 {
30  Mu,
36  ETM,
37  ETT,
38  HTT,
39  HTM,
48 };
49 
51 
53  const char* label;
55 };
56 
59 
60 
61 #endif /*L1GlobalTrigger_L1GtObject_h*/
Definition: L1GtObject.h:39
Definition: L1GtObject.h:36
std::string l1GtObjectEnumToString(const L1GtObject &)
Definition: L1GtObject.cc:74
const char * label
Definition: L1GtObject.h:53
Definition: L1GtObject.h:38
L1GtObject l1GtObjectStringToEnum(const std::string &)
Definition: L1GtObject.cc:24
Definition: L1GtObject.h:30
the string to enum and enum to string conversions for L1GtObject
Definition: L1GtObject.h:52
Definition: L1GtObject.h:37