1 import FWCore.ParameterSet.Config
as cms
3 L1CondDBIOVWriterExt = cms.EDAnalyzer(
"L1CondDBIOVWriterExt",
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)