Skip to content

Commit

Permalink
Cleanup of customisations
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Grunewald committed May 13, 2016
1 parent 549bb33 commit c0fcddd
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
Expand Up @@ -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
Expand Down

0 comments on commit c0fcddd

Please sign in to comment.