Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
{
30
Mu
,
31
NoIsoEG
,
32
IsoEG
,
33
CenJet
,
34
ForJet
,
35
TauJet
,
36
ETM
,
37
ETT
,
38
HTT
,
39
HTM
,
40
JetCounts
,
41
HfBitCounts
,
42
HfRingEtSums
,
43
TechTrig
,
44
Castor
,
45
BPTX
,
46
GtExternal
,
47
ObjNull
48
};
49
51
52
struct
L1GtObjectStringToEnum
{
53
const
char
*
label
;
54
L1GtObject
value
;
55
};
56
57
L1GtObject
l1GtObjectStringToEnum
(
const
std::string
&);
58
std::string
l1GtObjectEnumToString
(
const
L1GtObject
&);
59
60
61
#endif
/*L1GlobalTrigger_L1GtObject_h*/
ObjNull
Definition:
L1GtObject.h:47
L1GtObjectStringToEnum::value
L1GtObject value
Definition:
L1GtObject.h:54
HTM
Definition:
L1GtObject.h:39
GtExternal
Definition:
L1GtObject.h:46
ETM
Definition:
L1GtObject.h:36
HfBitCounts
Definition:
L1GtObject.h:41
HfRingEtSums
Definition:
L1GtObject.h:42
l1GtObjectEnumToString
std::string l1GtObjectEnumToString(const L1GtObject &)
Definition:
L1GtObject.cc:74
L1GtObjectStringToEnum::label
const char * label
Definition:
L1GtObject.h:53
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
HTT
Definition:
L1GtObject.h:38
NoIsoEG
Definition:
L1GtObject.h:31
IsoEG
Definition:
L1GtObject.h:32
l1GtObjectStringToEnum
L1GtObject l1GtObjectStringToEnum(const std::string &)
Definition:
L1GtObject.cc:24
TechTrig
Definition:
L1GtObject.h:43
TauJet
Definition:
L1GtObject.h:35
CenJet
Definition:
L1GtObject.h:33
Mu
Definition:
L1GtObject.h:30
ForJet
Definition:
L1GtObject.h:34
L1GtObjectStringToEnum
the string to enum and enum to string conversions for L1GtObject
Definition:
L1GtObject.h:52
L1GtObject
JetCounts
Definition:
L1GtObject.h:40
ETT
Definition:
L1GtObject.h:37
BPTX
Definition:
L1GtObject.h:45
Castor
Definition:
L1GtObject.h:44
Generated for CMSSW Reference Manual by
1.8.5