CMS 3D CMS Logo

EcalPreshowerMonitorClient_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 ecalPreshowerMonitorClient = DQMEDHarvester('EcalPreshowerMonitorClient',
5  LookupTable = cms.untracked.FileInPath('EventFilter/ESDigiToRaw/data/ES_lookup_table.dat'),
6  enabledClients = cms.untracked.vstring('Integrity',
7  'Summary'
8  ),
9  prefixME = cms.untracked.string('EcalPreshower'),
10  verbose = cms.untracked.bool(False),
11  debug = cms.untracked.bool(False),
12  fitPedestal = cms.untracked.bool(True),
13  cloneME = cms.untracked.bool(True)
14  )