From 1dac0e16ccaf6fe575aeaa4fc6a79f362adadba2 Mon Sep 17 00:00:00 2001 From: francescobrivio Date: Thu, 17 Jun 2021 09:45:35 +0200 Subject: [PATCH 1/2] revert change in ECAL pedestals requireStableBeam flag used in MWGR test --- Calibration/EcalCalibAlgos/python/ecalPedestalPCLworker_cfi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Calibration/EcalCalibAlgos/python/ecalPedestalPCLworker_cfi.py b/Calibration/EcalCalibAlgos/python/ecalPedestalPCLworker_cfi.py index 87744efd19e36..54ddf5289113e 100644 --- a/Calibration/EcalCalibAlgos/python/ecalPedestalPCLworker_cfi.py +++ b/Calibration/EcalCalibAlgos/python/ecalPedestalPCLworker_cfi.py @@ -5,7 +5,7 @@ BarrelDigis=cms.InputTag('ecalDigis','ebDigis'), EndcapDigis=cms.InputTag('ecalDigis','eeDigis'), tcdsRecord =cms.InputTag('tcdsDigis','tcdsRecord'), - requireStableBeam = cms.bool(False), + requireStableBeam = cms.bool(True), pedestalSamples=cms.uint32(2), # number of presamples to be used for pedestal determination checkSignal = cms.bool(False), # whether or not to exclude digis containing a signal sThresholdEB = cms.uint32(10), # threshold to define a digi as containing signal From 780901772590c67b9ce299deb1d11a6b47976abd Mon Sep 17 00:00:00 2001 From: francescobrivio Date: Thu, 17 Jun 2021 10:23:51 +0200 Subject: [PATCH 2/2] update online GTs with 113X GEMRECO geometry --- Configuration/AlCa/python/autoCond.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Configuration/AlCa/python/autoCond.py b/Configuration/AlCa/python/autoCond.py index 1b984ce2c0d6a..a2ae7148e9f2f 100644 --- a/Configuration/AlCa/python/autoCond.py +++ b/Configuration/AlCa/python/autoCond.py @@ -34,13 +34,13 @@ # GlobalTag for Run2 HI data 'run2_data_promptlike_hi' : '113X_dataRun2_PromptLike_HI_v6', # GlobalTag for Run3 HLT: it points to the online GT - 'run3_hlt' : '113X_dataRun3_HLT_v1', + 'run3_hlt' : '113X_dataRun3_HLT_v2', # GlobalTag with fixed snapshot time for Run2 HLT RelVals: customizations to run with fixed L1 Menu - 'run2_hlt_relval' : '113X_dataRun2_HLT_relval_v1', + 'run2_hlt_relval' : '113X_dataRun2_HLT_relval_v2', # GlobalTag for Run3 data relvals (express GT) - 'run3_data_express' : '113X_dataRun3_Express_v1', + 'run3_data_express' : '113X_dataRun3_Express_v3', # GlobalTag for Run3 data relvals - 'run3_data_prompt' : '113X_dataRun3_Prompt_v1', + 'run3_data_prompt' : '113X_dataRun3_Prompt_v3', # GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot) 'phase1_2017_design' : '113X_mc2017_design_v5', # GlobalTag for MC production with realistic conditions for Phase1 2017 detector