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
RecoTracker
TrackProducer
python
CosmicFinalFitWithMaterialP5_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# magnetic field
4
# cms geometry
5
# tracker geometry
6
# tracker numbering
7
# KFUpdatoerESProducer
8
from
TrackingTools.KalmanUpdators.KFUpdatorESProducer_cfi
import
*
9
# Chi2MeasurementEstimatorESProducer
10
from
TrackingTools.KalmanUpdators.Chi2MeasurementEstimator_cfi
import
*
11
# KFTrajectoryFitterESProducer
12
# KFTrajectorySmootherESProducer
13
# KFFittingSmootherESProducer
14
from
TrackingTools.TrackFitters.RungeKuttaFitters_cff
import
*
15
# PropagatorWithMaterialESProducer
16
from
TrackingTools.MaterialEffects.MaterialPropagator_cfi
import
*
17
# PropagatorWithMaterialESProducer
18
from
TrackingTools.MaterialEffects.OppositeMaterialPropagator_cfi
import
*
19
# stripCPE
20
from
RecoLocalTracker.SiStripRecHitConverter.StripCPEfromTrackAngle_cfi
import
*
21
from
RecoLocalTracker.SiStripRecHitConverter.SiStripRecHitMatcher_cfi
import
*
22
# pixelCPE
23
from
RecoLocalTracker.SiPixelRecHits.PixelCPEParmError_cfi
import
*
24
#TransientTrackingBuilder
25
from
RecoTracker.TransientTrackingRecHit.TransientTrackingRecHitBuilder_cfi
import
*
26
27
import
RecoTracker.TrackProducer.TrackProducer_cfi
28
29
# include TrackProducer and clone with new module label
30
cosmictrackfinderCosmics = RecoTracker.TrackProducer.TrackProducer_cfi.TrackProducer.clone()
31
32
cosmictrackfinderCosmics.src =
'cosmicCandidateFinderP5'
33
cosmictrackfinderCosmics.TTRHBuilder =
'WithTrackAngle'
34
cosmictrackfinderCosmics.AlgorithmName =
'cosmic'
35
cosmictrackfinderCosmics.Fitter =
'RKFittingSmoother'
36
cosmictrackfinderCosmics.TrajectoryInEvent =
True
37
OppositeMaterialPropagator_cfi
SiStripRecHitMatcher_cfi
MaterialPropagator_cfi
KFUpdatorESProducer_cfi
TrackProducer_cfi
RungeKuttaFitters_cff
TransientTrackingRecHitBuilder_cfi
StripCPEfromTrackAngle_cfi
PixelCPEParmError_cfi
Chi2MeasurementEstimator_cfi
Generated for CMSSW Reference Manual by
1.8.16