CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQMOffline/Muon/python/EfficencyPlotter_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 effPlotter = cms.EDAnalyzer("EfficiencyPlotter",
00004                             phiMin = cms.double(-3.2),
00005                             etaMin = cms.double(-2.5),
00006                             ptMin  = cms.double(10),
00007                             etaBin = cms.int32(8),
00008                             ptBin = cms.int32(10),
00009                             phiBin = cms.int32(8),
00010                             etaMax = cms.double(2.5),
00011                             phiMax = cms.double(3.2),
00012                             ptMax  = cms.double(100)
00013                             )
00014 
00015 
00016