Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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