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
DetRodOneR.h
Go to the documentation of this file.
1
#ifndef DetLayers_DetRodOneR_H
2
#define DetLayers_DetRodOneR_H
3
8
#include "
TrackingTools/DetLayers/interface/GeometricSearchDet.h
"
9
#include "
TrackingTools/DetLayers/interface/DetRod.h
"
10
#include "
TrackingTools/GeomPropagators/interface/Propagator.h
"
11
12
class
MeasurementEstimator
;
13
14
class
DetRodOneR
:
public
DetRod
{
15
public
:
16
typedef
std::vector<GeometricSearchDet*>
DetContainer
;
17
19
DetRodOneR
(std::vector<const GeomDet*>::const_iterator
first
, std::vector<const GeomDet*>::const_iterator
last
);
20
22
DetRodOneR
(
const
std::vector<const GeomDet*>& dets);
23
24
~DetRodOneR
()
override
;
25
26
const
std::vector<const GeomDet*>&
basicComponents
()
const override
{
return
theDets
; }
27
28
protected
:
30
31
bool
add
(
int
idet,
32
std::vector<DetWithState>&
result
,
33
const
TrajectoryStateOnSurface
& startingState,
34
const
Propagator
& prop,
35
const
MeasurementEstimator
& est)
const
;
36
37
std::vector<const GeomDet*>
theDets
;
38
39
void
initialize
();
40
};
41
42
#endif
Propagator.h
MeasurementEstimator
Definition:
MeasurementEstimator.h:19
GeometricSearchDet.h
dqmdumpme.first
first
Definition:
dqmdumpme.py:55
Propagator
Definition:
Propagator.h:44
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:16
DetRodOneR::initialize
void initialize()
Definition:
DetRodOneR.cc:22
dqmdumpme.last
last
Definition:
dqmdumpme.py:56
DetRod
Definition:
DetRod.h:13
DetRodOneR::theDets
std::vector< const GeomDet * > theDets
Definition:
DetRodOneR.h:37
DetRodOneR::add
bool add(int idet, std::vector< DetWithState > &result, const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est) const
Query detector idet for compatible and add the output to result.
Definition:
DetRodOneR.cc:32
DetRodOneR::DetRodOneR
DetRodOneR(std::vector< const GeomDet * >::const_iterator first, std::vector< const GeomDet * >::const_iterator last)
Construct from iterators on GeomDet*.
Definition:
DetRodOneR.cc:15
DetRodOneR
Definition:
DetRodOneR.h:14
DetRodOneR::~DetRodOneR
~DetRodOneR() override
Definition:
DetRodOneR.cc:13
DetRod.h
DetRodOneR::basicComponents
const std::vector< const GeomDet * > & basicComponents() const override
Definition:
DetRodOneR.h:26
DetRodOneR::DetContainer
std::vector< GeometricSearchDet * > DetContainer
Definition:
DetRodOneR.h:16
mps_fire.result
result
Definition:
mps_fire.py:311
Generated for CMSSW Reference Manual by
1.8.16