Skip to content

Commit

Permalink
Merge pull request #10827 from fwyzard/use_ConfDBv2_for_run_number_75x
Browse files Browse the repository at this point in the history
hltGetConfiguration: switch run:NNNNNN to use ConfDB v2
  • Loading branch information
cmsbuild committed Aug 18, 2015
2 parents bfed5d9 + 9464379 commit 0423c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HLTrigger/Configuration/python/Tools/options.py
Expand Up @@ -78,7 +78,7 @@ def __init__(self, value):
(db, name) = tokens
# check if the menu should be automatically determined based on the run number
if db == 'run':
self.version = 'v1'
self.version = 'v2'
self.database = 'adg'
self.run = name
# check for backward compatibility names
Expand Down

0 comments on commit 0423c0e

Please sign in to comment.