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
RecoTracker
TrackProducer
plugins
TrackRefitter.h
Go to the documentation of this file.
1
#ifndef TrackRefitter_h
2
#define TrackRefitter_h
3
10
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
11
#include "
RecoTracker/TrackProducer/interface/KfTrackProducerBase.h
"
12
#include "
RecoTracker/TrackProducer/interface/TrackProducerAlgorithm.h
"
13
14
class
TrackRefitter
:
public
KfTrackProducerBase
,
public
edm::stream::EDProducer
<> {
15
public
:
17
explicit
TrackRefitter
(
const
edm::ParameterSet
& iConfig);
18
20
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
21
22
private
:
23
TrackProducerAlgorithm<reco::Track>
theAlgo
;
24
enum
Constraint
{
none
,
momentum
,
vertex
,
trackParameters
};
25
Constraint
constraint_
;
26
edm::EDGetToken
trkconstrcoll_
;
27
28
const
edm::ESGetToken<TrackerTopology, TrackerTopologyRcd>
ttopoToken_
;
29
};
30
31
#endif
TrackRefitter::Constraint
Constraint
Definition:
TrackRefitter.h:24
TrackRefitter::trackParameters
Definition:
TrackRefitter.h:24
TrackRefitter::trkconstrcoll_
edm::EDGetToken trkconstrcoll_
Definition:
TrackRefitter.h:26
TrackRefitter::ttopoToken_
const edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > ttopoToken_
Definition:
TrackRefitter.h:28
TrackProducerAlgorithm.h
TrackRefitter::momentum
Definition:
TrackRefitter.h:24
TrackRefitter::theAlgo
TrackProducerAlgorithm< reco::Track > theAlgo
Definition:
TrackRefitter.h:23
edm::EDGetToken
Definition:
EDGetToken.h:35
EDProducer.h
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd >
TrackProducerAlgorithm< reco::Track >
KfTrackProducerBase.h
TrackRefitter::none
Definition:
TrackRefitter.h:24
edm::EventSetup
Definition:
EventSetup.h:59
TrackRefitter::constraint_
Constraint constraint_
Definition:
TrackRefitter.h:25
TrackRefitter::produce
void produce(edm::Event &, const edm::EventSetup &) override
Implementation of produce method.
Definition:
TrackRefitter.cc:55
edm::stream::EDProducer
Definition:
EDProducer.h:36
TrackRefitter
Definition:
TrackRefitter.h:14
edm::ParameterSet
Definition:
ParameterSet.h:47
KfTrackProducerBase
Definition:
KfTrackProducerBase.h:16
edm::Event
Definition:
Event.h:73
TrackRefitter::vertex
Definition:
TrackRefitter.h:24
TrackRefitter::TrackRefitter
TrackRefitter(const edm::ParameterSet &iConfig)
Constructor.
Definition:
TrackRefitter.cc:16
Generated for CMSSW Reference Manual by
1.8.14