Skip to content

Commit

Permalink
Updated Photon regressions, added e/gamma regressions for online, upd…
Browse files Browse the repository at this point in the history
…ated JECs with L2L3 residuals and other fixes
  • Loading branch information
mmusich committed Feb 18, 2016
1 parent aa97d14 commit 6d2a44b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run1
'run1_mc_pa' : '80X_mcRun1_pA_v4',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
'run2_design' : '80X_mcRun2_design_v4',
'run2_design' : '80X_mcRun2_design_v5',
# GlobalTag for MC production with pessimistic alignment and calibrations for Run2
'run2_mc_50ns' : '80X_mcRun2_startup_v4',
'run2_mc_50ns' : '80X_mcRun2_startup_v5',
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
'run2_mc' : '80X_mcRun2_asymptotic_v4',
'run2_mc' : '80X_mcRun2_asymptotic_v5',
# GlobalTag for MC production (cosmics) with starup-like alignment and calibrations for Run2, Strip tracker in peak mode
'run2_mc_cosmics' : '80X_mcRun2cosmics_startup_peak_v2',
'run2_mc_cosmics' : '80X_mcRun2cosmics_startup_peak_v3',
# GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
'run2_mc_hi' : '80X_mcRun2_HeavyIon_v3',
'run2_mc_hi' : '80X_mcRun2_HeavyIon_v5',
# GlobalTag for Run1 data reprocessing
'run1_data' : '80X_dataRun2_v5',
'run1_data' : '80X_dataRun2_v6',
# GlobalTag for Run2 data reprocessing
'run2_data' : '80X_dataRun2_v5',
'run2_data' : '80X_dataRun2_v6',
# GlobalTag for Run2 data relvals: allows customization to run with fixed L1 menu
'run2_data_relval' : '80X_dataRun2_relval_v0',
'run2_data_relval' : '80X_dataRun2_relval_v1',
# GlobalTag for Run1 HLT: it points to the online GT
'run1_hlt' : '80X_dataRun2_HLT_frozen_v2',
# GlobalTag for Run2 HLT RelVals: customizations to run with fixed L1 Menu
'run2_hlt_relval' : '80X_dataRun2_HLT_relval_v0',
'run1_hlt' : '80X_dataRun2_HLT_frozen_v3',
# GlobalTag for Run2 HLT: it points to the online GT
'run2_hlt' : '80X_dataRun2_HLT_frozen_v2',
'run2_hlt' : '80X_dataRun2_HLT_frozen_v3',
# GlobalTag for Run2 HLT RelVals: customizations to run with fixed L1 Menu
'run2_hlt_relval' : '80X_dataRun2_HLT_relval_v1',
# GlobalTag for Run2 HLT for HI: it points to the online GT
'run2_hlt_hi' : '80X_dataRun2_HLTHI_frozen_v2',
'run2_hlt_hi' : '80X_dataRun2_HLTHI_frozen_v3',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017
'phase1_2017_design' : '80X_upgrade2017_design_v3',
'phase1_2017_design' : '80X_upgrade2017_design_v4',
# 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

0 comments on commit 6d2a44b

Please sign in to comment.