1 import FWCore.ParameterSet.Config
as cms
3 L1CondDBPayloadWriter = cms.EDAnalyzer(
"L1CondDBPayloadWriter",
4 writeL1TriggerKey = cms.bool(
True),
5 writeConfigData = cms.bool(
True),
6 overwriteKeys = cms.bool(
False),
7 logTransactions = cms.bool(
False),
8 newL1TriggerKeyList = cms.bool(
False)