|
| unsigned long | nEntries () const |
| |
| template<typename Result = fp_result_type<Arithmetic>> |
| auto | efficiency () const |
| |
| auto | eff () const |
| |
| template<typename Result = fp_result_type<Arithmetic>> |
| auto | efficiencyErr () const |
| |
| auto | effErr () const |
| |
| BinomialAccumulator & | operator+= (binomial_t b) |
| |
| constexpr | AccumulatorSet ()=default |
| |
| | AccumulatorSet (construct_empty_t, const AccumulatorSet< bool, ato, InputType, TrueAccumulator ... > &) |
| | constructor of an empty AccumulatorSet, copying the (non existent) config from another GenericAccumulator More...
|
| |
| AccumulatorSet & | operator+= (const InputType by) |
| |
| OutputType | value () const |
| |
| void | reset () |
| |
| void | mergeAndReset (AccumulatorSet< bool, Ato, InputType, TrueAccumulator ... > &&other) |
| |
| void | operator+ (AccumulatorSet< bool, Ato, InputType, TrueAccumulator ... > &&other) |
| |
| unsigned long | nTrueEntries () const |
| |
| | GenericAccumulator ()=default |
| |
| | GenericAccumulator (construct_empty_t, const GenericAccumulator< InputType, unsigned long, ato, TrueTo1, Identity, VH > &) |
| | constructor of an empty GenericAccumulator, copying the (non existent) config from another GenericAccumulator More...
|
| |
| | GenericAccumulator (std::in_place_t, Args &&... args) |
| |
| | GenericAccumulator (const GenericAccumulator &other) |
| |
| GenericAccumulator | operator+= (const InputType by) |
| |
| GenericAccumulator & | operator= (const GenericAccumulator &other) |
| |
| OutputType | value () const |
| |
| void | reset () |
| |
| void | mergeAndReset (GenericAccumulator< InputType, unsigned long, ato, TrueTo1, Identity, VH > &&other) |
| |
| void | operator+ (GenericAccumulator< InputType, unsigned long, ato, TrueTo1, Identity, VH > &&other) |
| |
template<atomicity Atomicity, typename Arithmetic>
struct Gaudi::Accumulators::BinomialAccumulator< Atomicity, Arithmetic >
BinomialAccumulator.
A BinomialAccumulator is an Accumulator able to compute the efficiency of a process data
- See also
- Gaudi::Accumulators for detailed documentation
Definition at line 663 of file Accumulators.h.