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
PatternTools
interface
TSCBLBuilderWithPropagator.h
Go to the documentation of this file.
1
#ifndef TSCBLBuilderWithPropagator_H
2
#define TSCBLBuilderWithPropagator_H
3
4
#include "
TrackingTools/PatternTools/interface/TrajectoryStateClosestToBeamLineBuilder.h
"
5
#include "
TrackingTools/GeomPropagators/interface/Propagator.h
"
6
#include "
DataFormats/GeometryCommonDetAlgo/interface/DeepCopyPointerByClone.h
"
7
#include "
MagneticField/Engine/interface/MagneticField.h
"
8
16
class
TSCBLBuilderWithPropagator
:
public
TrajectoryStateClosestToBeamLineBuilder
{
17
public
:
19
TSCBLBuilderWithPropagator
(
const
MagneticField
* field);
20
22
TSCBLBuilderWithPropagator
(
const
Propagator
& u);
23
24
~TSCBLBuilderWithPropagator
()
override
{};
25
26
TrajectoryStateClosestToBeamLine
operator()
(
const
FTS
& originalFTS,
const
reco::BeamSpot
&
beamSpot
)
const override
;
27
28
private
:
29
DeepCopyPointerByClone<Propagator>
thePropagator
;
30
};
31
#endif
DeepCopyPointerByClone.h
TSCBLBuilderWithPropagator::thePropagator
DeepCopyPointerByClone< Propagator > thePropagator
Definition:
TSCBLBuilderWithPropagator.h:29
pwdgSkimBPark_cfi.beamSpot
beamSpot
Definition:
pwdgSkimBPark_cfi.py:5
MagneticField
Definition:
MagneticField.h:19
TrajectoryStateClosestToBeamLineBuilder
Definition:
TrajectoryStateClosestToBeamLineBuilder.h:14
TSCBLBuilderWithPropagator
Definition:
TSCBLBuilderWithPropagator.h:16
TrajectoryStateClosestToBeamLine
Definition:
TrajectoryStateClosestToBeamLine.h:15
MagneticField.h
FreeTrajectoryState
Definition:
FreeTrajectoryState.h:27
Propagator
Definition:
Propagator.h:44
Propagator.h
DeepCopyPointerByClone< Propagator >
TSCBLBuilderWithPropagator::~TSCBLBuilderWithPropagator
~TSCBLBuilderWithPropagator() override
Definition:
TSCBLBuilderWithPropagator.h:24
TSCBLBuilderWithPropagator::operator()
TrajectoryStateClosestToBeamLine operator()(const FTS &originalFTS, const reco::BeamSpot &beamSpot) const override
Definition:
TSCBLBuilderWithPropagator.cc:15
TSCBLBuilderWithPropagator::TSCBLBuilderWithPropagator
TSCBLBuilderWithPropagator(const MagneticField *field)
constructor with default geometrical propagator
Definition:
TSCBLBuilderWithPropagator.cc:8
TrajectoryStateClosestToBeamLineBuilder.h
reco::BeamSpot
Definition:
BeamSpot.h:21
Generated for CMSSW Reference Manual by
1.8.14