#include <CTPPSPixelErrorSummary.h>
Public Member Functions | |
void | add (const std::string &message, const std::string &details="") |
CTPPSPixelErrorSummary (const std::string &category, const std::string &name, bool debug=false) | |
void | printSummary () const |
Private Attributes | |
std::string | m_category |
bool | m_debug |
std::map< std::string, std::size_t > | m_errors |
std::string | m_name |
Definition at line 7 of file CTPPSPixelErrorSummary.h.
|
inline |
Definition at line 9 of file CTPPSPixelErrorSummary.h.
void CTPPSPixelErrorSummary::add | ( | const std::string & | message, |
const std::string & | details = "" |
||
) |
Definition at line 6 of file CTPPSPixelErrorSummary.cc.
References m_category, m_debug, and m_errors.
Referenced by CTPPSPixelDataFormatter::interpretRawData(), counter.Counter::register(), SequenceTypes._TaskBase::remove(), and SequenceTypes._TaskBase::replace().
void CTPPSPixelErrorSummary::printSummary | ( | ) | const |
Definition at line 22 of file CTPPSPixelErrorSummary.cc.
References m_category, m_errors, and m_name.
Referenced by CTPPSPixelRawToDigi::endStream(), and CTPPSPixelDataFormatter::printErrorSummary().
|
private |
Definition at line 17 of file CTPPSPixelErrorSummary.h.
Referenced by add(), and printSummary().
|
private |
Definition at line 16 of file CTPPSPixelErrorSummary.h.
Referenced by add().
|
private |
Definition at line 19 of file CTPPSPixelErrorSummary.h.
Referenced by add(), and printSummary().
|
private |
Definition at line 18 of file CTPPSPixelErrorSummary.h.
Referenced by printSummary().