CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AlcaPromptCalibHarvesting_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 alcaBeamSpotHarvester.BeamSpotOutputBase = cms.untracked.string("lumibased") # runbased - lumibased
6 
7 # configure the PoolDBOutput service
8 
10 
11 CondDBCommon.connect = "sqlite_file:PromptCalibConditions.db"
12 PoolDBOutputService = cms.Service("PoolDBOutputService",
13  CondDBCommon,
14  toPut = cms.VPSet(cms.PSet(
15  record = cms.string('BeamSpotObjectsRcd'),
16  tag = cms.string('TestLSBasedBS') )),
17  loadBlobStreamer = cms.untracked.bool(False),
18  timetype = cms.untracked.string('lumiid')
19  )
20