A counter aiming at computing average and sum2 / variance / standard deviation.
More...
|
template<typename OWNER> |
| SigmaCounter (OWNER *o, std::string const &name) |
|
template<typename stream> |
stream & | printImpl (stream &o, bool tableFormat) const |
|
std::ostream & | print (std::ostream &o, bool tableFormat=false) const override |
| prints the counter to a stream
|
|
MsgStream & | print (MsgStream &o, bool tableFormat=false) const override |
|
bool | toBePrinted () const override |
| hint whether we should print that counter or not.
|
|
| BufferableCounter ()=default |
|
| BufferableCounter (OWNER *o, std::string const &name) |
|
| BufferableCounter (BufferableCounter const &)=delete |
|
BufferType | buffer () |
|
BufferableCounter & | operator= (BufferableCounter const &)=delete |
|
| ~BufferableCounter () |
|
| PrintableCounter ()=default |
|
virtual | ~PrintableCounter ()=default |
| destructor
|
|
template<typename stream> |
stream & | printImpl (stream &s, std::string_view tag) const |
|
virtual std::ostream & | print (std::ostream &o, std::string_view tag) const |
| prints the counter to a stream in table format, with the given tag
|
|
virtual MsgStream & | print (MsgStream &o, std::string_view tag) const |
|
std::string | toString () const |
| get a string representation
|
|
auto | biased_sample_variance () const |
|
auto | unbiased_sample_variance () const |
|
auto | standard_deviation () const |
|
Arithmetic | rms () const |
|
auto | meanErr () const |
|
auto | biased_sample_variance () const |
|
auto | unbiased_sample_variance () const |
|
auto | standard_deviation () const |
|
Arithmetic | rms () const |
|
auto | meanErr () const |
|
constexpr | AccumulatorSet ()=default |
|
template<atomicity ato> |
| AccumulatorSet (construct_empty_t, const AccumulatorSet< Arithmetic, ato, InputType, Bases... > &) |
| constructor of an empty AccumulatorSet, copying the (non existent) config from another GenericAccumulator
|
|
AccumulatorSet & | operator+= (const InputType by) |
|
OutputType | value () const |
|
void | reset () |
|
template<atomicity Ato> |
void | mergeAndReset (AccumulatorSet< Arithmetic, Ato, InputType, Bases... > &other) |
|
template<atomicity Ato> |
void | operator+ (AccumulatorSet< Arithmetic, Ato, InputType, Bases... > &&other) |
|
template<typename Arithmetic = double,
atomicity Atomicity = atomicity::full>
struct Gaudi::Accumulators::SigmaCounter< Arithmetic, Atomicity >
A counter aiming at computing average and sum2 / variance / standard deviation.
- See also
- Gaudi::Accumulators for detailed documentation
Definition at line 1012 of file Accumulators.h.