CMS 3D CMS Logo

muonIdDQM_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 muonIdDQM = cms.EDAnalyzer("MuonIdDQM",
00004     inputMuonCollection           = cms.InputTag("muons"),
00005     inputDTRecSegment4DCollection = cms.InputTag("dt4DSegments"),
00006     inputCSCSegmentCollection     = cms.InputTag("cscSegments"),
00007     useTrackerMuons               = cms.untracked.bool(True),
00008     useGlobalMuons                = cms.untracked.bool(True),
00009     baseFolder                    = cms.untracked.string("Muons/MuonIdDQM"),
00010 )

Generated on Tue Jun 9 17:33:48 2009 for CMSSW by  doxygen 1.5.4