Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:12

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 L1CondDBIOVWriter = cms.EDAnalyzer("L1CondDBIOVWriter",
0004                                    toPut = cms.VPSet(),
0005                                    tscKey = cms.string('dummy'),
0006                                    ignoreTriggerKey = cms.bool(False),
0007                                    logKeys = cms.bool(False),
0008                                    logTransactions = cms.bool(False),
0009                                    forceUpdate = cms.bool(False)
0010                                    )
0011