1 import FWCore.ParameterSet.Config
as cms
2 from DQMServices.Core.DQMEDHarvester
import DQMEDHarvester
5 phiMin = cms.double(-3.2),
7 diagnosticPrescale = cms.untracked.int32(1),
8 etaMin = cms.double(-3.0),
9 efficiencyTestName = cms.untracked.string(
'EfficiencyInRange'),
11 etaBin = cms.int32(100),
12 phiBin = cms.int32(100),
13 etaMax = cms.double(3.0),
14 phiMax = cms.double(3.2)