Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:48:27

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 L1CondDBPayloadWriter = cms.EDAnalyzer("L1CondDBPayloadWriter",
0004                                        writeL1TriggerKey = cms.bool(True),
0005                                        writeConfigData = cms.bool(True),
0006                                        overwriteKeys = cms.bool(False),
0007                                        logTransactions = cms.bool(False),
0008                                        newL1TriggerKeyList = cms.bool(False)
0009                                        )
0010 
0011