CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQMOffline/Muon/python/muonRecoTest_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 muRecoTest = cms.EDAnalyzer("MuonRecoTest",
00004     phiMin = cms.double(-3.2),
00005     # number of luminosity block to analyse
00006     diagnosticPrescale = cms.untracked.int32(1),
00007     etaMin = cms.double(-3.0),
00008     efficiencyTestName = cms.untracked.string('EfficiencyInRange'),
00009     # histo binning
00010     etaBin = cms.int32(100),
00011     phiBin = cms.int32(100),
00012     etaMax = cms.double(3.0),
00013     phiMax = cms.double(3.2)
00014 )
00015 
00016 
00017