CMS 3D CMS Logo

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