CMS 3D CMS Logo

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
10 # add TrackDetectorAssociator lookup maps to the EventSetup
15 # Glb Track Quality
17 muons1stStep.fillGlobalTrackQuality = True
18 
20 
22 muonIdProducerTask = cms.Task(glbTrackQual,muons1stStep,muonEcalDetIds,muonShowerInformation)
23 muonIdProducerSequence = cms.Sequence(muonIdProducerTask)