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
2 files
+ 15
18
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -20,20 +20,17 @@ from AllenConf.calo_reconstruction import make_ecal_clusters
with decode_velo.bind(retina_decoding=False):
with make_gec.bind(max_scifi_clusters=30000, count_ut=False):
with make_pvs.bind(zmin=-845., Nbins=4608, SMOG2_pp_separation=-300.):
with make_routingbits_writer.bind(rb_map=rb_map_PbPb):
with make_ecal_clusters.bind(
seed_min_adc=10,
neighbour_min_adc=2,
min_et=200,
min_e19=0):
with make_heavy_ion_event_line.bind(
PbPb_SMOG_z_separation=-300.):
hlt1_node = setup_hlt1_node(
prescale=True,
with_ut=True,
EnableGEC=True,
bx_type=[1, 3],
reco_particles=True,
tracking_type=TrackingType.FORWARD_THEN_MATCHING)
generate(hlt1_node)
with make_routingbits_writer.bind(rb_map=rb_map_PbPb):
with make_ecal_clusters.bind(
seed_min_adc=10, neighbour_min_adc=2, min_et=200,
min_e19=0):
with make_heavy_ion_event_line.bind(
PbPb_SMOG_z_separation=-341.):
hlt1_node = setup_hlt1_node(
prescale=True,
with_ut=True,
EnableGEC=True,
bx_type=[1, 3],
reco_particles=True,
tracking_type=TrackingType.FORWARD_THEN_MATCHING)
generate(hlt1_node)
Loading