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
Alignment
ReferenceTrajectories
interface
BzeroReferenceTrajectory.h
Go to the documentation of this file.
1
#ifndef Alignment_ReferenceTrajectories_BzeroReferenceTrajectory_h
2
#define Alignment_ReferenceTrajectories_BzeroReferenceTrajectory_h
3
33
#include "
Alignment/ReferenceTrajectories/interface/ReferenceTrajectory.h
"
34
35
class
BzeroReferenceTrajectory
:
public
ReferenceTrajectory
{
36
public
:
44
BzeroReferenceTrajectory
(
const
TrajectoryStateOnSurface
& tsos,
45
const
TransientTrackingRecHit::ConstRecHitContainer
&
recHits
,
46
const
MagneticField
* magField,
47
const
reco::BeamSpot
&
beamSpot
,
48
const
ReferenceTrajectoryBase::Config
&
config
);
49
50
~BzeroReferenceTrajectory
()
override
{}
51
52
BzeroReferenceTrajectory
*
clone
()
const override
{
return
new
BzeroReferenceTrajectory
(*
this
); }
53
54
private
:
55
double
theMomentumEstimate
;
56
};
57
58
#endif
ReferenceTrajectoryBase::Config
Definition:
ReferenceTrajectoryBase.h:121
ReferenceTrajectory
Definition:
ReferenceTrajectory.h:55
BzeroReferenceTrajectory::clone
BzeroReferenceTrajectory * clone() const override
Definition:
BzeroReferenceTrajectory.h:52
pwdgSkimBPark_cfi.beamSpot
beamSpot
Definition:
pwdgSkimBPark_cfi.py:5
MagneticField
Definition:
MagneticField.h:19
config
Definition:
config.py:1
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:16
ReferenceTrajectory.h
BzeroReferenceTrajectory
Definition:
BzeroReferenceTrajectory.h:35
BzeroReferenceTrajectory::~BzeroReferenceTrajectory
~BzeroReferenceTrajectory() override
Definition:
BzeroReferenceTrajectory.h:50
TrackingRecHit::ConstRecHitContainer
std::vector< ConstRecHitPointer > ConstRecHitContainer
Definition:
TrackingRecHit.h:32
BzeroReferenceTrajectory::theMomentumEstimate
double theMomentumEstimate
Definition:
BzeroReferenceTrajectory.h:55
BzeroReferenceTrajectory::BzeroReferenceTrajectory
BzeroReferenceTrajectory(const TrajectoryStateOnSurface &tsos, const TransientTrackingRecHit::ConstRecHitContainer &recHits, const MagneticField *magField, const reco::BeamSpot &beamSpot, const ReferenceTrajectoryBase::Config &config)
Definition:
BzeroReferenceTrajectory.cc:10
ReferenceTrajectoryBase::recHits
const TransientTrackingRecHit::ConstRecHitContainer & recHits() const
Definition:
ReferenceTrajectoryBase.h:215
reco::BeamSpot
Definition:
BeamSpot.h:21
Generated for CMSSW Reference Manual by
1.8.14