LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "ELdestination.h"
Public Member Functions | |
~XidLimiter () | |
XidLimiter () | |
Public Attributes | |
time_t | previousTimestamp_ |
int | msgCount_ {} |
int | skippedMsgCount_ |
int | limit_ |
int | reportEvery_ |
int | timespan_ |
Definition at line 76 of file ELdestination.h.
mf::service::ELdestination::XidLimiter::~XidLimiter | ( | ) |
Definition at line 100 of file ELdestination.cc.
mf::service::ELdestination::XidLimiter::XidLimiter | ( | ) |
Definition at line 102 of file ELdestination.cc.
References limit_, msgCount_, reportEvery_, skippedMsgCount_, and timespan_.
int mf::service::ELdestination::XidLimiter::limit_ |
Definition at line 85 of file ELdestination.h.
Referenced by mf::service::ELdestination::skipMsg(), and XidLimiter().
int mf::service::ELdestination::XidLimiter::msgCount_ {} |
Definition at line 82 of file ELdestination.h.
Referenced by mf::service::ELdestination::skipMsg(), and XidLimiter().
time_t mf::service::ELdestination::XidLimiter::previousTimestamp_ |
Definition at line 81 of file ELdestination.h.
Referenced by mf::service::ELdestination::skipMsg().
int mf::service::ELdestination::XidLimiter::reportEvery_ |
Definition at line 86 of file ELdestination.h.
Referenced by mf::service::ELdestination::skipMsg(), and XidLimiter().
int mf::service::ELdestination::XidLimiter::skippedMsgCount_ |
Definition at line 83 of file ELdestination.h.
Referenced by mf::service::ELdestination::skipMsg(), and XidLimiter().
int mf::service::ELdestination::XidLimiter::timespan_ |
Definition at line 87 of file ELdestination.h.
Referenced by mf::service::ELdestination::skipMsg(), and XidLimiter().