Skip to content
Snippets Groups Projects

Make "process" a required input and configure pyconf functions globally once with user input

Merged Abhijit Mathad requested to merge AM_process into master
Compare and
3 files
+ 18
14
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -12,6 +12,8 @@ import re
import click
from DaVinci import options
from PyConf.Algorithms import (
FilterDecays,
LoKi__HDRFilter as HDRFilter,
@@ -230,7 +232,7 @@ def unpack_locations(options, unpack_only_mc):
return reading_algs
def get_hlt_reports(options, source=''):
def get_hlt_reports(source=''):
"""
Set the Hlt service and algorithms.
Loading