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