Skip to content
Snippets Groups Projects

No longer need to deduce subdetectors for HLT1 configuration

Merged Roel Aaij requested to merge ra-follow-transpose-banks into 2024-patches
All threads resolved!
2 files
+ 0
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -361,8 +361,6 @@ from PyConf.Algorithms import FunctionalChargedProtoParticleMaker
from Hlt2Conf.standard_particles import (_make_particles,
get_all_track_selector)
from Moore.config import Reconstruction
def make_allen_tracks():
seed_and_match_tracks = make_allen_seed_and_match_tracks()["v1keyed"]
@@ -419,8 +417,6 @@ def construct_hlt1_monitoring_line(*, name, prescale, no_bias=False):
with allen_gaudi_config.bind(sequence='hlt1_pp_matching_no_ut'):
allen_long_tracks = make_allen_tracks()
wrapper = Reconstruction("allen_wrapper_for_config",
[allen_long_tracks])
charged_long_protos_callable = lambda: FunctionalChargedProtoParticleMaker(Inputs=[allen_long_tracks], Code=F.require_all(F.ALL))
allen_long_pions = _make_particles(
species="pion",
Loading