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
RecoVertex
VertexTools
interface
AbstractLTSFactory.h
Go to the documentation of this file.
1
#ifndef VertexTools_AbstractLTSFactory_H
2
#define VertexTools_AbstractLTSFactory_H
3
4
#include "
RecoVertex/VertexPrimitives/interface/LinearizedTrackState.h
"
5
#include "
TrackingTools/TransientTrack/interface/TransientTrack.h
"
6
11
template
<
unsigned
int
N>
12
class
AbstractLTSFactory
{
13
public
:
14
typedef
ReferenceCountingPointer<LinearizedTrackState<N>
>
RefCountedLinearizedTrackState
;
15
16
virtual
RefCountedLinearizedTrackState
linearizedTrackState
(
const
GlobalPoint
& linP,
17
const
reco::TransientTrack
&
track
)
const
= 0;
18
19
virtual
RefCountedLinearizedTrackState
linearizedTrackState
(
const
GlobalPoint
& linP,
20
const
reco::TransientTrack
&
track
,
21
const
TrajectoryStateOnSurface
& tsos)
const
= 0;
22
23
virtual
~AbstractLTSFactory
(){};
24
25
virtual
const
AbstractLTSFactory
*
clone
()
const
= 0;
26
};
27
28
#endif
LinearizedTrackState.h
AbstractLTSFactory::linearizedTrackState
virtual RefCountedLinearizedTrackState linearizedTrackState(const GlobalPoint &linP, const reco::TransientTrack &track) const =0
TransientTrack.h
AbstractLTSFactory::~AbstractLTSFactory
virtual ~AbstractLTSFactory()
Definition:
AbstractLTSFactory.h:23
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:16
AbstractLTSFactory::clone
virtual const AbstractLTSFactory * clone() const =0
ReferenceCountingPointer
Definition:
ReferenceCounted.h:60
reco::TransientTrack
Definition:
TransientTrack.h:19
AbstractLTSFactory::RefCountedLinearizedTrackState
ReferenceCountingPointer< LinearizedTrackState< N > > RefCountedLinearizedTrackState
Definition:
AbstractLTSFactory.h:14
Point3DBase< float, GlobalTag >
AbstractLTSFactory
Definition:
AbstractLTSFactory.h:12
HLT_2023v12_cff.track
track
Definition:
HLT_2023v12_cff.py:9595
Generated for CMSSW Reference Manual by
1.8.14