CMS 3D CMS Logo

L1CondDBPayloadWriterExt_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 L1CondDBPayloadWriterExt = cms.EDAnalyzer("L1CondDBPayloadWriterExt",
4  writeL1TriggerKeyExt = cms.bool(True),
5  writeConfigData = cms.bool(True),
6  overwriteKeys = cms.bool(False),
7  logTransactions = cms.bool(False),
8  newL1TriggerKeyListExt = cms.bool(False)
9  )
10 
11