00001 import FWCore.ParameterSet.Config as cms 00002 00003 L1CondDBPayloadWriter = cms.EDAnalyzer("L1CondDBPayloadWriter", 00004 writeL1TriggerKey = cms.bool(True), 00005 writeConfigData = cms.bool(True), 00006 overwriteKeys = cms.bool(False), 00007 logTransactions = cms.bool(False), 00008 newL1TriggerKeyList = cms.bool(False) 00009 ) 00010 00011