CMS 3D CMS Logo

EcalPreshowerLocalMonitorClient_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
3 
4 ecalPreshowerLocalMonitorClient = DQMEDHarvester('EcalPreshowerMonitorClient',
5  LookupTable = cms.untracked.FileInPath('EventFilter/ESDigiToRaw/data/ES_lookup_table.dat'),
6  enableCleanup = cms.untracked.bool(False),
7  enabledClients = cms.untracked.vstring('Pedestal'),
8  prefixME = cms.untracked.string('EcalPreshower'),
9  prescaleFactor = cms.untracked.int32(1),
10  verbose = cms.untracked.bool(True),
11  debug = cms.untracked.bool(True),
12  fitPedestal = cms.untracked.bool(False)
13  )