Skip to content
Snippets Groups Projects

Draft: clean up and simplify the config

Closed Sevda Esen requested to merge sevda-clean-up-config into master
Files
35
@@ -9,13 +9,13 @@
# or submit itself to any jurisdiction. #
###############################################################################
from Moore import options
from Moore.config import get_allen_hlt1_decision_ids, allen_detectors
from Moore.config import get_allen_hlt1_decision_ids
from RecoConf.hlt1_allen import (
make_allen_sel_reports, make_allen_forward_tracks,
call_allen_decision_logger, make_allen_decision, allen_gaudi_config)
from PyConf.application import configure_input, configure
from PyConf.control_flow import CompositeNode, NodeLogic
from Allen.config import setup_allen_non_event_data_service
from Allen.config import setup_allen_non_event_data_service, allen_detectors
def make_tos_filter(line_name):
Loading