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
interface
HcalPFCut.h
Go to the documentation of this file.
1
#ifndef CondFormats_HcalObjects_HcalPFCut_h
2
#define CondFormats_HcalObjects_HcalPFCut_h
3
4
#include <cstdint>
5
6
#include "
CondFormats/Serialization/interface/Serializable.h
"
7
8
class
HcalPFCut
{
9
public
:
10
inline
HcalPFCut
() :
mId_
(0),
noiseThresh_
(0.
f
),
seedThresh_
(0.
f
) {}
11
12
inline
HcalPFCut
(
unsigned
long
fId,
float
noiseThresh,
float
seedThresh)
13
:
mId_
(fId),
noiseThresh_
(noiseThresh),
seedThresh_
(seedThresh) {}
14
15
inline
uint32_t
rawId
()
const
{
return
mId_
; }
16
inline
float
noiseThreshold
()
const
{
return
noiseThresh_
; }
17
inline
float
seedThreshold
()
const
{
return
seedThresh_
; }
18
19
// Methods for HcalDbASCIIIO
20
inline
float
getValue0
()
const
{
return
noiseThresh_
; }
21
inline
float
getValue1
()
const
{
return
seedThresh_
; }
22
23
private
:
24
uint32_t
mId_
;
25
float
noiseThresh_
;
26
float
seedThresh_
;
27
28
COND_SERIALIZABLE
;
29
};
30
31
#endif // CondFormats_HcalObjects_HcalPFCut_h
HcalPFCut::HcalPFCut
HcalPFCut()
Definition:
HcalPFCut.h:10
HcalPFCut::mId_
uint32_t mId_
Definition:
HcalPFCut.h:24
HcalPFCut
Definition:
HcalPFCut.h:8
HcalPFCut::getValue0
float getValue0() const
Definition:
HcalPFCut.h:20
HcalPFCut::rawId
uint32_t rawId() const
Definition:
HcalPFCut.h:15
HcalPFCut::noiseThresh_
float noiseThresh_
Definition:
HcalPFCut.h:25
HcalPFCut::noiseThreshold
float noiseThreshold() const
Definition:
HcalPFCut.h:16
f
double f[11][100]
Definition:
MuScleFitUtils.cc:78
HcalPFCut::seedThreshold
float seedThreshold() const
Definition:
HcalPFCut.h:17
HcalPFCut::HcalPFCut
HcalPFCut(unsigned long fId, float noiseThresh, float seedThresh)
Definition:
HcalPFCut.h:12
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
HcalPFCut::seedThresh_
float seedThresh_
Definition:
HcalPFCut.h:26
Serializable.h
HcalPFCut::getValue1
float getValue1() const
Definition:
HcalPFCut.h:21
Generated for CMSSW Reference Manual by
1.8.14