Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
CondFormats
L1TObjects
interface
L1TGlobalParameters.h
Go to the documentation of this file.
1
#ifndef CondFormats_L1TObjects_L1TGlobalParameters_h
2
#define CondFormats_L1TObjects_L1TGlobalParameters_h
3
4
#include <vector>
5
#include "
CondFormats/Serialization/interface/Serializable.h
"
6
7
class
L1TGlobalParameters
{
8
public
:
9
L1TGlobalParameters
() {}
10
11
~L1TGlobalParameters
() {}
12
13
public
:
15
int
m_totalBxInEvent
;
16
18
20
unsigned
int
m_numberPhysTriggers
;
21
23
25
unsigned
int
m_numberL1Mu
;
26
28
unsigned
int
m_numberL1EG
;
29
31
unsigned
int
m_numberL1Jet
;
32
34
unsigned
int
m_numberL1Tau
;
35
37
39
unsigned
int
m_numberChips
;
40
42
unsigned
int
m_pinsOnChip
;
43
45
std::vector<int>
m_orderOfChip
;
46
47
int
m_version
;
48
std::vector<int>
m_exp_ints
;
49
std::vector<double>
m_exp_doubles
;
50
51
COND_SERIALIZABLE
;
52
};
53
54
#endif
L1TGlobalParameters::~L1TGlobalParameters
~L1TGlobalParameters()
Definition:
L1TGlobalParameters.h:11
L1TGlobalParameters::m_numberL1Jet
unsigned int m_numberL1Jet
jets
Definition:
L1TGlobalParameters.h:31
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
L1TGlobalParameters::m_orderOfChip
std::vector< int > m_orderOfChip
correspondence "condition chip - GTL algorithm word" in the hardware
Definition:
L1TGlobalParameters.h:45
L1TGlobalParameters::m_numberL1Tau
unsigned int m_numberL1Tau
taus
Definition:
L1TGlobalParameters.h:34
L1TGlobalParameters::m_numberL1EG
unsigned int m_numberL1EG
e/gamma objects
Definition:
L1TGlobalParameters.h:28
L1TGlobalParameters
Definition:
L1TGlobalParameters.h:7
L1TGlobalParameters::m_totalBxInEvent
int m_totalBxInEvent
bx in event
Definition:
L1TGlobalParameters.h:15
L1TGlobalParameters::m_version
int m_version
Definition:
L1TGlobalParameters.h:47
Serializable.h
L1TGlobalParameters::m_numberChips
unsigned int m_numberChips
hardware
Definition:
L1TGlobalParameters.h:39
L1TGlobalParameters::L1TGlobalParameters
L1TGlobalParameters()
Definition:
L1TGlobalParameters.h:9
L1TGlobalParameters::m_exp_doubles
std::vector< double > m_exp_doubles
Definition:
L1TGlobalParameters.h:49
L1TGlobalParameters::m_numberPhysTriggers
unsigned int m_numberPhysTriggers
trigger decision
Definition:
L1TGlobalParameters.h:20
L1TGlobalParameters::m_numberL1Mu
unsigned int m_numberL1Mu
trigger objects
Definition:
L1TGlobalParameters.h:25
L1TGlobalParameters::m_exp_ints
std::vector< int > m_exp_ints
Definition:
L1TGlobalParameters.h:48
L1TGlobalParameters::m_pinsOnChip
unsigned int m_pinsOnChip
number of pins on the GTL condition chips
Definition:
L1TGlobalParameters.h:42
Generated for CMSSW Reference Manual by
1.8.16