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
GeomPropagators
interface
StateOnTrackerBound.h
Go to the documentation of this file.
1
#ifndef GeomPropagators_StateOnTrackerBound_H
2
#define GeomPropagators_StateOnTrackerBound_H
3
4
class
FreeTrajectoryState
;
5
class
TrajectoryStateOnSurface
;
6
class
Propagator
;
7
13
class
StateOnTrackerBound
{
14
public
:
15
StateOnTrackerBound
(
const
Propagator
* prop);
16
17
~StateOnTrackerBound
();
18
19
TrajectoryStateOnSurface
operator()
(
const
TrajectoryStateOnSurface
& tsos)
const
;
20
21
TrajectoryStateOnSurface
operator()
(
const
FreeTrajectoryState
& fts)
const
;
22
23
private
:
24
Propagator
*
thePropagator
;
25
};
26
#endif
StateOnTrackerBound::thePropagator
Propagator * thePropagator
Definition:
StateOnTrackerBound.h:24
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:16
FreeTrajectoryState
Definition:
FreeTrajectoryState.h:27
StateOnTrackerBound::StateOnTrackerBound
StateOnTrackerBound(const Propagator *prop)
Definition:
StateOnTrackerBound.cc:11
Propagator
Definition:
Propagator.h:44
StateOnTrackerBound::operator()
TrajectoryStateOnSurface operator()(const TrajectoryStateOnSurface &tsos) const
Definition:
StateOnTrackerBound.cc:15
StateOnTrackerBound
Definition:
StateOnTrackerBound.h:13
StateOnTrackerBound::~StateOnTrackerBound
~StateOnTrackerBound()
Definition:
StateOnTrackerBound.cc:13
Generated for CMSSW Reference Manual by
1.8.14