CMS 3D CMS Logo

L1CondDBIOVWriter_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from CondTools.L1Trigger.L1SubsystemParams_cfi import *
00004 L1CondDBIOVWriter = cms.EDFilter("L1CondDBIOVWriter",
00005     offlineDB = cms.string('sqlite_file:l1config.db'),
00006     toPut = cms.VPSet(),
00007     offlineAuthentication = cms.string(''),
00008     L1TriggerKeyTag = cms.string('L1TriggerKey_IDEAL')
00009 )
00010 
00011 L1CondDBIOVWriter.toPut.extend(l1SubsystemParams.recordInfo)
00012 

Generated on Tue Jun 9 17:26:56 2009 for CMSSW by  doxygen 1.5.4