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
RecoTracker
CkfPattern
python
CkfTrackCandidatesP5_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# KFTrajectoryFitterESProducer
4
from
TrackingTools.TrackFitters.KFTrajectoryFitter_cfi
import
*
5
# KFTrajectorySmootherESProducer
6
from
TrackingTools.TrackFitters.KFTrajectorySmoother_cfi
import
*
7
# KFFittingSmootherESProducer
8
from
TrackingTools.TrackFitters.KFFittingSmoother_cfi
import
*
9
# TrackerTrajectoryBuilders
10
from
RecoTracker.CkfPattern.GroupedCkfTrajectoryBuilderP5_cff
import
*
11
# TrajectoryCleaning
12
from
TrackingTools.TrajectoryCleaning.TrajectoryCleanerBySharedHits_cfi
import
*
13
# Navigation School
14
from
RecoTracker.TkNavigation.NavigationSchoolESProducer_cff
import
*
15
from
RecoTracker.CkfPattern.CkfTrackCandidates_cfi
import
*
16
# generate CTF track candidates ############
17
ckfTrackCandidatesP5 = ckfTrackCandidates.clone(
18
NavigationSchool =
'CosmicNavigationSchool'
,
19
TrajectoryBuilderPSet = dict(refToPSet_ =
'GroupedCkfTrajectoryBuilderP5'
),
20
#replace ckfTrackCandidatesP5.TrajectoryBuilder = "CkfTrajectoryBuilderP5"
21
src =
'combinatorialcosmicseedfinderP5'
22
)
CkfTrackCandidates_cfi
GroupedCkfTrajectoryBuilderP5_cff
TrajectoryCleanerBySharedHits_cfi
KFTrajectorySmoother_cfi
NavigationSchoolESProducer_cff
KFFittingSmoother_cfi
KFTrajectoryFitter_cfi
Generated for CMSSW Reference Manual by
1.8.14