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 
17 {
35 };
36 
38 
40  const char* label;
42 };
43 
46 
47 }
48 
49 #endif
l1t::GlobalObject l1TGtObjectStringToEnum(const std::string &)
Definition: GlobalObject.cc:27
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:39
std::string l1TGtObjectEnumToString(const GlobalObject &)
Definition: GlobalObject.cc:78