![]() |
The Gaudi Framework
master (6c303def)
|
A basic integral counter;. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/Gaudi/Accumulators.h>


Public Member Functions | |
| template<typename OWNER> | |
| Counter (OWNER *o, std::string const &name) | |
| Counter & | operator++ () |
| Counter & | operator+= (const Arithmetic v) |
| 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. | |
| Public Member Functions inherited from Gaudi::Accumulators::BufferableCounter< atomicity::full, IntegralAccumulator, unsigned long > | |
| BufferableCounter ()=default | |
| BufferType | buffer () |
| BufferableCounter & | operator= (BufferableCounter const &)=delete |
| ~BufferableCounter () | |
| Public Member Functions inherited from Gaudi::Accumulators::PrintableCounter | |
| 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 | |
| Public Member Functions inherited from Gaudi::Accumulators::IntegralAccumulator< Atomicity, Args... > | |
| IntegralAccumulator & | operator++ () |
| Args... | nEntries () const |
| Args... | sum () const |
| Public Member Functions inherited from Gaudi::Accumulators::GenericAccumulator< Args..., Args..., Atomicity, Identity > | |
| GenericAccumulator | operator+= (const InputType by) |
| GenericAccumulator & | operator= (const GenericAccumulator &other) |
| OutputType | value () const |
| void | reset () |
| void | mergeAndReset (GenericAccumulator< InputType, Args..., ato, Identity, Identity, VH > &other) |
| void | operator+ (GenericAccumulator< InputType, Args..., ato, Identity, Identity, VH > &&other) |
Static Public Member Functions | |
| static Counter | fromJSON (const nlohmann::json &j) |
Static Public Attributes | |
| static const std::string | typeString { std::string{ "counter:Counter:" } + typeid( Arithmetic ).name() } |
| Static Public Attributes inherited from Gaudi::Accumulators::BufferableCounter< atomicity::full, IntegralAccumulator, unsigned long > | |
| static const std::string | typeString |
Friends | |
| void | reset (Counter &c) |
| void | mergeAndReset (Counter &c, Counter &o) |
| void | to_json (nlohmann::json &j, Counter const &c) |
Additional Inherited Members | |
| Public Types inherited from Gaudi::Accumulators::BufferableCounter< atomicity::full, IntegralAccumulator, unsigned long > | |
| using | BufferType |
| Public Types inherited from Gaudi::Accumulators::GenericAccumulator< Args..., Args..., Atomicity, Identity > | |
| using | InputType |
| using | OutputType |
| using | InternalType |
| using | JSONStringEntriesType |
| Protected Member Functions inherited from Gaudi::Accumulators::GenericAccumulator< Args..., Args..., Atomicity, Identity > | |
| auto | rawValue () const |
| Static Protected Member Functions inherited from Gaudi::Accumulators::GenericAccumulator< Args..., Args..., Atomicity, Identity > | |
| static Args... | extractJSONData (const nlohmann::json &j, const JSONStringEntriesType &entries) |
A basic integral counter;.
Definition at line 952 of file Accumulators.h.
|
inline |
Definition at line 956 of file Accumulators.h.
|
inlinestatic |
Definition at line 982 of file Accumulators.h.
|
inline |
Definition at line 958 of file Accumulators.h.
|
inline |
Definition at line 959 of file Accumulators.h.
|
inlineoverridevirtual |
Implements Gaudi::Accumulators::PrintableCounter.
Definition at line 975 of file Accumulators.h.
|
inlineoverridevirtual |
prints the counter to a stream
Implements Gaudi::Accumulators::PrintableCounter.
Definition at line 972 of file Accumulators.h.
|
inline |
Definition at line 966 of file Accumulators.h.
|
inlineoverridevirtual |
hint whether we should print that counter or not.
Typically empty counters may not be printed
Reimplemented from Gaudi::Accumulators::PrintableCounter.
Definition at line 976 of file Accumulators.h.
|
friend |
Definition at line 978 of file Accumulators.h.
|
friend |
Definition at line 977 of file Accumulators.h.
|
friend |
Definition at line 979 of file Accumulators.h.
|
inlinestatic |
Definition at line 953 of file Accumulators.h.