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
TrackingTools
DetLayers
interface
CylinderBuilderFromDet.h
Go to the documentation of this file.
1
#ifndef DetLayers_CylinderBuilderFromDet_h
2
#define DetLayers_CylinderBuilderFromDet_h
3
12
#include "
Geometry/CommonDetUnit/interface/GeomDet.h
"
13
#include "
DataFormats/GeometrySurface/interface/BoundCylinder.h
"
14
15
#include <vector>
16
#include <limits>
17
18
class
CylinderBuilderFromDet
{
19
public
:
20
typedef
GeomDet
Det
;
21
typedef
Surface::PositionType
PositionType
;
22
typedef
Surface::RotationType
RotationType
;
23
typedef
PositionType::BasicVectorType
Vector
;
24
25
CylinderBuilderFromDet
()
26
:
rmin
(
std
::numeric_limits<
float
>::
max
()),
27
rmax
(0.0),
28
zmin
(
std
::numeric_limits<
float
>::
max
()),
29
zmax
(
std
::numeric_limits<
float
>::
min
()) {}
30
31
BoundCylinder
*
operator()
(std::vector<const Det*>::const_iterator
first
,
32
std::vector<const Det*>::const_iterator
last
)
const
;
33
34
void
operator()
(
const
Det
& det);
35
36
BoundCylinder
*
build
()
const
;
37
38
private
:
39
float
rmin
;
40
float
rmax
;
41
float
zmin
;
42
float
zmax
;
43
};
44
45
#endif
first
auto first
Definition:
CAHitNtupletGeneratorKernelsImpl.h:127
GeomDet.h
CylinderBuilderFromDet::operator()
BoundCylinder * operator()(std::vector< const Det *>::const_iterator first, std::vector< const Det *>::const_iterator last) const
Definition:
CylinderBuilderFromDet.cc:8
CylinderBuilderFromDet::CylinderBuilderFromDet
CylinderBuilderFromDet()
Definition:
CylinderBuilderFromDet.h:25
CylinderBuilderFromDet::zmax
float zmax
Definition:
CylinderBuilderFromDet.h:42
GeomDet
Definition:
GeomDet.h:27
std
Definition:
JetResolutionObject.h:76
CylinderBuilderFromDet
Definition:
CylinderBuilderFromDet.h:18
CylinderBuilderFromDet::Vector
PositionType::BasicVectorType Vector
Definition:
CylinderBuilderFromDet.h:23
CylinderBuilderFromDet::build
BoundCylinder * build() const
Definition:
CylinderBuilderFromDet.cc:78
TkRotation< float >
Basic3DVector< float >
CylinderBuilderFromDet::RotationType
Surface::RotationType RotationType
Definition:
CylinderBuilderFromDet.h:22
CylinderBuilderFromDet::rmin
float rmin
Definition:
CylinderBuilderFromDet.h:39
SiStripPI::min
Definition:
SiStripPayloadInspectorHelper.h:178
CylinderBuilderFromDet::rmax
float rmax
Definition:
CylinderBuilderFromDet.h:40
SiStripPI::max
Definition:
SiStripPayloadInspectorHelper.h:178
CylinderBuilderFromDet::PositionType
Surface::PositionType PositionType
Definition:
CylinderBuilderFromDet.h:21
dqmdumpme.last
last
Definition:
dqmdumpme.py:56
Point3DBase< float, GlobalTag >
dqmMemoryStats.float
float
Definition:
dqmMemoryStats.py:127
BoundCylinder
GeometricSearchDet
Definition:
GeometricSearchDet.h:17
BoundCylinder.h
CylinderBuilderFromDet::Det
GeomDet Det
Definition:
CylinderBuilderFromDet.h:20
CylinderBuilderFromDet::zmin
float zmin
Definition:
CylinderBuilderFromDet.h:41
Generated for CMSSW Reference Manual by
1.8.14