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
20
// system include files
21
#include <string>
22
23
// user include files
24
// base class
25
26
// forward declarations
27
30
enum
L1GtObject
31
{
32
Mu
,
33
NoIsoEG
,
34
IsoEG
,
35
CenJet
,
36
ForJet
,
37
TauJet
,
38
ETM
,
39
ETT
,
40
HTT
,
41
HTM
,
42
JetCounts
,
43
HfBitCounts
,
44
HfRingEtSums
,
45
TechTrig
,
46
Castor
,
47
BPTX
,
48
GtExternal
,
49
ObjNull
50
};
51
53
54
struct
L1GtObjectStringToEnum
{
55
const
char
*
label
;
56
L1GtObject
value
;
57
};
58
59
L1GtObject
l1GtObjectStringToEnum
(
const
std::string&);
60
std::string
l1GtObjectEnumToString
(
const
L1GtObject
&);
61
62
63
#endif
/*L1GlobalTrigger_L1GtObject_h*/
ObjNull
Definition:
L1GtObject.h:49
L1GtObjectStringToEnum::value
L1GtObject value
Definition:
L1GtObject.h:56
HTM
Definition:
L1GtObject.h:41
GtExternal
Definition:
L1GtObject.h:48
ETM
Definition:
L1GtObject.h:38
HfBitCounts
Definition:
L1GtObject.h:43
HfRingEtSums
Definition:
L1GtObject.h:44
l1GtObjectEnumToString
std::string l1GtObjectEnumToString(const L1GtObject &)
Definition:
L1GtObject.cc:76
L1GtObjectStringToEnum::label
const char * label
Definition:
L1GtObject.h:55
HTT
Definition:
L1GtObject.h:40
NoIsoEG
Definition:
L1GtObject.h:33
IsoEG
Definition:
L1GtObject.h:34
l1GtObjectStringToEnum
L1GtObject l1GtObjectStringToEnum(const std::string &)
Definition:
L1GtObject.cc:26
TechTrig
Definition:
L1GtObject.h:45
TauJet
Definition:
L1GtObject.h:37
CenJet
Definition:
L1GtObject.h:35
Mu
Definition:
L1GtObject.h:32
ForJet
Definition:
L1GtObject.h:36
L1GtObjectStringToEnum
the string to enum and enum to string conversions for L1GtObject
Definition:
L1GtObject.h:54
L1GtObject
JetCounts
Definition:
L1GtObject.h:42
ETT
Definition:
L1GtObject.h:39
BPTX
Definition:
L1GtObject.h:47
Castor
Definition:
L1GtObject.h:46
Generated for CMSSW Reference Manual by
1.8.5