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")
00006
00007
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