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
ESObjects
src
ESRecHitRatioCuts.cc
Go to the documentation of this file.
1
#include "
CondFormats/ESObjects/interface/ESRecHitRatioCuts.h
"
2
3
ESRecHitRatioCuts::ESRecHitRatioCuts
() {
4
r12Low_
= 0.;
5
r12High_
= 0.;
6
r23Low_
= 0.;
7
r23High_
= 0.;
8
}
9
10
ESRecHitRatioCuts::ESRecHitRatioCuts
(
const
float
& r12Low,
11
const
float
& r23Low,
12
const
float
& r12High,
13
const
float
& r23High) {
14
r12Low_
= r12Low;
15
r12High_
= r12High;
16
r23Low_
= r23Low;
17
r23High_
= r23High;
18
}
19
20
ESRecHitRatioCuts::~ESRecHitRatioCuts
() {}
ESRecHitRatioCuts::~ESRecHitRatioCuts
~ESRecHitRatioCuts()
Definition:
ESRecHitRatioCuts.cc:20
ESRecHitRatioCuts::r12Low_
float r12Low_
Definition:
ESRecHitRatioCuts.h:29
ESRecHitRatioCuts::r23High_
float r23High_
Definition:
ESRecHitRatioCuts.h:32
ESRecHitRatioCuts::r23Low_
float r23Low_
Definition:
ESRecHitRatioCuts.h:30
ESRecHitRatioCuts.h
ESRecHitRatioCuts::ESRecHitRatioCuts
ESRecHitRatioCuts()
Definition:
ESRecHitRatioCuts.cc:3
ESRecHitRatioCuts::r12High_
float r12High_
Definition:
ESRecHitRatioCuts.h:31
Generated for CMSSW Reference Manual by
1.8.14