Skip to content

Commit

Permalink
Merge pull request #20239 from lpernie/my929_addl1Tmenu_v3
Browse files Browse the repository at this point in the history
update of autoCond to include L1Menu_Collisions2017_v3_m6_xml in 8 GTs
  • Loading branch information
cmsbuild committed Aug 30, 2017
2 parents 5cf98d8 + c95755b commit 0cfb51b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -39,23 +39,23 @@
# GlobalTag for Run2 HLT for HI: it points to the online GT
'run2_hlt_hi' : '92X_dataRun2_HLTHI_frozen_v6',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot)
'phase1_2017_design' : '92X_upgrade2017_design_IdealBS_v10',
'phase1_2017_design' : '92X_upgrade2017_design_IdealBS_v11',
# GlobalTag for MC production with realistic conditions for Phase1 2017 detector
'phase1_2017_realistic' : '92X_upgrade2017_realistic_v10',
'phase1_2017_realistic' : '92X_upgrade2017_realistic_v11',
# GlobalTag for MC production (cosmics) with realistic alignment and calibrations for Phase1 2017 detector, Strip tracker in DECO mode
'phase1_2017_cosmics' : '92X_upgrade2017cosmics_realistic_deco_v10',
'phase1_2017_cosmics' : '92X_upgrade2017cosmics_realistic_deco_v11',
# GlobalTag for MC production (cosmics) with realistic alignment and calibrations for Phase1 2017 detector, Strip tracker in PEAK mode
'phase1_2017_cosmics_peak' : '92X_upgrade2017cosmics_realistic_peak_v10',
'phase1_2017_cosmics_peak' : '92X_upgrade2017cosmics_realistic_peak_v11',
# GlobalTag for MC production with perfectly aligned and calibrated detector for full Phase1 2018 (and 0,0,0-centred beamspot)
'phase1_2018_design' : '92X_upgrade2018_design_IdealBS_v7',
'phase1_2018_design' : '92X_upgrade2018_design_IdealBS_v8',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector
'phase1_2018_realistic' : '92X_upgrade2018_realistic_v8',
'phase1_2018_realistic' : '92X_upgrade2018_realistic_v9',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in DECO mode
'phase1_2018_cosmics' : '92X_upgrade2018cosmics_realistic_deco_v8',
'phase1_2018_cosmics' : '92X_upgrade2018cosmics_realistic_deco_v9',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2019
'phase1_2019_design' : 'DES19_70_V2', # placeholder (GT not meant for standard RelVal)
# GlobalTag for MC production with realistic conditions for Phase2 2023
'phase2_realistic' : '92X_upgrade2023_realistic_v2'
'phase2_realistic' : '92X_upgrade2023_realistic_v3'
}

aliases = {
Expand Down

0 comments on commit 0cfb51b

Please sign in to comment.