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 {
49  };
50 
52 
54  const char* label;
56  };
57 
60 
61 } // namespace l1t
62 
63 #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:53
std::string l1TGtObjectEnumToString(const GlobalObject &)
Definition: GlobalObject.cc:85