Skip to content

Commit

Permalink
Merge pull request #11697 from diguida/autoCond_76X_PFCalibration
Browse files Browse the repository at this point in the history
New GT with PF hadron calibration.
  • Loading branch information
davidlange6 committed Oct 8, 2015
2 parents c05f370 + 0f6a2c6 commit e0e35dc
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@

### NEW KEYS ###
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run1
'run1_design' : '76X_mcRun1_design_v4',
'run1_design' : '76X_mcRun1_design_v5',
# GlobalTag for MC production (pp collisions) with realistic alignment and calibrations for Run1
'run1_mc' : '76X_mcRun1_realistic_v4',
'run1_mc' : '76X_mcRun1_realistic_v5',
# GlobalTag for MC production (Heavy Ions collisions) with realistic alignment and calibrations for Run1
'run1_mc_hi' : '76X_mcRun1_HeavyIon_v4',
'run1_mc_hi' : '76X_mcRun1_HeavyIon_v5',
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run1
'run1_mc_pa' : '76X_mcRun1_pA_v4',
'run1_mc_pa' : '76X_mcRun1_pA_v5',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
'run2_design' : '76X_mcRun2_design_v4',
'run2_design' : '76X_mcRun2_design_v5',
# GlobalTag for MC production with pessimistic alignment and calibrations for Run2
'run2_mc_50ns' : '76X_mcRun2_startup_v4',
'run2_mc_50ns' : '76X_mcRun2_startup_v5',
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
'run2_mc' : '76X_mcRun2_asymptotic_v4',
'run2_mc' : '76X_mcRun2_asymptotic_v5',
# GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
'run2_mc_hi' : '76X_mcRun2_HeavyIon_v4',
'run2_mc_hi' : '76X_mcRun2_HeavyIon_v5',
# GlobalTag for Run1 data reprocessing
'run1_data' : '76X_dataRun1_v3',
'run1_data' : '76X_dataRun1_v4',
# GlobalTag for Run2 data reprocessing
'run2_data' : '76X_dataRun2_v3',
'run2_data' : '76X_dataRun2_v4',
# GlobalTag for Run1 HLT: it points to the online GT
'run1_hlt' : '76X_dataRun1_HLT_frozen_v3',
'run1_hlt' : '76X_dataRun1_HLT_frozen_v4',
# GlobalTag for Run2 HLT: it points to the online GT
'run2_hlt' : '76X_dataRun2_HLT_frozen_v3',
'run2_hlt' : '76X_dataRun2_HLT_frozen_v4',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017
'phase1_2017_design' : '76X_upgrade2017_design_v0',
'phase1_2017_design' : '76X_upgrade2017_design_v1',
# 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 e0e35dc

Please sign in to comment.