From 0043ca033185dc6af5194b09bdbdd7a4f309a14d Mon Sep 17 00:00:00 2001 From: Max Wiegertjes <m.a.wiegertjes@cern.ch> Date: Tue, 12 Dec 2023 16:14:27 +0100 Subject: [PATCH] Renaming of allen_gaudi_node to allen_gaudi_config --- doc/tutorials/hlt1_to_hlt2.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorials/hlt1_to_hlt2.rst b/doc/tutorials/hlt1_to_hlt2.rst index bf363f94c54..7120b447db9 100644 --- a/doc/tutorials/hlt1_to_hlt2.rst +++ b/doc/tutorials/hlt1_to_hlt2.rst @@ -23,7 +23,7 @@ In your `Moore/` directory place the following in a file called `HLT1_options.py from Moore.config import allen_control_flow from Moore.options import options - from RecoConf.hlt1_allen import allen_gaudi_node as allen_sequence, call_allen_decision_logger + from RecoConf.hlt1_allen import allen_gaudi_config as allen_sequence, call_allen_decision_logger from RecoConf.decoders import default_ft_decoding_version from PyConf.application import configure_input, configure from PyConf.control_flow import CompositeNode, NodeLogic @@ -86,7 +86,7 @@ Place the following in a file called `HLT2_options.py` and run as before from Moore import options, run_moore from Moore.lines import Hlt2Line from RecoConf.global_tools import stateProvider_with_simplified_geom - from RecoConf.hlt1_allen import allen_gaudi_node as allen_sequence + from RecoConf.hlt1_allen import allen_gaudi_config as allen_sequence from RecoConf.reconstruction_objects import reconstruction def filter_hlt1_line(name="Hlt2FilterHlt1", prescale=1): -- GitLab