CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/src/CondTools/L1Trigger/python/L1CondDBPayloadWriter_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 L1CondDBPayloadWriter = cms.EDAnalyzer("L1CondDBPayloadWriter",
00004                                        writeL1TriggerKey = cms.bool(True),
00005                                        writeConfigData = cms.bool(True),
00006                                        overwriteKeys = cms.bool(False),
00007                                        logTransactions = cms.bool(False),
00008                                        newL1TriggerKeyList = cms.bool(False)
00009                                        )
00010 
00011