Skip to content

Commit

Permalink
fix data TAG name for EcalPFRecHitThreshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca committed Mar 2, 2018
1 parent ac57bd8 commit fcaf57d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -24,21 +24,21 @@
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run2
'run2_mc_pa' : '101X_mcRun2_pA_v2',
# GlobalTag for Run1 data reprocessing
'run1_data' : '101X_dataRun2_v4',
'run1_data' : '101X_dataRun2_v5',
# GlobalTag for Run2 data reprocessing
'run2_data' : '101X_dataRun2_v4',
'run2_data' : '101X_dataRun2_v5',
# GlobalTag for Run2 data relvals: allows customization to run with fixed L1 menu
'run2_data_relval' : '101X_dataRun2_relval_v4',
'run2_data_relval' : '101X_dataRun2_relval_v5',
# GlobalTag for Run2 data 2016H relvals only: Prompt Conditions + fixed L1 menu (to be removed)
'run2_data_promptlike' : '101X_dataRun2_PromptLike_v3',
'run2_data_promptlike' : '101X_dataRun2_PromptLike_v4',
# GlobalTag for Run1 HLT: it points to the online GT
'run1_hlt' : '101X_dataRun2_HLT_frozen_v2',
'run1_hlt' : '101X_dataRun2_HLT_frozen_v3',
# GlobalTag for Run2 HLT: it points to the online GT
'run2_hlt' : '101X_dataRun2_HLT_frozen_v2',
'run2_hlt' : '101X_dataRun2_HLT_frozen_v3',
# GlobalTag for Run2 HLT RelVals: customizations to run with fixed L1 Menu
'run2_hlt_relval' : '101X_dataRun2_HLT_relval_v3',
'run2_hlt_relval' : '101X_dataRun2_HLT_relval_v4',
# GlobalTag for Run2 HLT for HI: it points to the online GT
'run2_hlt_hi' : '101X_dataRun2_HLTHI_frozen_v3',
'run2_hlt_hi' : '101X_dataRun2_HLTHI_frozen_v4',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot)
'phase1_2017_design' : '101X_mc2017_design_IdealBS_v3',
# GlobalTag for MC production with realistic conditions for Phase1 2017 detector
Expand Down

0 comments on commit fcaf57d

Please sign in to comment.