Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
added tot_e (total deposited energy in the sensitive volume) as a new…
Browse files Browse the repository at this point in the history
… truth variable
  • Loading branch information
Masatoshi Kobayashi committed Jan 9, 2024
1 parent 580ca10 commit a074b4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wfsim/strax_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
(('Number of quanta', 'amp'), np.int32),
(('Recoil type of interaction.', 'recoil'), np.int8),
(('Energy deposit of interaction', 'e_dep'), np.float32),
(('Total energy deposit in the sensitive volume', 'tot_e'), np.float32),
(('Eventid like in geant4 output rootfile', 'g4id'), np.int32),
(('Volume id giving the detector subvolume', 'vol_id'), np.int32),
(('Local field [ V / cm ]', 'local_field'), np.float64),
Expand Down

0 comments on commit a074b4b

Please sign in to comment.