Commit f35e689
committed
[PWGJE] Jet Finder
* Changed THnSparse to THnD from THnC
When used in an analysis train the THnC overflows, resulting in negative entries (see attached figure).
This is likely due ot the fact that the bin content is stored in a char, rather than a float/double.
Changing this should fix the issue.
This histogram is used only for V0 jet analyses, so this change affects no other jet work.1 parent f7f3381 commit f35e689
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
162 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
0 commit comments