![]() |
The Gaudi Framework
v32r2 (46d42edc)
|
backward compatible StatEntity class. More...
#include <GaudiKernel/Counters.h>


Public Types | |
| using | AccParent = Gaudi::Accumulators::AccumulatorSet< double, Gaudi::Accumulators::atomicity::full, Gaudi::Accumulators::StatAccumulator, Gaudi::Accumulators::BinomialAccumulator > |
| using | BinomialAccParent = Gaudi::Accumulators::BinomialAccumulator< double, Gaudi::Accumulators::atomicity::full > |
Public Types inherited from Gaudi::Accumulators::AccumulatorSet< Arithmetic, Atomicity, Bases > | |
| using | InputType = Arithmetic |
| using | OutputType = std::tuple< typename Bases< Arithmetic, Atomicity >::OutputType... > |
Public Member Functions | |
| StatEntity ()=default | |
| the constructor with automatic registration in the owner's counter map More... | |
| template<class OWNER > | |
| StatEntity (OWNER *o, const std::string &tag) | |
| StatEntity (const unsigned long entries, const double flag, const double flag2, const double minFlag, const double maxFlag) | |
| void | reset () |
| 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, const std::string &name, bool flag, std::string const &fmtHead) const |
| std::ostream & | print (std::ostream &o, bool tableFormat, const std::string &name, bool flag=true, std::string fmtHead="%|-48.48s|%|27t|") const |
| MsgStream & | print (MsgStream &o, bool tableFormat, const std::string &name, bool flag=true, std::string fmtHead="%|-48.48s|%|27t|") const |
| virtual std::ostream & | print (std::ostream &o, const std::string &tag) const override |
| prints the counter to a stream in table format, with the given tag More... | |
| virtual MsgStream & | print (MsgStream &o, const std::string &tag) const override |
| std::ostream & | print (std::ostream &o, bool tableFormat=false) const override |
| prints the counter to a stream More... | |
| 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 |
Public Member Functions inherited from Gaudi::Accumulators::PrintableCounter | |
| PrintableCounter ()=default | |
| template<class OWNER > | |
| PrintableCounter (OWNER *o, const std::string &tag) | |
| virtual | ~PrintableCounter ()=default |
| destructor More... | |
| template<typename stream > | |
| stream & | printImpl (stream &s, const std::string &tag) const |
| virtual bool | toBePrinted () const |
| hint whether we should print that counter or not. More... | |
| std::string | toString () const |
| get a string representation More... | |
Public Member Functions inherited from Gaudi::Accumulators::AccumulatorSet< Arithmetic, Atomicity, Bases > | |
| constexpr | AccumulatorSet ()=default |
| AccumulatorSet & | operator+= (const InputType by) |
| OutputType | value () const |
| void | reset () |
| template<atomicity Ato> | |
| void | mergeAndReset (AccumulatorSet< Arithmetic, Ato, Bases... > &&other) |
Static Public Member Functions | |
| static bool | effCounter (const std::string &name) |
Additional Inherited Members | |
Protected Member Functions inherited from Gaudi::Accumulators::AccumulatorSet< Arithmetic, Atomicity, Bases > | |
| void | reset (const std::tuple< typename Bases< Arithmetic, Atomicity >::OutputType... > &t) |
backward compatible StatEntity class.
Should not be used. Only here for backward compatibility
Definition at line 893 of file Counters.h.
| using Gaudi::StatEntity::AccParent = Gaudi::Accumulators::AccumulatorSet<double, Gaudi::Accumulators::atomicity::full, Gaudi::Accumulators::StatAccumulator, Gaudi::Accumulators::BinomialAccumulator> |
Definition at line 900 of file Counters.h.
| using Gaudi::StatEntity::BinomialAccParent = Gaudi::Accumulators::BinomialAccumulator<double, Gaudi::Accumulators::atomicity::full> |
Definition at line 901 of file Counters.h.
|
default |
the constructor with automatic registration in the owner's counter map
|
inline |
Definition at line 907 of file Counters.h.
|
inline |
Definition at line 910 of file Counters.h.
|
inline |
Definition at line 956 of file Counters.h.
|
inline |
Definition at line 960 of file Counters.h.
|
inline |
Definition at line 968 of file Counters.h.
|
inlinestatic |
Definition at line 979 of file Counters.h.
|
inline |
Definition at line 1061 of file Counters.h.
Definition at line 1062 of file Counters.h.
|
inline |
Definition at line 972 of file Counters.h.
|
inline |
Definition at line 973 of file Counters.h.
|
inline |
Definition at line 978 of file Counters.h.
|
inline |
Definition at line 974 of file Counters.h.
|
inline |
Definition at line 976 of file Counters.h.
|
inline |
Definition at line 977 of file Counters.h.
|
inline |
Definition at line 975 of file Counters.h.
|
inline |
Definition at line 970 of file Counters.h.
|
inline |
Definition at line 963 of file Counters.h.
|
inline |
Definition at line 964 of file Counters.h.
|
inline |
Definition at line 969 of file Counters.h.
|
inline |
Definition at line 925 of file Counters.h.
|
inline |
Definition at line 929 of file Counters.h.
|
inline |
Definition at line 948 of file Counters.h.
|
inline |
Definition at line 952 of file Counters.h.
|
inline |
Definition at line 934 of file Counters.h.
|
inline |
Definition at line 938 of file Counters.h.
|
inline |
Definition at line 921 of file Counters.h.
|
inline |
Definition at line 943 of file Counters.h.
|
inline |
Definition at line 917 of file Counters.h.
|
inline |
Definition at line 1034 of file Counters.h.
|
inline |
Definition at line 1038 of file Counters.h.
|
inlineoverridevirtual |
prints the counter to a stream in table format, with the given tag
Reimplemented from Gaudi::Accumulators::PrintableCounter.
Definition at line 1042 of file Counters.h.
|
inlineoverridevirtual |
Reimplemented from Gaudi::Accumulators::PrintableCounter.
Definition at line 1045 of file Counters.h.
|
inlineoverridevirtual |
prints the counter to a stream
Implements Gaudi::Accumulators::PrintableCounter.
Definition at line 1048 of file Counters.h.
|
inlineoverridevirtual |
Implements Gaudi::Accumulators::PrintableCounter.
Definition at line 1052 of file Counters.h.
|
inline |
Definition at line 990 of file Counters.h.
|
inline |
Definition at line 993 of file Counters.h.
|
inline |
Definition at line 985 of file Counters.h.
|
inline |
Definition at line 996 of file Counters.h.
|
inline |
Definition at line 916 of file Counters.h.
|
inline |
Definition at line 965 of file Counters.h.
|
inline |
Definition at line 966 of file Counters.h.
|
inline |
Definition at line 967 of file Counters.h.
|
inline |
Definition at line 962 of file Counters.h.
|
inline |
Definition at line 1056 of file Counters.h.