Skip to content

Commit

Permalink
Add V7b jet resolution corrections to 2018 data and MC
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheralanwest committed Jul 22, 2020
1 parent 6c82887 commit 61a4342
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run2
'run2_mc_pa' : '110X_mcRun2_pA_v3',
# GlobalTag for Run1 data reprocessing
'run1_data' : '112X_dataRun2_v1',
'run1_data' : '112X_dataRun2_v2',
# GlobalTag for Run2 data reprocessing
'run2_data' : '112X_dataRun2_v1',
'run2_data' : '112X_dataRun2_v2',
# GlobalTag for Run2 data 2018B relvals only: HEM-15-16 fail
'run2_data_HEfail' : '112X_dataRun2_HEfail_v1',
'run2_data_HEfail' : '112X_dataRun2_HEfail_v2',
# GlobalTag for Run2 data relvals: allows customization to run with fixed L1 menu
'run2_data_relval' : '112X_dataRun2_relval_v1',
'run2_data_relval' : '112X_dataRun2_relval_v2',
# GlobalTag for Run2 HI data
'run2_data_promptlike_hi' : '110X_dataRun2_PromptLike_HI_v10',
# GlobalTag for Run1 HLT: it points to the online GT
Expand All @@ -57,15 +57,15 @@
# GlobalTag for MC production with perfectly aligned and calibrated detector for full Phase1 2018 (and 0,0,0-centred beamspot)
'phase1_2018_design' : '111X_upgrade2018_design_v1',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector
'phase1_2018_realistic' : '111X_upgrade2018_realistic_v1',
'phase1_2018_realistic' : '112X_upgrade2018_realistic_v1',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector for Heavy Ion
'phase1_2018_realistic_hi' : '110X_upgrade2018_realistic_HI_v5',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector: HEM-15-16 fail
'phase1_2018_realistic_HEfail' : '111X_upgrade2018_realistic_HEfail_v1',
'phase1_2018_realistic_HEfail' : '112X_upgrade2018_realistic_HEfail_v1',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in DECO mode
'phase1_2018_cosmics' : '111X_upgrade2018cosmics_realistic_deco_v1',
'phase1_2018_cosmics' : '112X_upgrade2018cosmics_realistic_deco_v1',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in PEAK mode
'phase1_2018_cosmics_peak' : '111X_upgrade2018cosmics_realistic_peak_v1',
'phase1_2018_cosmics_peak' : '112X_upgrade2018cosmics_realistic_peak_v1',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2021
'phase1_2021_design' : '112X_mcRun3_2021_design_v3', # GT containing design conditions for Phase1 2021
# GlobalTag for MC production with realistic conditions for Phase1 2021
Expand Down

0 comments on commit 61a4342

Please sign in to comment.