Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup of customisations
Browse files Browse the repository at this point in the history
Martin-Grunewald committed May 12, 2016
1 parent 9307ee3 commit 5ef0f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/customizeHLTforCMSSW.py
Original file line number Diff line number Diff line change
@@ -70,9 +70,9 @@ def customizeHLTforCMSSW(process, menuType="GRun"):
cmsswVersion = os.environ['CMSSW_VERSION']

if cmsswVersion >= "CMSSW_8_0":
process = customiseFor14282(process)
# process = customiseFor14282(process)
# process = customiseFor12718(process)
process = customiseFor13421(process)
# process = customiseFor13421(process)
pass

# stage-2 changes only if needed

0 comments on commit 5ef0f10

Please sign in to comment.