CMS 3D CMS Logo

muonRecoTest_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 muRecoTest = cms.EDFilter("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 

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