CMS 3D CMS Logo

muonIdProducerSequence_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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
16 # Glb Track Quality
18 muons1stStep.fillGlobalTrackQuality = True
19 
21 
23 muonIdProducerTask = cms.Task(glbTrackQual,muons1stStep,muonEcalDetIds,muonShowerInformation)
24 muonIdProducerSequence = cms.Sequence(muonIdProducerTask)