CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalPreshowerMonitorClient_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ecalPreshowerMonitorClient = cms.EDAnalyzer('EcalPreshowerMonitorClient',
4  LookupTable = cms.untracked.FileInPath('EventFilter/ESDigiToRaw/data/ES_lookup_table.dat'),
5  enabledClients = cms.untracked.vstring('Integrity',
6  'Summary'
7  ),
8  prefixME = cms.untracked.string('EcalPreshower'),
9  verbose = cms.untracked.bool(False),
10  debug = cms.untracked.bool(False),
11  fitPedestal = cms.untracked.bool(True),
12  cloneME = cms.untracked.bool(True)
13  )