CMS 3D CMS Logo

L1CondDBIOVWriterExt_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 L1CondDBIOVWriterExt = cms.EDAnalyzer("L1CondDBIOVWriterExt",
4  toPut = cms.VPSet(),
5  tscKey = cms.string('dummy'),
6  rsKey = cms.string('dummy'),
7  ignoreTriggerKey = cms.bool(False),
8  logKeys = cms.bool(False),
9  logTransactions = cms.bool(False),
10  forceUpdate = cms.bool(False)
11  )
12