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

Updating Data GT for 2015 Run2 EOY Re-Reco, RunII Simulation with new SIM geometries, and Upgrade GT with Pixel conditions #12664

Merged
merged 1 commit into from Dec 8, 2015
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
18 changes: 10 additions & 8 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -10,23 +10,25 @@
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run1
'run1_mc_pa' : '76X_mcRun1_pA_v10',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
'run2_design' : '76X_mcRun2_design_v12',
'run2_design' : '76X_mcRun2_design_v13',
# GlobalTag for MC production with pessimistic alignment and calibrations for Run2
'run2_mc_50ns' : '76X_mcRun2_startup_v11',
'run2_mc_50ns' : '76X_mcRun2_startup_v12',
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
'run2_mc' : '76X_mcRun2_asymptotic_v12',
'run2_mc' : '76X_mcRun2_asymptotic_v13',
# GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
'run2_mc_hi' : '76X_mcRun2_HeavyIon_v12',
# GlobalTag for Run1 data reprocessing
'run1_data' : '76X_dataRun1_v11',
'run1_data' : '76X_dataRun1_v15',
# GlobalTag for Run2 data reprocessing
'run2_data' : '76X_dataRun2_v11',
'run2_data' : '76X_dataRun2_v15',
# GlobalTag for Run1 HLT: it points to the online GT
'run1_hlt' : '76X_dataRun1_HLT_frozen_v9',
'run1_hlt' : '76X_dataRun1_HLT_frozen_v10',
# GlobalTag for Run2 HLT: it points to the online GT
'run2_hlt' : '76X_dataRun2_HLT_frozen_v9',
'run2_hlt' : '76X_dataRun2_HLT_frozen_v10',
# GlobalTag for Run2 HLT for HI: it points to the online GT
'run2_hlt_hi' : '76X_dataRun2_HLTHI_v1',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017
'phase1_2017_design' : '76X_upgrade2017_design_v7',
'phase1_2017_design' : '76X_upgrade2017_design_v8',
# 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 perfectly aligned and calibrated detector for Phase2
Expand Down