Skip to content
Snippets Groups Projects

B2CC: Migration to ThOr functors

Merged Peilian Li requested to merge peilian_b2cc_thor into master
Compare and
10 files
+ 2332
556
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -85,3 +85,9 @@ public_tools = [stateProvider_with_simplified_geom()]
with reconstruction.bind(from_file=True):
config = run_moore(options, make_lines, public_tools)
dump_hlt2_configuration(config, "hlt2_b2cc_example.tck.json")
### To enable Fastest reconstruction in HLT2, comment out above three lines and uncomment belows
#from RecoConf.hlt2_global_reco import reconstruction as hlt2_reconstruction, make_fastest_reconstruction
#with reconstruction.bind(from_file=False),\
# hlt2_reconstruction.bind(make_reconstruction=make_fastest_reconstruction):
# run_moore(options, make_lines, public_tools)
#dump_hlt2_configuration(config, "hlt2_b2cc_example.tck.json")
Loading