Skip to content
Snippets Groups Projects
Commit e70bc85c authored by Miroslav Saur's avatar Miroslav Saur
Browse files

Merge branch 'msaur_hlt2_pp_thor_optimized_flow' into '2024-patches'

Enabling optimized flow in hlt2_pp_thor

See merge request !3555
parents 973a0425 8df74eb0
No related branches found
No related tags found
6 merge requests!4232Run5: rebase, restructure run5 code, add back examples,!3700Synchronize master branch with 2024-patches,!3694Draft: Sprucing line for Dark Higgs to dimuon with T-Tracks,!3689Draft: Enlarging mass windows for B2cc lines,!3668Draft: New Lines for Lb2LcD Decays,!3555Enabling optimized flow in hlt2_pp_thor
Pipeline #7763090 passed with warnings
......@@ -15,6 +15,7 @@ from RecoConf.global_tools import stateProvider_with_simplified_geom, trackMaste
from RecoConf.reconstruction_objects import reconstruction
from RecoConf.hlt2_global_reco import reconstruction as hlt2_reconstruction, make_fastest_reconstruction
from Hlt2Conf.settings.defaults import make_all_lines
from Moore.lines import optimize_controlflow
public_tools = [
trackMasterExtrapolator_with_simplified_geom(),
......@@ -27,5 +28,6 @@ options.output_type = "MDF"
with reconstruction.bind(from_file=False),\
make_all_lines.bind(remove_lines_with_hlt1_filter_code=False),\
optimize_controlflow.bind(optimization="default"),\
hlt2_reconstruction.bind(make_reconstruction=make_fastest_reconstruction):
config = run_moore(options, make_all_lines, public_tools)
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