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
RecoMuon
MuonIdentification
python
muonIdProducerSequence_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# include geometry and magnetic field
4
# from Geometry.CaloEventSetup.CaloTopology_cfi import *
5
# from Geometry.CommonTopologies.bareGlobalTrackingGeometry_cfi import *
6
# add the SteppingHelixPropagator to the EventSetup
7
from
TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAny_cfi
import
*
8
from
TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorAlong_cfi
import
*
9
from
TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorOpposite_cfi
import
*
10
# add TrackDetectorAssociator lookup maps to the EventSetup
11
from
TrackingTools.TrackAssociator.DetIdAssociatorESProducer_cff
import
*
12
from
RecoMuon.MuonIdentification.isolation_cff
import
*
13
from
RecoMuon.MuonIdentification.muons1stStep_cfi
import
*
14
from
RecoMuon.MuonIdentification.muonTiming_cfi
import
*
15
# Glb Track Quality
16
from
RecoMuon.GlobalTrackingTools.GlobalTrackQuality_cfi
import
*
17
muons1stStep.fillGlobalTrackQuality =
True
18
19
from
RecoMuon.MuonIdentification.cosmics_id
import
*
20
21
from
RecoMuon.MuonIdentification.muonShowerInformationProducer_cff
import
*
22
muonIdProducerTask = cms.Task(glbTrackQual,muons1stStep,muonEcalDetIds,muonShowerInformation)
23
muonIdProducerSequence = cms.Sequence(muonIdProducerTask)
SteppingHelixPropagatorOpposite_cfi
muonTiming_cfi
SteppingHelixPropagatorAlong_cfi
DetIdAssociatorESProducer_cff
GlobalTrackQuality_cfi
SteppingHelixPropagatorAny_cfi
cosmics_id
muons1stStep_cfi
muonShowerInformationProducer_cff
isolation_cff
Generated for CMSSW Reference Manual by
1.8.14