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
:
unsigned
int
{
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*/
HTM
Definition:
L1GtObject.h:38
ForJet
Definition:
L1GtObject.h:33
L1GtObject
L1GtObject
Definition:
L1GtObject.h:28
L1GtObjectStringToEnum::value
L1GtObject value
Definition:
L1GtObject.h:53
HfRingEtSums
Definition:
L1GtObject.h:41
JetCounts
Definition:
L1GtObject.h:39
ETT
Definition:
L1GtObject.h:36
Mu
Definition:
L1GtObject.h:29
GtExternal
Definition:
L1GtObject.h:45
HfBitCounts
Definition:
L1GtObject.h:40
Castor
Definition:
L1GtObject.h:43
l1GtObjectEnumToString
std::string l1GtObjectEnumToString(const L1GtObject &)
Definition:
L1GtObject.cc:69
L1GtObjectStringToEnum::label
const char * label
Definition:
L1GtObject.h:52
NoIsoEG
Definition:
L1GtObject.h:30
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
BPTX
Definition:
L1GtObject.h:44
l1GtObjectStringToEnum
L1GtObject l1GtObjectStringToEnum(const std::string &)
Definition:
L1GtObject.cc:24
ETM
Definition:
L1GtObject.h:35
TauJet
Definition:
L1GtObject.h:34
L1GtObjectStringToEnum
the string to enum and enum to string conversions for L1GtObject
Definition:
L1GtObject.h:51
L1GtObject
TechTrig
Definition:
L1GtObject.h:42
IsoEG
Definition:
L1GtObject.h:31
CenJet
Definition:
L1GtObject.h:32
HTT
Definition:
L1GtObject.h:37
ObjNull
Definition:
L1GtObject.h:46
Generated for CMSSW Reference Manual by
1.8.14