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.
2 
3 ecalPreshowerMonitorClient = cms.EDAnalyzer('EcalPreshowerMonitorClient',
4  LookupTable = cms.untracked.FileInPath('EventFilter/ESDigiToRaw/data/ES_lookup_table.dat'),
5  OutputFile = cms.untracked.string(''),
6  InputFile = cms.untracked.string(''),
7  enableCleanup = cms.untracked.bool(False),
8  enabledClients = cms.untracked.vstring('Integrity',
9  'Summary'
10  ),
11  prefixME = cms.untracked.string('EcalPreshower'),
12  prescaleFactor = cms.untracked.int32(1),
13  verbose = cms.untracked.bool(False),
14  debug = cms.untracked.bool(False),
15  fitPedestal = cms.untracked.bool(True)
16 
17  )