LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "ELdestination.h"
Public Member Functions | |
~StatsCount () | |
StatsCount () | |
void | add (std::string const &context, bool reactedTo) |
Public Attributes | |
int | n_ {} |
int | aggregateN_ {} |
bool | ignoredFlag_ {false} |
std::string | context1_ {} |
std::string | context2_ {} |
std::string | contextLast_ {} |
Definition at line 82 of file ELdestination.h.
|
default |
Referenced by mf::service::ELdestination::MsgFormatSettings::timestamp().
mf::service::ELdestination::StatsCount::StatsCount | ( | ) |
Definition at line 194 of file ELdestination.cc.
References aggregateN_, context1_, context2_, contextLast_, and ignoredFlag_.
void mf::service::ELdestination::StatsCount::add | ( | std::string const & | context, |
bool | reactedTo | ||
) |
Definition at line 204 of file ELdestination.cc.
References aggregateN_, context1_, context2_, contextLast_, ignoredFlag_, n_, and mf::service::ELdestination::MsgStatistics::Config::~Config().
int mf::service::ELdestination::StatsCount::aggregateN_ {} |
Definition at line 88 of file ELdestination.h.
Referenced by add(), and StatsCount().
std::string mf::service::ELdestination::StatsCount::context1_ {} |
Definition at line 90 of file ELdestination.h.
Referenced by add(), and StatsCount().
std::string mf::service::ELdestination::StatsCount::context2_ {} |
Definition at line 91 of file ELdestination.h.
Referenced by add(), and StatsCount().
std::string mf::service::ELdestination::StatsCount::contextLast_ {} |
Definition at line 92 of file ELdestination.h.
Referenced by add(), and StatsCount().
bool mf::service::ELdestination::StatsCount::ignoredFlag_ {false} |
Definition at line 89 of file ELdestination.h.
Referenced by add(), and StatsCount().
int mf::service::ELdestination::StatsCount::n_ {} |
Definition at line 87 of file ELdestination.h.
Referenced by add().