Skip to content
Snippets Groups Projects
Commit 7f8eb2bf authored by Patrick Koppenburg's avatar Patrick Koppenburg :leaves:
Browse files

Merge branch 'doc-spelling' into 'master'

fix comment: file summary record not full stream record...

See merge request !884
parents e9978f50 61688ae0
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!884fix comment: file summary record not full stream record...
Pipeline #5623362 passed
......@@ -32,8 +32,8 @@ class Options(DefaultOptions):
- lumi (bool): Flag to store luminosity information. Default is False.
- evt_pre_filters (dict[str,str]): Event pre-filter code. Default is None.
- annsvc_config (str): Path to the configuration file from sprucing or Hlt2. Default is None.
- write_fsr (bool): Flag to write full stream record. Default is True.
- merge_genfsr (bool): Flag to merge the full stream record. Default is False.
- write_fsr (bool): Flag to write file summary record. Default is True.
- merge_genfsr (bool): Flag to merge the file summary record. Default is False.
- metainfo_additional_tags: (list): Additional central tags for `PyConf.filecontent_metadata.metainfo_repos`. Default is [].
"""
input_stream: Optional[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