CMS 3D CMS Logo

L1CondDBPayloadWriter_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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)
9  )
10 
11