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

Update Global Tags: new JEC, introducing HcalFrontEndMapRcd, updated Phase-I Pixel Geometry #15141

Merged
Merged
Show file tree
Hide file tree
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
30 changes: 13 additions & 17 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -12,35 +12,31 @@
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
'run2_design' : '81X_mcRun2_design_v1',
# GlobalTag for MC production with pessimistic alignment and calibrations for Run2
'run2_mc_50ns' : '81X_mcRun2_startup_v1',
'run2_mc_50ns' : '81X_mcRun2_startup_v2',
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
'run2_mc' : '81X_mcRun2_asymptotic_v1',
'run2_mc' : '81X_mcRun2_asymptotic_v2',
# GlobalTag for MC production (cosmics) with starup-like alignment and calibrations for Run2, Strip tracker in peak mode
'run2_mc_cosmics' : '81X_mcRun2cosmics_startup_peak_v1',
'run2_mc_cosmics' : '81X_mcRun2cosmics_startup_peak_v2',
# GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
'run2_mc_hi' : '81X_mcRun2_HeavyIon_v1',
'run2_mc_hi' : '81X_mcRun2_HeavyIon_v2',
# GlobalTag for Run1 data reprocessing
'run1_data' : '81X_dataRun2_v1',
'run1_data' : '81X_dataRun2_v2',
# GlobalTag for Run2 data reprocessing
'run2_data' : '81X_dataRun2_v1',
# GlobalTag for Run2 data (as Prompt) WILL DISAPPEAR ONCE RERECO UPDATED
'run2_prompt_WillDisappearInJul16' : '81X_dataRun2_Run2016B_Prompt_frozen_v2',
'run2_data' : '81X_dataRun2_v2',
# GlobalTag for Run2 data relvals: allows customization to run with fixed L1 menu
'run2_data_relval' : '81X_dataRun2_relval_v1',
'run2_data_relval' : '81X_dataRun2_relval_v2',
# GlobalTag for Run1 HLT: it points to the online GT
'run1_hlt' : '80X_dataRun2_HLT_frozen_v12',
'run1_hlt' : '81X_dataRun2_HLT_frozen_v0',
# GlobalTag for Run2 HLT: it points to the online GT
'run2_hlt' : '80X_dataRun2_HLT_frozen_v12',
# GlobalTag for Run2 data (as HLT) WILL DISAPPEAR ONCE RERECO UPDATED
'run2_hlt_WillDisappearInJul16' : '81X_dataRun2_Run2016B_HLT_frozen_v1',
'run2_hlt' : '81X_dataRun2_HLT_frozen_v0',
# GlobalTag for Run2 HLT RelVals: customizations to run with fixed L1 Menu
'run2_hlt_relval' : '80X_dataRun2_HLT_relval_v11',
'run2_hlt_relval' : '81X_dataRun2_HLT_relval_v0',
# GlobalTag for Run2 HLT for HI: it points to the online GT
'run2_hlt_hi' : '80X_dataRun2_HLTHI_frozen_v9',
'run2_hlt_hi' : '81X_dataRun2_HLTHI_frozen_v0',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017
'phase1_2017_design' : '81X_upgrade2017_design_v3',
'phase1_2017_design' : '81X_upgrade2017_design_v4',
# GlobalTag for MC production with realistic conditions for for Phase1 2017 detector
'phase1_2017_realistic': '81X_upgrade2017_realistic_v3',
'phase1_2017_realistic': '81X_upgrade2017_realistic_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
4 changes: 2 additions & 2 deletions Configuration/PyReleaseValidation/python/relval_steps.py
Expand Up @@ -1020,7 +1020,7 @@ def lhegensim(fragment,howMuch):

hltKey2016='relval2016'
menuR2_2016 = autoHLT[hltKey2016]
steps['HLTDR2_2016']=merge( [ {'-s':'L1REPACK:Full,HLT:@%s'%hltKey2016,},{'--conditions':'auto:run2_hlt_WillDisappearInJul16'},{'--era' : 'Run2_2016'},steps['HLTD'] ] )
steps['HLTDR2_2016']=merge( [ {'-s':'L1REPACK:Full,HLT:@%s'%hltKey2016,},{'--conditions':'auto:run2_hlt_relval'},{'--era' : 'Run2_2016'},steps['HLTD'] ] )

# use --era
steps['RECODR2_50ns']=merge([{'--scenario':'pp','--conditions':'auto:run2_data_relval','--era':'Run2_50ns',},dataReco])
Expand Down Expand Up @@ -1161,7 +1161,7 @@ def lhegensim(fragment,howMuch):

steps['RECODR2_25nsreHLT']=merge([{'--hltProcess':'reHLT'},steps['RECODR2_25ns']])
steps['RECODR2_50nsreHLT']=merge([{'--hltProcess':'reHLT'},steps['RECODR2_50ns']])
steps['RECODR2_2016reHLT']=merge([{'--hltProcess':'reHLT','--conditions':'auto:run2_prompt_WillDisappearInJul16'},steps['RECODR2_2016']])
steps['RECODR2_2016reHLT']=merge([{'--hltProcess':'reHLT','--conditions':'auto:run2_data_relval'},steps['RECODR2_2016']])
steps['RECODR2reHLTAlCaEle']=merge([{'--hltProcess':'reHLT','--conditions':'auto:run2_data_relval'},steps['RECODR2AlCaEle']])


Expand Down