Skip to content

Commit

Permalink
Merge pull request #20398 from lpernie/L1andTrackerTAG
Browse files Browse the repository at this point in the history
GT Updates with L1T updates and tracker ideal alignment (93X)
  • Loading branch information
cmsbuild committed Sep 12, 2017
2 parents 58773ac + e8a77b1 commit d25480f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -14,7 +14,7 @@
# GlobalTag for MC production with pessimistic alignment and calibrations for Run2
'run2_mc_50ns' : '93X_mcRun2_startup_v0',
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
'run2_mc' : '93X_mcRun2_asymptotic_v0',
'run2_mc' : '93X_mcRun2_asymptotic_v1',
# GlobalTag for MC production (cosmics) with starup-like alignment and calibrations for Run2, Strip tracker in peak mode
'run2_mc_cosmics' : '93X_mcRun2cosmics_startup_deco_v0',
# GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
Expand All @@ -38,23 +38,23 @@
# GlobalTag for Run2 HLT for HI: it points to the online GT
'run2_hlt_hi' : '93X_dataRun2_HLTHI_frozen_v0',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot)
'phase1_2017_design' : '93X_mc2017_design_IdealBS_v2',
'phase1_2017_design' : '93X_mc2017_design_IdealBS_v3',
# GlobalTag for MC production with realistic conditions for Phase1 2017 detector
'phase1_2017_realistic' : '93X_mc2017_realistic_v2',
'phase1_2017_realistic' : '93X_mc2017_realistic_v3',
# GlobalTag for MC production (cosmics) with realistic alignment and calibrations for Phase1 2017 detector, Strip tracker in DECO mode
'phase1_2017_cosmics' : '93X_mc2017cosmics_realistic_deco_v2',
'phase1_2017_cosmics' : '93X_mc2017cosmics_realistic_deco_v3',
# GlobalTag for MC production (cosmics) with realistic alignment and calibrations for Phase1 2017 detector, Strip tracker in PEAK mode
'phase1_2017_cosmics_peak' : '93X_mc2017cosmics_realistic_peak_v2',
'phase1_2017_cosmics_peak' : '93X_mc2017cosmics_realistic_peak_v3',
# GlobalTag for MC production with perfectly aligned and calibrated detector for full Phase1 2018 (and 0,0,0-centred beamspot)
'phase1_2018_design' : '93X_upgrade2018_design_IdealBS_v1',
'phase1_2018_design' : '93X_upgrade2018_design_IdealBS_v2',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector
'phase1_2018_realistic' : '93X_upgrade2018_realistic_v1',
'phase1_2018_realistic' : '93X_upgrade2018_realistic_v2',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in DECO mode
'phase1_2018_cosmics' : '93X_upgrade2018cosmics_realistic_deco_v1',
'phase1_2018_cosmics' : '93X_upgrade2018cosmics_realistic_deco_v2',
# 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' : '93X_upgrade2023_realistic_v1'
'phase2_realistic' : '93X_upgrade2023_realistic_v2'
}

aliases = {
Expand Down

0 comments on commit d25480f

Please sign in to comment.