Skip to content

Commit

Permalink
Use CC timing conditions for ECAL online DQM.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomreis committed Sep 25, 2023
1 parent 990f79f commit ad270a4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions DQM/Integration/python/clients/ecal_dqm_sourceclient-live_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,21 @@
#process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff")
#process.load("CalibCalorimetry.EcalLaserCorrection.ecalLaserCorrectionService_cfi")

# Temporary override the tag for ECAL timing calibrations and timing offsets so that the online DQM uses the conditions for CC timing.
# Should be removed once the HLT GTs contain both, the reco and HLT conditions.
process.GlobalTag.toGet = cms.VPSet(
cms.PSet(record = cms.string("EcalTimeCalibConstantsRcd"),
tag = cms.string("EcalTimeCalibConstants_v01_prompt"),
label = cms.untracked.string(''),
connect = cms.string("frontier://FrontierProd/CMS_CONDITIONS")
),
cms.PSet(record = cms.string("EcalTimeOffsetConstantRcd"),
tag = cms.string("EcalTimeOffsetConstant_v01_express"),
label = cms.untracked.string(''),
connect = cms.string("frontier://FrontierProd/CMS_CONDITIONS")
)
)

process.load("FWCore.Modules.preScaler_cfi")
process.load("Configuration.StandardSequences.GeometryRecoDB_cff")
#process.load("Geometry.CaloEventSetup.CaloGeometry_cfi")
Expand Down

0 comments on commit ad270a4

Please sign in to comment.