CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/CondTools/L1Trigger/python/L1CondDBIOVWriter_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 L1CondDBIOVWriter = cms.EDAnalyzer("L1CondDBIOVWriter",
00004                                    toPut = cms.VPSet(),
00005                                    tscKey = cms.string('dummy'),
00006                                    ignoreTriggerKey = cms.bool(False),
00007                                    logKeys = cms.bool(False),
00008                                    logTransactions = cms.bool(False)
00009                                    )
00010