Skip to content
Snippets Groups Projects
Commit 7ad7794a authored by Gerhard Raven's avatar Gerhard Raven
Browse files

rename Options.metainfo_repos to metainfo_additional_tags

parent 6fc4f2cd
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!733Adapt to LHCb!3528 - Enforce use of an encoding/decoding key (TCK) in all Hlt encoders/decoders, do not use online-reserved bits in SourceID, remove explicit mention of 'packed' locations, enable 'stable' persist reco locations
......@@ -12,4 +12,4 @@ process: Hlt2
stream: default
print_freq: 1000
input_raw_format: 0.5
metainfo_repos: ['key-b5250c79','key-0ef72bf3']
metainfo_additional_tags: ['key-b5250c79','key-0ef72bf3']
......@@ -10,4 +10,4 @@ histo_file: sprucing_histos.root
ntuple_file: sprucing_tuple.root
input_raw_format: 0.5
process: Spruce
metainfo_repos: ['key-b04d6708', 'key-43a25419']
\ No newline at end of file
metainfo_additional_tags: ['key-b04d6708', 'key-43a25419']
......@@ -39,7 +39,7 @@
print_freq: 1
process: 'Spruce'
stream: 'default'
metainfo_repos: ['key-b04d6708', 'key-43a25419']
metainfo_additional_tags: ['key-b04d6708', 'key-43a25419']
</text></argument>
<argument name="timeout"><integer>1000</integer></argument>
<argument name="args"><set>
......
......@@ -40,7 +40,8 @@ def add_davinci_configurables(options, user_algorithms, public_tools):
config = configure_input(options)
if options.input_manifest_file:
metainfo_repos.global_bind(extra_central_tags=options.metainfo_repos)
metainfo_repos.global_bind(
extra_central_tags=options.metainfo_additional_tags)
ApplicationMgr().ExtSvc += [configured_ann_svc()]
......
......@@ -22,7 +22,7 @@ class ProcessTypes(str, Enum):
class Options(DefaultOptions):
input_manifest_file: Optional[str]
metainfo_repos: Optional[list]
metainfo_additional_tags: Optional[list]
annsvc_config: Optional[str]
process: ProcessTypes = ProcessTypes.Turbo
stream: str = "default"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment