Skip to content
Snippets Groups Projects

Remove need for users to specify default public tools

Closed Sascha Stahl requested to merge rework_public_tools into master
1 unresolved thread
70 files
+ 103
242
Compare changes
  • Side-by-side
  • Inline
Files
70
@@ -15,7 +15,6 @@ from GaudiKernel.SystemOfUnits import MeV
from RecoConf.hlt1_tracking import default_ft_decoding_version, require_pvs
from RecoConf.reconstruction_objects import make_pvs, upfront_reconstruction, reconstruction
from RecoConf.global_tools import stateProvider_with_simplified_geom
from Hlt2Conf.standard_particles import make_has_rich_long_pions
from Hlt2Conf.lines.bandq.builders import dimuon, charged_hadrons, b_hadrons
@@ -96,9 +95,8 @@ def make_lines():
]
public_tools = [stateProvider_with_simplified_geom()]
with reconstruction.bind(from_file=True):
config = run_moore(options, make_lines, public_tools)
config = run_moore(options, make_lines)
from Moore.tcks import dump_hlt2_configuration
dump_hlt2_configuration(config,
Loading