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
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
@@ -19,12 +19,14 @@ from Moore import options
options.evt_max = 100
config = configure_input(options)
non_event_data_node = setup_allen_non_event_data_service()
allen_rich_decoding_rich = decode_rich()
allen_rich1_decoding_rich = decode_rich(rich=1)
allen_rich2_decoding_rich = decode_rich(rich=2)
reco_opts = default_rich_reco_options()
rec_rich_pixels = make_rich_pixels(options=reco_opts)
test_hits = TestAllenRichPixels(
rich_smart_ids=allen_rich_decoding_rich["dev_smart_ids"],
rich1_smart_ids=allen_rich1_decoding_rich["dev_smart_ids"],
rich2_smart_ids=allen_rich2_decoding_rich["dev_smart_ids"],
RichDecodedData=rec_rich_pixels["RichDecodedData"])
cf_node = CompositeNode(
Loading