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
n
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
c
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
src
L1Trigger
L1TCalorimeter
src
CaloConfigHelper.cc
Go to the documentation of this file.
1
// CaloConfigHelper.cc
2
3
#include "
L1Trigger/L1TCalorimeter/interface/CaloConfigHelper.h
"
4
5
namespace
l1t
{
6
7
CaloConfigHelper::CaloConfigHelper
(
CaloConfig
&
db
,
unsigned
fwv,
std::string
epoch) : db_(&
db
) {
8
db
.uconfig_.push_back(
fwv
);
9
db
.sconfig_.push_back(epoch);
10
}
11
CaloConfigHelper::CaloConfigHelper
(
const
CaloConfig
&
db
) : db_(&
db
) {}
12
CaloConfigHelper::CaloConfigHelper
() {
13
static
const
CaloConfig
db
;
14
db_
= &
db
;
15
}
16
}
// namespace l1t
l1t::CaloConfig
Definition:
CaloConfig.h:24
CaloConfigHelper.h
l1t
delete x;
Definition:
CaloConfig.h:22
dqmiodatasetharvest.db
db
Definition:
dqmiodatasetharvest.py:119
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
l1t::CaloConfigHelper::db_
const CaloConfig * db_
Definition:
CaloConfigHelper.h:21
l1t::CaloConfigHelper::fwv
unsigned fwv() const
Definition:
CaloConfigHelper.h:18
l1t::CaloConfigHelper::CaloConfigHelper
CaloConfigHelper()
Definition:
CaloConfigHelper.cc:12
Generated for CMSSW Reference Manual by
1.8.14