Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[10.2.X] 2018 MC updates : pixel 2D templates, dynamic ineff, channel quality and RECO Beamspot #23619

Merged
merged 6 commits into from Jun 22, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -40,25 +40,25 @@
# 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' : '102X_mc2017_design_IdealBS_v2',
'phase1_2017_design' : '102X_mc2017_design_IdealBS_v3',
# GlobalTag for MC production with realistic conditions for Phase1 2017 detector
'phase1_2017_realistic' : '102X_mc2017_realistic_v2',
'phase1_2017_realistic' : '102X_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' : '102X_mc2017cosmics_realistic_deco_v2',
'phase1_2017_cosmics' : '102X_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' : '102X_mc2017cosmics_realistic_peak_v2',
'phase1_2017_cosmics_peak' : '102X_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' : '102X_upgrade2018_design_v2',
'phase1_2018_design' : '102X_upgrade2018_design_v3',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector
'phase1_2018_realistic' : '102X_upgrade2018_realistic_v3',
'phase1_2018_realistic' : '102X_upgrade2018_realistic_v7',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in DECO mode
'phase1_2018_cosmics' : '102X_upgrade2018cosmics_realistic_deco_v2',
'phase1_2018_cosmics' : '102X_upgrade2018cosmics_realistic_deco_v6',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2019
'phase1_2019_design' : '102X_postLS2_design_v2', # GT containing design conditions for postLS2
'phase1_2019_design' : '102X_postLS2_design_v4', # GT containing design conditions for postLS2
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2019
'phase1_2019_realistic' : '102X_postLS2_realistic_v2', # GT containing realistic conditions for postLS2
'phase1_2019_realistic' : '102X_postLS2_realistic_v4', # GT containing realistic conditions for postLS2
# GlobalTag for MC production with realistic conditions for Phase2 2023
'phase2_realistic' : '102X_upgrade2023_realistic_v2'
'phase2_realistic' : '102X_upgrade2023_realistic_v5'
}

aliases = {
Expand Down