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
RecoHI
HiTracking
python
HighPtTracking_PbPb_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
4
from
TrackingTools.TransientTrack.TransientTrackBuilder_cfi
import
*
#also includes global tracking geometry
5
from
RecoTracker.TransientTrackingRecHit.TTRHBuilders_cff
import
*
6
from
RecoLocalTracker.SiPixelRecHits.PixelCPEESProducers_cff
import
*
#cluster parameter estimator producer
7
from
RecoTracker.TkSeedingLayers.PixelLayerTriplets_cfi
import
*
8
9
10
from
RecoHI.HiTracking.HIPixelVertices_cff
import
*
11
12
13
from
RecoHI.HiTracking.HIPixelTripletSeeds_cff
import
*
14
15
16
from
RecoHI.HiTracking.HICkfTrackCandidates_cff
import
*
17
18
19
from
RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cff
import
*
20
hiGlobalPrimTracks = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone(
21
src =
'hiPrimTrackCandidates'
,
22
AlgorithmName =
'initialStep'
23
)
24
25
26
from
RecoHI.HiTracking.HISelectedTracks_cfi
import
*
27
28
29
hiBasicTrackingTask = cms.Task(hiPixelVerticesTask
30
, hiPrimSeedsTask
31
, hiPrimTrackCandidates
32
, hiGlobalPrimTracks
33
, hiTracksWithQualityTask
34
)
PixelLayerTriplets_cfi
TRIGGER SELECTION #####.
HIPixelVertices_cff
pixel primary vertices
TTRHBuilders_cff
HICkfTrackCandidates_cff
primary ckf track candidates
TransientTrackBuilder_cfi
HISelectedTracks_cfi
track quality cuts
PixelCPEESProducers_cff
CTFFinalFitWithMaterial_cff
final track fit
HIPixelTripletSeeds_cff
pixel triplet seeds with vertex constraint
Generated for CMSSW Reference Manual by
1.8.14