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
TrackingTools
DetLayers
src
DetBelowR.h
Go to the documentation of this file.
1
#ifndef DetLayers_DetBelowR_H
2
#define DetLayers_DetBelowR_H
3
4
#include "
TrackingTools/DetLayers/interface/GeometricSearchDet.h
"
5
8
typedef
GeometricSearchDet
Det
;
9
10
class
DetBelowR
{
11
public
:
12
DetBelowR
(
double
v
) :
val
(
v
) {}
13
bool
operator()
(
const
Det
*
a
)
const
{
return
a
->position().perp() <
val
;}
14
private
:
15
double
val
;
16
};
17
18
#endif
DetBelowR::DetBelowR
DetBelowR(double v)
Definition:
DetBelowR.h:12
Det
GeometricSearchDet Det
Definition:
DetBelowR.h:8
findQualityFiles.v
v
Definition:
findQualityFiles.py:179
GeometricSearchDet.h
DetBelowR::operator()
bool operator()(const Det *a) const
Definition:
DetBelowR.h:13
a
double a
Definition:
hdecay.h:121
DetBelowR::val
double val
Definition:
DetBelowR.h:15
DetBelowR
Definition:
DetBelowR.h:10
GeometricSearchDet
Definition:
GeometricSearchDet.h:17
Generated for CMSSW Reference Manual by
1.8.14