|
| StatEntity ()=default |
| the constructor with automatic registration in the owner's counter map
|
|
| StatEntity (const unsigned long entries, const double flag, const double flag2, const double minFlag, const double maxFlag) |
|
void | operator= (double by) |
|
StatEntity & | operator-= (double by) |
|
StatEntity & | operator++ () |
|
StatEntity | operator++ (int) |
|
StatEntity & | operator-- () |
|
StatEntity | operator-- (int) |
|
bool | operator< (const StatEntity &se) const |
|
StatEntity & | operator+= (double by) |
|
StatEntity & | operator+= (StatEntity by) |
|
unsigned long | add (const double v) |
|
unsigned long | addFlag (const double v) |
|
double | Sum () const |
|
double | Mean () const |
|
double | MeanErr () const |
|
double | rms () const |
|
double | Rms () const |
|
double | RMS () const |
|
double | Eff () const |
|
double | Min () const |
|
double | Max () const |
|
double | flag () const |
|
double | flag2 () const |
|
double | flagMean () const |
|
double | flagRMS () const |
|
double | flagMeanErr () const |
|
double | flagMin () const |
|
double | flagMax () const |
|
template<typename stream> |
stream & | printFormattedImpl (stream &o, const std::string &format) const |
|
std::ostream & | printFormatted (std::ostream &o, const std::string &format) const |
|
MsgStream & | printFormatted (MsgStream &o, const std::string &format) const |
|
template<typename stream> |
stream & | printImpl (stream &o, bool tableFormat, std::string_view name, bool flag, std::string_view fmtHead) const |
|
std::ostream & | print (std::ostream &o, bool tableFormat, std::string_view name, bool flag=true, std::string_view fmtHead="%|-48.48s|%|27t|") const |
|
MsgStream & | print (MsgStream &o, bool tableFormat, std::string_view name, bool flag=true, std::string_view fmtHead="%|-48.48s|%|27t|") const |
|
virtual std::ostream & | print (std::ostream &o, std::string_view tag) const override |
| prints the counter to a stream in table format, with the given tag
|
|
virtual MsgStream & | print (MsgStream &o, std::string_view tag) const override |
|
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 |
|
std::string | toString () const |
|
std::ostream & | fillStream (std::ostream &o) const |
|
MsgStream & | fillStream (MsgStream &o) const |
|
void | reset () |
|
void | reset (const InternalType &t) |
|
| PrintableCounter ()=default |
|
virtual | ~PrintableCounter ()=default |
| destructor
|
|
template<typename stream> |
stream & | printImpl (stream &s, std::string_view tag) const |
|
virtual bool | toBePrinted () const |
| hint whether we should print that counter or not.
|
|
std::string | toString () const |
| get a string representation
|
|
constexpr | AccumulatorSet ()=default |
|
| AccumulatorSet (construct_empty_t, const AccumulatorSet< double, ato, InputType, Gaudi::Accumulators::StatAccumulator... > &) |
| constructor of an empty AccumulatorSet, copying the (non existent) config from another GenericAccumulator
|
|
AccumulatorSet & | operator+= (const InputType by) |
|
OutputType | value () const |
|
void | reset () |
|
void | mergeAndReset (AccumulatorSet< double, Ato, InputType, Gaudi::Accumulators::StatAccumulator... > &other) |
|
void | operator+ (AccumulatorSet< double, Ato, InputType, Gaudi::Accumulators::StatAccumulator... > &&other) |
|
constexpr | AccumulatorSet ()=default |
|
| AccumulatorSet (construct_empty_t, const AccumulatorSet< double, ato, InputType, Gaudi::Accumulators::StatAccumulator... > &) |
| constructor of an empty AccumulatorSet, copying the (non existent) config from another GenericAccumulator
|
|
AccumulatorSet & | operator+= (const InputType by) |
|
OutputType | value () const |
|
void | reset () |
|
void | mergeAndReset (AccumulatorSet< double, Ato, InputType, Gaudi::Accumulators::StatAccumulator... > &other) |
|
void | operator+ (AccumulatorSet< double, Ato, InputType, Gaudi::Accumulators::StatAccumulator... > &&other) |
|
constexpr | AccumulatorSet ()=default |
|
| AccumulatorSet (construct_empty_t, const AccumulatorSet< Arithmetic, ato, InputType, SigmaAccumulator... > &) |
| constructor of an empty AccumulatorSet, copying the (non existent) config from another GenericAccumulator
|
|
AccumulatorSet & | operator+= (const InputType by) |
|
OutputType | value () const |
|
void | reset () |
|
void | mergeAndReset (AccumulatorSet< Arithmetic, Ato, InputType, SigmaAccumulator... > &other) |
|
void | operator+ (AccumulatorSet< Arithmetic, Ato, InputType, SigmaAccumulator... > &&other) |
|
constexpr | AccumulatorSet ()=default |
|
| AccumulatorSet (construct_empty_t, const AccumulatorSet< Arithmetic, ato, InputType, SigmaAccumulator... > &) |
| constructor of an empty AccumulatorSet, copying the (non existent) config from another GenericAccumulator
|
|
AccumulatorSet & | operator+= (const InputType by) |
|
OutputType | value () const |
|
void | reset () |
|
void | mergeAndReset (AccumulatorSet< Arithmetic, Ato, InputType, SigmaAccumulator... > &other) |
|
void | operator+ (AccumulatorSet< Arithmetic, Ato, InputType, SigmaAccumulator... > &&other) |
|
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) |
|
backward compatible StatEntity class.
Should not be used. Only here for backward compatibility
Definition at line 20 of file StatEntity.h.