CMS 3D CMS Logo

GlobalObject.h
Go to the documentation of this file.
1 #ifndef DataFormats_L1TGlobal_GlobalObject_h
2 #define DataFormats_L1TGlobal_GlobalObject_h
3 
4 // system include files
5 #include <string>
6 
7 namespace l1t {
8 
9  // user include files
10  // base class
11 
12  // forward declarations
13 
16  enum GlobalObject {
47  };
48 
50 
52  const char* label;
54  };
55 
58 
59 } // namespace l1t
60 
61 #endif
l1t::GlobalObject l1TGtObjectStringToEnum(const std::string &)
Definition: GlobalObject.cc:26
GlobalObject
Definition: GlobalObject.h:16
delete x;
Definition: CaloConfig.h:22
the string to enum and enum to string conversions for GlobalObject
Definition: GlobalObject.h:51
std::string l1TGtObjectEnumToString(const GlobalObject &)
Definition: GlobalObject.cc:83