Skip to content
Snippets Groups Projects

TurboSpruce test for 2025

Merged Nicole Skidmore requested to merge turbospruce_2025test into master
1 file
+ 0
20
Compare changes
  • Side-by-side
  • Inline
@@ -346,26 +346,6 @@ from RecoConf.reconstruction_objects import reconstruction
from Hlt2Conf.lines.topological_b import make_filtered_topo_threebody
def threebody_line(name="Hlt2Topo3Body", prescale=1):
reco = reconstruction()
pr_objs = persistreco_line_outputs(reco)
extra_objs = [
("", pr_objs["NeutralProtos"]),
]
candidates = make_filtered_topo_threebody(MVACut=0.998)
return Hlt2Line(
name=name,
algs=[candidates],
prescale=prescale,
extra_outputs=extra_objs,
)
# This lives here as its used to test sprucing
# Bespoke version of topo that has selective persistreco
def threebody_line(name="Hlt2Topo3Body", prescale=1):
reco = reconstruction()
pr_objs = persistreco_line_outputs(reco)
Loading