Skip to content

Commit

Permalink
Merge pull request #46831 from perrotta/updateDataGtInAutocond_142X
Browse files Browse the repository at this point in the history
Update data GT in autoCond - CMSSW_14_2_X
  • Loading branch information
cmsbuild authored Dec 7, 2024
2 parents 67e50bd + bbe1664 commit 3b620d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
'run2_data_promptlike_hi' : '140X_dataRun2_PromptLike_HI_v1',
# GlobalTag with fixed snapshot time for Run2 HLT RelVals: customizations to run with fixed L1 Menu
'run2_hlt_relval' : '140X_dataRun2_HLT_relval_v1',
# GlobalTag for Run3 HLT: identical the online GT 140X_dataRun3_HLT_v3 with snapshot at 2024-06-13 14:22:43 (UTC)
'run3_hlt' : '141X_dataRun3_HLT_frozen_v1',
# GlobalTag for Run3 data relvals (express GT): same as 141X_dataRun3_Express_v2 but with snapshot at 2024-09-12 10:35:04 (UTC)
'run3_data_express' : '141X_dataRun3_Express_frozen_v3',
# GlobalTag for Run3 data relvals (prompt GT): same as 141X_dataRun3_Prompt_v3 but with snapshot at 2024-09-12 11:03:32 (UTC)
'run3_data_prompt' : '141X_dataRun3_Prompt_frozen_v3',
# GlobalTag for Run3 HLT: identical the online GT 140X_dataRun3_HLT_v4 with snapshot at 2024-11-28 13:17:51 (UTC)
'run3_hlt' : '141X_dataRun3_HLT_frozen_v2',
# GlobalTag for Run3 data relvals (express GT): same as 141X_dataRun3_Express_v4 but with snapshot at 2024-11-28 13:23:29 (UTC)
'run3_data_express' : '141X_dataRun3_Express_frozen_v4',
# GlobalTag for Run3 data relvals (prompt GT): same as 141X_dataRun3_Prompt_v4 but with snapshot at 2024-11-28 13:26:44 (UTC)
'run3_data_prompt' : '141X_dataRun3_Prompt_frozen_v4',
# GlobalTag for Run3 offline data reprocessing - snapshot at 2024-11-12 07:39:42 (UTC)
'run3_data' : '141X_dataRun3_v4',
'run3_data' : '141X_dataRun3_v5',
# GlobalTag for Run3 offline data reprocessing with Prompt GT, currently for 2022FG - snapshot at 2024-02-12 12:00:00 (UTC)
'run3_data_PromptAnalysis' : '140X_dataRun3_PromptAnalysis_v2',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
process.twinMuxStage2Digis.DTTM7_FED_Source = "rawDataRepacker"
process.dtunpacker.inputLabel = "rawDataRepacker"
process.gtDigis.DaqGtInputTag = "rawDataRepacker"
process.gtStage2Digis.InputLabel = "rawDataCollector"
process.gtStage2Digis.InputLabel = "rawDataRepacker"
process.scalersRawToDigi.scalersInputTag = "rawDataRepacker"

process.dtDigiMonitor.ResetCycle = 9999
Expand Down
3 changes: 2 additions & 1 deletion DQM/Integration/test/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
<test name="TestDQMOnlineClient-pixel_dqm_sourceclient" command="runtest.sh pixel_dqm_sourceclient-live_cfg.py"/>
<test name="TestDQMOnlineClient-pixellumi_dqm_sourceclient" command="runtest.sh pixellumi_dqm_sourceclient-live_cfg.py"/>
<test name="TestDQMOnlineClient-rpc_dqm_sourceclient" command="runtest.sh rpc_dqm_sourceclient-live_cfg.py"/>
<test name="TestDQMOnlineClient-scal_dqm_sourceclient" command="runtest.sh scal_dqm_sourceclient-live_cfg.py"/>
<!-- The SCAL FED has been removed from DAQ since the end of Run 2 -->
<!-- <test name="TestDQMOnlineClient-scal_dqm_sourceclient" command="runtest.sh scal_dqm_sourceclient-live_cfg.py"/> -->
<test name="TestDQMOnlineClient-sistrip_dqm_sourceclient" command="runtest.sh sistrip_dqm_sourceclient-live_cfg.py"/>
<test name="TestDQMOnlineClient-sistrip_approx_dqm_sourceclient" command="runtest.sh sistrip_approx_dqm_sourceclient-live_cfg.py 362321 hi_run"/>
<test name="TestDQMOnlineClient-onlinebeammonitor_dqm_sourceclient" command="runtest.sh onlinebeammonitor_dqm_sourceclient-live_cfg.py"/>
Expand Down

0 comments on commit 3b620d7

Please sign in to comment.