Skip to content

Commit

Permalink
Merge pull request #10826 from fwyzard/use_ConfDBv2_for_run_number_74x
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 19, 2015
2 parents 8ebaa60 + 538166e commit 7965676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HLTrigger/Configuration/python/Tools/options.py
Expand Up @@ -79,7 +79,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 7965676

Please sign in to comment.