CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
muonIdProducerSequence_cff.py
Go to the documentation of this file.
2 
3 # -*-SH-*-
4 # include geometry and magnetic field
5 # from Geometry.CaloEventSetup.CaloTopology_cfi import *
6 # from Geometry.CommonDetUnit.bareGlobalTrackingGeometry_cfi import *
7 # add the SteppingHelixPropagator to the EventSetup
11 # add TrackDetectorAssociator lookup maps to the EventSetup
17 # Glb Track Quality
19 muons1stStep.fillGlobalTrackQuality = True
20 
22 
24 muonIdProducerSequence = cms.Sequence(glbTrackQual*muons1stStep*calomuons*muonEcalDetIds*muonShowerInformation)
25