Cannot fill a zds-Hpge timing histogram #1331
-
Hi all, I am trying to fill a matrix with the energy and time difference between the ZDS and HPGe but I am getting zero counts in the histogram. Does anyone see something I'm doing wrong?
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
When you say "zero counts", does that mean zero entries in the histogram, or no entries in the visible range (i.e. everything in over- or underflow)?
If that doesn't give you any events, try a) increasing the number of entries from 100000, or b) use the command
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
No, this probably means that your k-values are much larger. Try doing the analysis-tree plot (which I assume is quicker?) with a histogram that has 1000 bins from -0.5 to 999.5 (or no binning at all). Another options is to use Scan instead of Draw to get the number directly. And yes, I think this is exactly your issue. You could try commenting out the k-value check and you will get entries in that histogram. |
Beta Was this translation helpful? Give feedback.
-
This was exactly the issue. I increased the range to 1000 and got the following: Thanks for the help. |
Beta Was this translation helpful? Give feedback.
No, this probably means that your k-values are much larger. Try doing the analysis-tree plot (which I assume is quicker?) with a histogram that has 1000 bins from -0.5 to 999.5 (or no binning at all). Another options is to use Scan instead of Draw to get the number directly.
And yes, I think this is exactly your issue. You could try commenting out the k-value check and you will get entries in that histogram.