Skip to content

Commit bc0f2a1

Browse files
authored
Merge pull request #46824 from perrotta/updateDataGtInAutocond
Update 141X data GTs in autoCond
2 parents b5adaf9 + 23b9148 commit bc0f2a1

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

Configuration/AlCa/python/autoCond.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
'run2_data_promptlike_hi' : '140X_dataRun2_PromptLike_HI_v1',
3232
# GlobalTag with fixed snapshot time for Run2 HLT RelVals: customizations to run with fixed L1 Menu
3333
'run2_hlt_relval' : '140X_dataRun2_HLT_relval_v1',
34-
# GlobalTag for Run3 HLT: identical the online GT 140X_dataRun3_HLT_v3 with snapshot at 2024-06-13 14:22:43 (UTC)
35-
'run3_hlt' : '141X_dataRun3_HLT_frozen_v1',
36-
# GlobalTag for Run3 data relvals (express GT): same as 141X_dataRun3_Express_v2 but with snapshot at 2024-09-12 10:35:04 (UTC)
37-
'run3_data_express' : '141X_dataRun3_Express_frozen_v3',
38-
# GlobalTag for Run3 data relvals (prompt GT): same as 141X_dataRun3_Prompt_v3 but with snapshot at 2024-09-12 11:03:32 (UTC)
39-
'run3_data_prompt' : '141X_dataRun3_Prompt_frozen_v3',
34+
# GlobalTag for Run3 HLT: identical the online GT 140X_dataRun3_HLT_v4 with snapshot at 2024-11-28 13:17:51 (UTC)
35+
'run3_hlt' : '141X_dataRun3_HLT_frozen_v2',
36+
# GlobalTag for Run3 data relvals (express GT): same as 141X_dataRun3_Express_v4 but with snapshot at 2024-11-28 13:23:29 (UTC)
37+
'run3_data_express' : '141X_dataRun3_Express_frozen_v4',
38+
# GlobalTag for Run3 data relvals (prompt GT): same as 141X_dataRun3_Prompt_v4 but with snapshot at 2024-11-28 13:26:44 (UTC)
39+
'run3_data_prompt' : '141X_dataRun3_Prompt_frozen_v4',
4040
# GlobalTag for Run3 offline data reprocessing - snapshot at 2024-11-12 07:39:42 (UTC)
41-
'run3_data' : '141X_dataRun3_v4',
41+
'run3_data' : '141X_dataRun3_v5',
4242
# GlobalTag for Run3 offline data reprocessing with Prompt GT, currently for 2022FG - snapshot at 2024-02-12 12:00:00 (UTC)
4343
'run3_data_PromptAnalysis' : '140X_dataRun3_PromptAnalysis_v2',
4444
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot)

DQM/Integration/python/clients/dt4ml_dqm_sourceclient-live_cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
process.twinMuxStage2Digis.DTTM7_FED_Source = "rawDataRepacker"
118118
process.dtunpacker.inputLabel = "rawDataRepacker"
119119
process.gtDigis.DaqGtInputTag = "rawDataRepacker"
120-
process.gtStage2Digis.InputLabel = "rawDataCollector"
120+
process.gtStage2Digis.InputLabel = "rawDataRepacker"
121121
process.scalersRawToDigi.scalersInputTag = "rawDataRepacker"
122122

123123
process.dtDigiMonitor.ResetCycle = 9999

DQM/Integration/test/BuildFile.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
<test name="TestDQMOnlineClient-pixel_dqm_sourceclient" command="runtest.sh pixel_dqm_sourceclient-live_cfg.py"/>
2121
<test name="TestDQMOnlineClient-pixellumi_dqm_sourceclient" command="runtest.sh pixellumi_dqm_sourceclient-live_cfg.py"/>
2222
<test name="TestDQMOnlineClient-rpc_dqm_sourceclient" command="runtest.sh rpc_dqm_sourceclient-live_cfg.py"/>
23-
<test name="TestDQMOnlineClient-scal_dqm_sourceclient" command="runtest.sh scal_dqm_sourceclient-live_cfg.py"/>
23+
<!-- The SCAL FED has been removed from DAQ since the end of Run 2 -->
24+
<!-- <test name="TestDQMOnlineClient-scal_dqm_sourceclient" command="runtest.sh scal_dqm_sourceclient-live_cfg.py"/> -->
2425
<test name="TestDQMOnlineClient-sistrip_dqm_sourceclient" command="runtest.sh sistrip_dqm_sourceclient-live_cfg.py"/>
2526
<test name="TestDQMOnlineClient-sistrip_approx_dqm_sourceclient" command="runtest.sh sistrip_approx_dqm_sourceclient-live_cfg.py 362321 hi_run"/>
2627
<test name="TestDQMOnlineClient-onlinebeammonitor_dqm_sourceclient" command="runtest.sh onlinebeammonitor_dqm_sourceclient-live_cfg.py"/>

0 commit comments

Comments
 (0)