CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/Calibration/TkAlCaRecoProducers/python/AlcaPromptCalibHarvesting_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from Calibration.TkAlCaRecoProducers.AlcaBeamSpotHarvester_cfi import *
00004 
00005 alcaBeamSpotHarvester.BeamSpotOutputBase = cms.untracked.string("lumibased") # runbased - lumibased
00006 
00007 # configure the PoolDBOutput service
00008 
00009 from CondCore.DBCommon.CondDBCommon_cfi import *
00010 
00011 CondDBCommon.connect = "sqlite_file:PromptCalibConditions.db"
00012 PoolDBOutputService = cms.Service("PoolDBOutputService",
00013                                   CondDBCommon,
00014                                   toPut = cms.VPSet(cms.PSet(
00015                                       record = cms.string('BeamSpotObjectsRcd'),
00016                                       tag = cms.string('TestLSBasedBS') )),
00017                                   loadBlobStreamer = cms.untracked.bool(False),
00018                                   timetype   = cms.untracked.string('lumiid')
00019                                   )
00020