Skip to content

Commit

Permalink
provide defaults for energy fields when reading ROOT files
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Dec 30, 2023
1 parent 6b7a85e commit d193c6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/listmode_buildblock/CListModeDataROOT.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ set_defaults()
bin_size = -1.f;
view_offset = 0.f;
tof_mash_factor = 1;
energy_resolution = -1.F;
reference_energy = 511.F;
}

Succeeded
Expand Down

0 comments on commit d193c6a

Please sign in to comment.