You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2024. It is now read-only.
For EoT estimations, the total number of electrons "thrown" (i.e. events started) is important and currently, there is no storage of that number. Currently, we are basically limited to avoiding use of the maxTriesPerEvent parameter when we wish to estimate the EoT of a generated sample.
We can avoid this limitation by storing some extra integers in the run and event headers. I'm thinking of storing the total counts of number of events thrown and number events processed in the run header and keeping event indices (thrown and accepted) in the event header.