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
We have a fraction accumulator now, but it does not work correctly for weighted samples. However, we definitely need this in high-energy physics because we often estimate the efficiency of some detector from weighted simulation samples.
There are several ways how this could be implemented
We have a fraction accumulator now, but it does not work correctly for weighted samples. However, we definitely need this in high-energy physics because we often estimate the efficiency of some detector from weighted simulation samples.
There are several ways how this could be implemented
weighted_fraction<T>
fraction<weighted_sum<T>>
fraction<T, bool weight_support = False>
Number 3) is my least favored. I like 2), if that's feasible.
Ping @henryiii @gohil-jay @jpivarski
The text was updated successfully, but these errors were encountered: