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 vtxBin = cms.int32(10),
00014 vtxMin = cms.double(0.5),
00015 vtxMax = cms.double(40.5)
00016 )
00017
00018