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
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
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
ForwardDetRingOneZ.h
Go to the documentation of this file.
1
#ifndef DetLayers_ForwardDetRingOneZ_H
2
#define DetLayers_ForwardDetRingOneZ_H
3
8
#include "
TrackingTools/DetLayers/interface/ForwardDetRing.h
"
9
10
class
ForwardDetRingOneZ
:
public
ForwardDetRing
{
11
public
:
13
ForwardDetRingOneZ
(std::vector<const GeomDet*>::const_iterator
first
,
14
std::vector<const GeomDet*>::const_iterator
last
);
15
16
// Construct from a std::vector of Det*.
17
ForwardDetRingOneZ
(
const
std::vector<const GeomDet*>& dets);
18
19
~ForwardDetRingOneZ
()
override
;
20
21
const
std::vector<const GeomDet*>&
basicComponents
()
const override
{
return
theDets
; }
22
23
protected
:
24
bool
add
(
int
idet,
25
std::vector<DetWithState>&
result
,
26
const
TrajectoryStateOnSurface
& tsos,
27
const
Propagator
& prop,
28
const
MeasurementEstimator
& est)
const
;
29
30
private
:
31
std::vector<const GeomDet*>
theDets
;
32
33
void
initialize
();
34
};
35
#endif
MeasurementEstimator
Definition:
MeasurementEstimator.h:19
ForwardDetRing.h
dqmdumpme.first
first
Definition:
dqmdumpme.py:55
Propagator
Definition:
Propagator.h:44
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:16
dqmdumpme.last
last
Definition:
dqmdumpme.py:56
ForwardDetRingOneZ::basicComponents
const std::vector< const GeomDet * > & basicComponents() const override
Definition:
ForwardDetRingOneZ.h:21
ForwardDetRingOneZ::add
bool add(int idet, std::vector< DetWithState > &result, const TrajectoryStateOnSurface &tsos, const Propagator &prop, const MeasurementEstimator &est) const
Definition:
ForwardDetRingOneZ.cc:33
ForwardDetRingOneZ
Definition:
ForwardDetRingOneZ.h:10
ForwardDetRingOneZ::ForwardDetRingOneZ
ForwardDetRingOneZ(std::vector< const GeomDet * >::const_iterator first, std::vector< const GeomDet * >::const_iterator last)
Construct from iterators on Det*.
Definition:
ForwardDetRingOneZ.cc:16
ForwardDetRingOneZ::theDets
std::vector< const GeomDet * > theDets
Definition:
ForwardDetRingOneZ.h:31
ForwardDetRingOneZ::~ForwardDetRingOneZ
~ForwardDetRingOneZ() override
Definition:
ForwardDetRingOneZ.cc:14
mps_fire.result
result
Definition:
mps_fire.py:311
ForwardDetRingOneZ::initialize
void initialize()
Definition:
ForwardDetRingOneZ.cc:26
ForwardDetRing
Definition:
ForwardDetRing.h:11
Generated for CMSSW Reference Manual by
1.8.16