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
RecoVertex
VertexTools
interface
LinearizationPointFinder.h
Go to the documentation of this file.
1
#ifndef _LinearizationPointFinder_H_
2
#define _LinearizationPointFinder_H_
3
4
#include "
TrackingTools/TransientTrack/interface/TransientTrack.h
"
5
#include "
DataFormats/GeometryVector/interface/GlobalPoint.h
"
6
#include <vector>
7
class
FreeTrajectoryState
;
8
12
class
LinearizationPointFinder
{
13
public
:
14
virtual
~LinearizationPointFinder
() {}
15
20
virtual
GlobalPoint
getLinearizationPoint
(
const
std::vector<reco::TransientTrack> &)
const
= 0;
21
22
virtual
GlobalPoint
getLinearizationPoint
(
const
std::vector<FreeTrajectoryState> &)
const
;
23
27
virtual
LinearizationPointFinder
*
clone
()
const
= 0;
28
};
29
30
#endif
TransientTrack.h
LinearizationPointFinder
Definition:
LinearizationPointFinder.h:12
Point3DBase< float, GlobalTag >
LinearizationPointFinder::clone
virtual LinearizationPointFinder * clone() const =0
FreeTrajectoryState
Definition:
FreeTrajectoryState.h:27
LinearizationPointFinder::getLinearizationPoint
virtual GlobalPoint getLinearizationPoint(const std::vector< reco::TransientTrack > &) const =0
LinearizationPointFinder::~LinearizationPointFinder
virtual ~LinearizationPointFinder()
Definition:
LinearizationPointFinder.h:14
GlobalPoint.h
Generated for CMSSW Reference Manual by
1.8.16