Skip to content

Commit

Permalink
Merge pull request #26074 from tocheng/105X_autoCondGT_backport
Browse files Browse the repository at this point in the history
Backport : Update GT for ultra legacy - MC ECAL, GEM eMap
  • Loading branch information
cmsbuild committed Mar 8, 2019
2 parents c3458c5 + 469d5e1 commit b7731d0
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
'run2_design' : '105X_mcRun2_design_v1',
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
'run2_mc' : '105X_mcRun2_asymptotic_v1',
'run2_mc' : '105X_mcRun2_asymptotic_v2',
# GlobalTag for MC production (cosmics) with starup-like alignment and calibrations for Run2, Strip tracker in peak mode
'run2_mc_cosmics' : '105X_mcRun2cosmics_startup_deco_v1',
'run2_mc_cosmics' : '105X_mcRun2cosmics_startup_deco_v2',
# GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
'run2_mc_hi' : '103X_mcRun2_HeavyIon_v3',
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run2
Expand All @@ -33,7 +33,7 @@
'run2_data_promptlike_HEfail' : '105X_dataRun2_PromptLike_HEfail_v5',
# GlobalTag for Run2 data 2016H relvals only: Prompt Conditions + fixed L1 menu (to be removed)
'run2_data_promptlike' : '105X_dataRun2_PromptLike_v6',
'run2_data_promptlike_hi' : '103X_dataRun2_PromptLike_HI_v2',
'run2_data_promptlike_hi' : '105X_dataRun2_PromptLike_HI_v1',
# GlobalTag for Run1 HLT: it points to the online GT
'run1_hlt' : '101X_dataRun2_HLT_frozen_v6',
# GlobalTag for Run2 HLT: it points to the online GT
Expand All @@ -44,31 +44,31 @@
# GlobalTag for Run2 HLT for HI: it points to the online GT
'run2_hlt_hi' : '101X_dataRun2_HLTHI_frozen_v7',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot)
'phase1_2017_design' : '105X_mc2017_design_IdealBS_v3',
'phase1_2017_design' : '105X_mc2017_design_IdealBS_v4',
# GlobalTag for MC production with realistic conditions for Phase1 2017 detector
'phase1_2017_realistic' : '105X_mc2017_realistic_v4',
'phase1_2017_realistic' : '105X_mc2017_realistic_v5',
# GlobalTag for MC production (cosmics) with realistic alignment and calibrations for Phase1 2017 detector, Strip tracker in DECO mode
'phase1_2017_cosmics' : '105X_mc2017cosmics_realistic_deco_v4',
'phase1_2017_cosmics' : '105X_mc2017cosmics_realistic_deco_v6',
# GlobalTag for MC production (cosmics) with realistic alignment and calibrations for Phase1 2017 detector, Strip tracker in PEAK mode
'phase1_2017_cosmics_peak' : '105X_mc2017cosmics_realistic_peak_v5',
'phase1_2017_cosmics_peak' : '105X_mc2017cosmics_realistic_peak_v6',
# GlobalTag for MC production with perfectly aligned and calibrated detector for full Phase1 2018 (and 0,0,0-centred beamspot)
'phase1_2018_design' : '105X_upgrade2018_design_v2',
'phase1_2018_design' : '105X_upgrade2018_design_v3',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector
'phase1_2018_realistic' : '105X_upgrade2018_realistic_v2',
'phase1_2018_realistic' : '105X_upgrade2018_realistic_v4',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector for Heavy Ion
'phase1_2018_realistic_hi' : '103X_upgrade2018_realistic_HI_v12',
'phase1_2018_realistic_hi' : '105X_upgrade2018_realistic_HI_v2',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector: HEM-15-16 fail
'phase1_2018_realistic_HEfail' : '105X_upgrade2018_realistic_HEfail_v3',
'phase1_2018_realistic_HEfail' : '105X_upgrade2018_realistic_HEfail_v5',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in DECO mode
'phase1_2018_cosmics' : '105X_upgrade2018cosmics_realistic_deco_v3',
'phase1_2018_cosmics' : '105X_upgrade2018cosmics_realistic_deco_v5',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in PEAK mode
'phase1_2018_cosmics_peak' : '105X_upgrade2018cosmics_realistic_peak_v3',
'phase1_2018_cosmics_peak' : '105X_upgrade2018cosmics_realistic_peak_v5',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2019
'phase1_2019_design' : '105X_postLS2_design_v1', # GT containing design conditions for postLS2
'phase1_2019_design' : '105X_postLS2_design_v2', # GT containing design conditions for postLS2
# GlobalTag for MC production with realistic conditions for Phase1 2019
'phase1_2019_realistic' : '105X_postLS2_realistic_v3', # GT containing realistic conditions for postLS2
'phase1_2019_realistic' : '105X_postLS2_realistic_v4', # GT containing realistic conditions for postLS2
# GlobalTag for MC production with realistic conditions for Phase2 2023
'phase2_realistic' : '105X_upgrade2023_realistic_v2'
'phase2_realistic' : '105X_upgrade2023_realistic_v3'
}

aliases = {
Expand Down

0 comments on commit b7731d0

Please sign in to comment.