CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/DTMonitorModule/python/dtChamberEfficiency_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoMuon.TrackingTools.MuonServiceProxy_cff import MuonServiceProxy 
00004 
00005 dtEfficiencyMonitor = cms.EDAnalyzer("DTChamberEfficiency",
00006     MuonServiceProxy,
00007     debug = cms.untracked.bool(True),
00008     TrackCollection = cms.InputTag("standAloneMuons"),                                 
00009     theMaxChi2 = cms.double(100.),
00010     theNSigma = cms.double(3.),
00011     theMinNrec = cms.double(20.),
00012     dt4DSegments = cms.InputTag("dt4DSegments"),
00013     theRPCRecHits = cms.InputTag("dummy"),
00014     cscSegments = cms.InputTag("dummy"),
00015     RPCLayers = cms.bool(False),
00016     NavigationType = cms.string("Standard")
00017 )
00018