Commit 9381cf5
committed
TPC addHits: remove short type limitation
Change type from short to float to remove possible overflow errors
There is no deep reason for this to be short in any case. The underlaying
storage was already of type float.
Fixes a problem observed in monopole simulations inside TPC1 parent 6645741 commit 9381cf5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments