1 import FWCore.ParameterSet.Config
as cms
14 CondDBOutput = CondDB.clone(connect = cms.string(
"sqlite_file:promptCalibConditions.db"))
16 PoolDBOutputService = cms.Service(
"PoolDBOutputService",
25 dqmSaver.convention =
'Offline'
26 dqmSaver.workflow =
'/Express/PCLTest/ALCAPROMPT'
31 ALCAHARVESTBeamSpotByRun = alcaBeamSpotHarvester.clone()
32 ALCAHARVESTBeamSpotByRun.AlcaBeamSpotHarvesterParameters.BeamSpotOutputBase = cms.untracked.string(
"runbased")
33 ALCAHARVESTBeamSpotByRun.AlcaBeamSpotHarvesterParameters.outputRecordName = cms.untracked.string(
"BeamSpotObjectsRcdByRun")
35 ALCAHARVESTBeamSpotByRun_metadata = cms.PSet(record = cms.untracked.string(
'BeamSpotObjectsRcdByRun'))
37 ALCAHARVESTBeamSpotByRun_dbOutput = cms.PSet(record = cms.string(
'BeamSpotObjectsRcdByRun'),
38 tag = cms.string(
'BeamSpotObject_ByRun'),
39 timetype = cms.untracked.string(
'runnumber')
42 ALCAHARVESTBeamSpotByLumi = alcaBeamSpotHarvester.clone()
43 ALCAHARVESTBeamSpotByLumi.AlcaBeamSpotHarvesterParameters.BeamSpotOutputBase = cms.untracked.string(
"lumibased")
44 ALCAHARVESTBeamSpotByLumi.AlcaBeamSpotHarvesterParameters.outputRecordName = cms.untracked.string(
"BeamSpotObjectsRcdByLumi")
47 ALCAHARVESTBeamSpotByLumi_metadata = cms.PSet(record = cms.untracked.string(
'BeamSpotObjectsRcdByLumi'))
49 ALCAHARVESTBeamSpotByLumi_dbOutput = cms.PSet(record = cms.string(
'BeamSpotObjectsRcdByLumi'),
50 tag = cms.string(
'BeamSpotObject_ByLumi'),
51 timetype = cms.untracked.string(
'lumiid')
55 ALCAHARVESTSiStripQuality_metadata = cms.PSet(record = cms.untracked.string(
'SiStripBadStripRcd'))
57 ALCAHARVESTSiStripQuality_dbOutput = cms.PSet(record = cms.string(
'SiStripBadStripRcd'),
58 tag = cms.string(
'SiStripBadStrip_pcl'),
59 timetype = cms.untracked.string(
'runnumber')
63 ALCAHARVESTSiStripGains_metadata = cms.PSet(record = cms.untracked.string(
'SiStripApvGainRcd'))
65 ALCAHARVESTSiStripGains_dbOutput = cms.PSet(record = cms.string(
'SiStripApvGainRcd'),
66 tag = cms.string(
'SiStripApvGain_pcl'),
67 timetype = cms.untracked.string(
'runnumber')
71 ALCAHARVESTSiStripGainsAfterAbortGap_metadata = cms.PSet(record = cms.untracked.string(
'SiStripApvGainRcdAfterAbortGap'))
73 ALCAHARVESTSiStripGainsAfterAbortGap_dbOutput = cms.PSet(record = cms.string(
'SiStripApvGainRcdAfterAbortGap'),
74 tag = cms.string(
'SiStripApvGainAfterAbortGap_pcl'),
75 timetype = cms.untracked.string(
'runnumber')
79 ALCAHARVESTSiPixelAli_metadata = cms.PSet(record = cms.untracked.string(
'TrackerAlignmentRcd'))
81 ALCAHARVESTSiPixelAli_dbOutput = cms.PSet(record = cms.string(
'TrackerAlignmentRcd'),
82 tag = cms.string(
'SiPixelAli_pcl'),
83 timetype = cms.untracked.string(
'runnumber')
87 BeamSpotByRun = cms.Path(ALCAHARVESTBeamSpotByRun)
88 BeamSpotByLumi = cms.Path(ALCAHARVESTBeamSpotByLumi)
89 SiStripQuality = cms.Path(ALCAHARVESTSiStripQuality)
90 SiStripGains = cms.Path(ALCAHARVESTSiStripGains)
91 SiPixelAli = cms.Path(ALCAHARVESTSiPixelAli)
92 SiStripGainsAfterAbortGap = cms.Path(ALCAHARVESTSiStripGainsAfterAbortGap)
94 ALCAHARVESTDQMSaveAndMetadataWriter = cms.Path(dqmSaver+pclMetadataWriter)