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
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -57,7 +57,7 @@ def configured_MCTruthAndBkgCatAlg(
"""
if not root_in_tes:
root_in_tes = get_stream()
root_in_tes = get_stream()
# No algorithm is asking for mc particles and proto particles explicitely
# But pp2mcp relation unpacker needs them, so give them as extra_inputs
Loading