src
DataFormats
L1GlobalTrigger
interface
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
28
enum
L1GtObject
{
29
Mu
,
30
NoIsoEG
,
31
IsoEG
,
32
CenJet
,
33
ForJet
,
34
TauJet
,
35
ETM
,
36
ETT
,
37
HTT
,
38
HTM
,
39
JetCounts
,
40
HfBitCounts
,
41
HfRingEtSums
,
42
TechTrig
,
43
Castor
,
44
BPTX
,
45
GtExternal
,
46
ObjNull
47
};
48
50
51
struct
L1GtObjectStringToEnum
{
52
const
char
*
label
;
53
L1GtObject
value
;
54
};
55
56
L1GtObject
l1GtObjectStringToEnum
(
const
std::string
&);
57
std::string
l1GtObjectEnumToString
(
const
L1GtObject
&);
58
59
#endif
/*L1GlobalTrigger_L1GtObject_h*/
ObjNull
Definition:
L1GtObject.h:46
L1GtObjectStringToEnum::value
L1GtObject value
Definition:
L1GtObject.h:53
HTM
Definition:
L1GtObject.h:38
GtExternal
Definition:
L1GtObject.h:45
ETM
Definition:
L1GtObject.h:35
HfBitCounts
Definition:
L1GtObject.h:40
HfRingEtSums
Definition:
L1GtObject.h:41
l1GtObjectEnumToString
std::string l1GtObjectEnumToString(const L1GtObject &)
Definition:
L1GtObject.cc:69
L1GtObjectStringToEnum::label
const char * label
Definition:
L1GtObject.h:52
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
HTT
Definition:
L1GtObject.h:37
NoIsoEG
Definition:
L1GtObject.h:30
IsoEG
Definition:
L1GtObject.h:31
l1GtObjectStringToEnum
L1GtObject l1GtObjectStringToEnum(const std::string &)
Definition:
L1GtObject.cc:24
TechTrig
Definition:
L1GtObject.h:42
TauJet
Definition:
L1GtObject.h:34
CenJet
Definition:
L1GtObject.h:32
Mu
Definition:
L1GtObject.h:29
ForJet
Definition:
L1GtObject.h:33
L1GtObjectStringToEnum
the string to enum and enum to string conversions for L1GtObject
Definition:
L1GtObject.h:51
L1GtObject
JetCounts
Definition:
L1GtObject.h:39
ETT
Definition:
L1GtObject.h:36
BPTX
Definition:
L1GtObject.h:44
Castor
Definition:
L1GtObject.h:43
Generated for CMSSW Reference Manual by
1.8.14