-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store number of simulated events #191
Comments
I think its already helpful for post-processing, but maybe we need to even store a little bit more information, ie the tcm like grouping as we discussed? |
Vertices should already contain one unique entry per event (at least given if one event is represented by one primary. I guess this will be different for multiple primaries per event). I am not sure about the In case there are multiple primaries per event the last entry of |
no, those entries are removed when converting to LH5.
not in the case of multithreading. There the distribution of event ids between threads is - unfortunately - quite complex. |
maybe, we need to think about whether it's the right place. But let's discuss this in legend-exp/reboost#16 |
Storing the number of simulated events is crucial for post-processing. At the moment one could look for unique
evtid
s in thevertices
table, but this require some computation.Why not then just store a
Scalar
with the number of simulated events?The text was updated successfully, but these errors were encountered: