Skip to content

Commit

Permalink
Fix minor bug in LRS geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
liviocali committed Jan 9, 2024
1 parent 73f2e0a commit 2f3db66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto_nd_flow/resources/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ def _load_light_geometry(self):

for adc in adc_ids:
for chan in chan_ids:
self._sipm_rel_pos = np.array(self.get_sipm_rel_pos)
self._sipm_rel_pos[(adc,chan)] = np.array(self.get_sipm_rel_pos(adc,chan))
self._sipm_abs_pos[(adc,chan)] = np.array(self.get_sipm_abs_pos(adc,chan))

tpc_ids, det_ids, det_chan_mask = tpc_ids[...,0], det_ids[...,0], det_chan_mask[...,0]
Expand Down

0 comments on commit 2f3db66

Please sign in to comment.