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
CondFormats
HcalObjects
src
HcalTPParameters.cc
Go to the documentation of this file.
1
#include <algorithm>
2
#include <iostream>
3
#include <set>
4
5
#include "
CondFormats/HcalObjects/interface/HcalTPParameters.h
"
6
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
7
8
HcalTPParameters::HcalTPParameters
() : version_(0), adcCut_(0), tdcMask_(0), tbits_(0), auxi1_(0), auxi2_(0) {}
9
10
HcalTPParameters::~HcalTPParameters
() {}
11
12
void
HcalTPParameters::loadObject
(
int
version
,
int
adcCut,
uint64_t
tdcMask, uint32_t tbits,
int
auxi1,
int
auxi2) {
13
version_
=
version
;
14
adcCut_
= adcCut;
15
tdcMask_
= tdcMask;
16
tbits_
= tbits;
17
auxi1_
= auxi1;
18
auxi2_
= auxi2;
19
}
MessageLogger.h
HcalTPParameters::HcalTPParameters
HcalTPParameters()
Definition:
HcalTPParameters.cc:8
HcalTPParameters::auxi2_
int auxi2_
Definition:
HcalTPParameters.h:36
HcalTPParameters::~HcalTPParameters
~HcalTPParameters()
Definition:
HcalTPParameters.cc:10
BeamSplash_cfg.version
version
Definition:
BeamSplash_cfg.py:45
HcalTPParameters::auxi1_
int auxi1_
Definition:
HcalTPParameters.h:35
HcalTPParameters::tdcMask_
uint64_t tdcMask_
Definition:
HcalTPParameters.h:33
cond::uint64_t
unsigned long long uint64_t
Definition:
Time.h:13
HcalTPParameters::tbits_
uint32_t tbits_
Definition:
HcalTPParameters.h:34
HcalTPParameters::loadObject
void loadObject(int version, int adcCut, uint64_t tdcMask, uint32_t tbits, int auxi1, int auxi2)
Definition:
HcalTPParameters.cc:12
HcalTPParameters::adcCut_
int adcCut_
Definition:
HcalTPParameters.h:32
HcalTPParameters::version_
int version_
Definition:
HcalTPParameters.h:31
HcalTPParameters.h
Generated for CMSSW Reference Manual by
1.8.14