Skip to content
Snippets Groups Projects

Update HLT1 PbPb sequence for 2024 ion run

Merged Benjamin Audurier requested to merge baudurie_ion_2024 into 2024-patches
Compare and Show latest version
3 files
+ 4
8
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -18,8 +18,7 @@ from AllenConf.hlt1_heavy_ions_lines import make_heavy_ion_event_line
with make_routingbits_writer.bind(rb_map=rb_map_PbPb):
with make_heavy_ion_event_line.bind(PbPb_SMOG_z_separation=-341.):
with make_ecal_clusters.bind(
seed_min_adc=10, neighbour_min_adc=2, min_et=200,
min_e19=0):
seed_min_adc=10, neighbour_min_adc=2, min_et=200, min_e19=0):
hlt1_node = setup_hlt1_node(
prescale=True,
with_ut=True,
Loading