Skip to content

Commit

Permalink
Merge pull request #21029 from cms-tsg-storm/SwitchToL1Tv4HLTV40
Browse files Browse the repository at this point in the history
Switch to L1Tv4 and HLTv4.0 in @relval2017 (94X)
  • Loading branch information
cmsbuild committed Nov 7, 2017
2 parents e30f6de + 13aa84b commit 3e73eef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -28,35 +28,35 @@
# GlobalTag for Run2 data reprocessing
'run2_data' : '94X_dataRun2_v2',
# GlobalTag for Run2 data relvals: allows customization to run with fixed L1 menu
'run2_data_relval' : '94X_dataRun2_relval_v3',
'run2_data_relval' : '94X_dataRun2_relval_v5',
# GlobalTag for Run2 data 2016H relvals only: Prompt Conditions + fixed L1 menu (to be removed)
'run2_data_promptlike' : '94X_dataRun2_PromptLike_v3',
'run2_data_promptlike' : '94X_dataRun2_PromptLike_v5',
# GlobalTag for Run1 HLT: it points to the online GT
'run1_hlt' : '94X_dataRun2_HLT_frozen_v3',
# GlobalTag for Run2 HLT: it points to the online GT
'run2_hlt' : '94X_dataRun2_HLT_frozen_v3',
# GlobalTag for Run2 HLT RelVals: customizations to run with fixed L1 Menu
'run2_hlt_relval' : '94X_dataRun2_HLT_relval_v2',
'run2_hlt_relval' : '94X_dataRun2_HLT_relval_v5',
# GlobalTag for Run2 HLT for HI: it points to the online GT
'run2_hlt_hi' : '94X_dataRun2_HLTHI_frozen_v2',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot)
'phase1_2017_design' : '94X_mc2017_design_IdealBS_v4',
'phase1_2017_design' : '94X_mc2017_design_IdealBS_v5',
# GlobalTag for MC production with realistic conditions for Phase1 2017 detector
'phase1_2017_realistic' : '94X_mc2017_realistic_v4',
'phase1_2017_realistic' : '94X_mc2017_realistic_v5',
# GlobalTag for MC production (cosmics) with realistic alignment and calibrations for Phase1 2017 detector, Strip tracker in DECO mode
'phase1_2017_cosmics' : '94X_mc2017cosmics_realistic_deco_v3',
'phase1_2017_cosmics' : '94X_mc2017cosmics_realistic_deco_v4',
# GlobalTag for MC production (cosmics) with realistic alignment and calibrations for Phase1 2017 detector, Strip tracker in PEAK mode
'phase1_2017_cosmics_peak' : '94X_mc2017cosmics_realistic_peak_v3',
'phase1_2017_cosmics_peak' : '94X_mc2017cosmics_realistic_peak_v4',
# GlobalTag for MC production with perfectly aligned and calibrated detector for full Phase1 2018 (and 0,0,0-centred beamspot)
'phase1_2018_design' : '94X_upgrade2018_design_IdealBS_v4',
'phase1_2018_design' : '94X_upgrade2018_design_IdealBS_v5',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector
'phase1_2018_realistic' : '94X_upgrade2018_realistic_v4',
'phase1_2018_realistic' : '94X_upgrade2018_realistic_v5',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in DECO mode
'phase1_2018_cosmics' : '94X_upgrade2018cosmics_realistic_deco_v3',
'phase1_2018_cosmics' : '94X_upgrade2018cosmics_realistic_deco_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 realistic conditions for Phase2 2023
'phase2_realistic' : '94X_upgrade2023_realistic_v0'
'phase2_realistic' : '94X_upgrade2023_realistic_v2'
}

aliases = {
Expand Down
2 changes: 1 addition & 1 deletion Configuration/HLT/python/autoHLT.py
Expand Up @@ -8,6 +8,6 @@
'relval50ns' : 'Fake',
'relval25ns' : 'Fake1',
'relval2016' : 'Fake2',
'relval2017' : '2e34v31',
'relval2017' : '2e34v40',
'test' : 'GRun',
}

0 comments on commit 3e73eef

Please sign in to comment.