Skip to content

Commit

Permalink
Merge pull request #40078 from tvami/RemoveTrackingMVAtags_125X
Browse files Browse the repository at this point in the history
[125X] Remove tracking MVA tags from Run-3 MC and data GTs
  • Loading branch information
cmsbuild authored Nov 16, 2022
2 parents 568b028 + 0d38af0 commit bd89710
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
'run2_data_promptlike_hi' : '124X_dataRun2_PromptLike_HI_v1',
# GlobalTag with fixed snapshot time for Run2 HLT RelVals: customizations to run with fixed L1 Menu
'run2_hlt_relval' : '123X_dataRun2_HLT_relval_v3',
# GlobalTag for Run3 HLT: identical to the online GT (124X_dataRun3_HLT_v4) but with snapshot at 2022-07-12 13:00:00 (UTC)
'run3_hlt' : '124X_dataRun3_HLT_frozen_v6',
# GlobalTag for Run3 HLT: identical to the online GT (124X_dataRun3_HLT_v7) but with snapshot at 2022-11-09 21:24:02 (UTC)
'run3_hlt' : '124X_dataRun3_HLT_frozen_v8',
# GlobalTag with fixed snapshot time for Run3 HLT RelVals: customizations to run with fixed L1 Menu
'run3_hlt_relval' : '125X_dataRun3_HLT_relval_v1',
# GlobalTag for Run3 data relvals (express GT) - identical to 124X_dataRun3_Express_v6 but with snapshot at 2022-10-04 14:22:26 (UTC)
'run3_data_express' : '124X_dataRun3_Express_frozen_v6',
# GlobalTag for Run3 data relvals (prompt GT) - identical to 124X_dataRun3_Prompt_v5 but with snapshot at 2022-10-04 14:19:51 (UTC)
'run3_data_prompt' : '124X_dataRun3_Prompt_frozen_v5',
'run3_hlt_relval' : '125X_dataRun3_HLT_relval_v3',
# GlobalTag for Run3 data relvals (express GT) - identical to 124X_dataRun3_Express_v9 but with snapshot at 2022-11-09 21:24:02 (UTC)
'run3_data_express' : '124X_dataRun3_Express_frozen_v8',
# GlobalTag for Run3 data relvals (prompt GT) - identical to 124X_dataRun3_Prompt_v8 but with snapshot at 2022-11-09 21:24:02 (UTC)
'run3_data_prompt' : '124X_dataRun3_Prompt_frozen_v7',
# GlobalTag for Run3 offline data reprocessing - snapshot at 2022-11-01 12:00:00 (UTC)
'run3_data' : '124X_dataRun3_v11',
# GlobalTag for Run3 data relvals: allows customization to run with fixed L1 menu
Expand Down Expand Up @@ -68,21 +68,21 @@
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in PEAK mode
'phase1_2018_cosmics_peak' : '123X_upgrade2018cosmics_realistic_peak_v2',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2022
'phase1_2022_design' : '125X_mcRun3_2022_design_v2',
'phase1_2022_design' : '125X_mcRun3_2022_design_v6',
# GlobalTag for MC production with realistic conditions for Phase1 2022
'phase1_2022_realistic' : '125X_mcRun3_2022_realistic_v4',
'phase1_2022_realistic' : '125X_mcRun3_2022_realistic_v5',
# GlobalTag for MC production (cosmics) with realistic conditions for Phase1 2022, Strip tracker in DECO mode
'phase1_2022_cosmics' : '125X_mcRun3_2022cosmics_realistic_deco_v4',
'phase1_2022_cosmics' : '125X_mcRun3_2022cosmics_realistic_deco_v5',
# GlobalTag for MC production (cosmics) with perfectly aligned and calibrated detector for Phase1 2022, Strip tracker in DECO mode
'phase1_2022_cosmics_design' : '125X_mcRun3_2022cosmics_design_deco_v2',
'phase1_2022_cosmics_design' : '125X_mcRun3_2022cosmics_design_deco_v3',
# GlobalTag for MC production with realistic conditions for Phase1 2022 detector for Heavy Ion
'phase1_2022_realistic_hi' : '125X_mcRun3_2022_realistic_HI_v6',
'phase1_2022_realistic_hi' : '125X_mcRun3_2022_realistic_HI_v7',
# GlobalTag for MC production with realistic conditions for Phase1 2023
'phase1_2023_realistic' : '125X_mcRun3_2023_realistic_v4',
'phase1_2023_realistic' : '125X_mcRun3_2023_realistic_v5',
# GlobalTag for MC production with realistic conditions for Phase1 2024
'phase1_2024_realistic' : '125X_mcRun3_2024_realistic_v4',
'phase1_2024_realistic' : '125X_mcRun3_2024_realistic_v5',
# GlobalTag for MC production with realistic conditions for Phase2
'phase2_realistic' : '125X_mcRun4_realistic_v3'
'phase2_realistic' : '125X_mcRun4_realistic_v5'
}

aliases = {
Expand Down

0 comments on commit bd89710

Please sign in to comment.