Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaratomaiuolo committed Jul 23, 2024
1 parent ed5fb79 commit 1f6046e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hexsample/fileio.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ def _fill_recon_row(row: tables.tableextension.Row, event: ReconEvent) -> None:
row['trigger_id'] = event.trigger_id
row['timestamp'] = event.timestamp
row['livetime'] = event.livetime
# Roi size is not implemented in all event type classes
#row['roi_size'] = event.roi_size
row['cluster_size'] = event.cluster.size()
row['energy'] = event.energy()
Expand Down

0 comments on commit 1f6046e

Please sign in to comment.