1 import FWCore.ParameterSet.Config
as cms
2 from DQMServices.Core.DQMEDHarvester
import DQMEDHarvester
4 ECALpedestalPCLHarvester =
DQMEDHarvester(
'ECALpedestalPCLHarvester',
5 MinEntries = cms.int32(100),
6 ChannelStatusToExclude = cms.vstring(),
7 checkAnomalies = cms.bool(
False),
8 nSigma = cms.double(5.0),
9 thresholdAnomalies = cms.double(0.1),
10 dqmDir = cms.string(
'AlCaReco/EcalPedestalsPCL'),
11 labelG6G1 = cms.string(
'HLT'),
12 threshDiffEB= cms.double(5.0),
13 threshDiffEE= cms.double(8.0),
14 threshChannelsAnalyzed = cms.double(0.3),