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
GsfTracking
python
GsfElectronGsfFit_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# Gsf track fit for GsfElectrons
4
from
TrackingTools.GsfTracking.fwdGsfElectronPropagator_cff
import
*
5
from
TrackingTools.GsfTracking.GsfElectronFit_cff
import
*
6
import
TrackingTools.GsfTracking.GsfElectronFit_cfi
7
electronGsfTracks = TrackingTools.GsfTracking.GsfElectronFit_cfi.GsfGlobalElectronTest.clone(
8
src =
'electronCkfTrackCandidates'
,
9
Propagator =
'fwdGsfElectronPropagator'
,
10
Fitter =
'GsfElectronFittingSmoother'
,
11
TTRHBuilder =
'WithTrackAngle'
,
12
TrajectoryInEvent =
False
13
)
14
# FastSim has no template fit on tracker hits
15
# replace the ECAL driven electron track candidates with the FastSim emulated ones
16
from
Configuration.Eras.Modifier_fastSim_cff
import
fastSim
17
fastSim.toModify(electronGsfTracks,
18
src =
"fastElectronCkfTrackCandidates"
,
19
TTRHBuilder =
"WithoutRefit"
)
GsfElectronFit_cfi
GsfElectronFit_cff
fwdGsfElectronPropagator_cff
Generated for CMSSW Reference Manual by
1.8.14