#include <ErrorSummaryEntry.h>
Public Member Functions | |
ErrorSummaryEntry (std::string const &cat, std::string const &mod, ELseverityLevel sev, unsigned int cnt=0) | |
ErrorSummaryEntry () | |
bool | operator< (ErrorSummaryEntry const &rhs) const |
bool | operator== (ErrorSummaryEntry const &rhs) const |
Public Attributes | |
std::string | category |
unsigned int | count |
std::string | module |
ELseverityLevel | severity |
Definition at line 36 of file ErrorSummaryEntry.h.
|
inline |
Definition at line 41 of file ErrorSummaryEntry.h.
|
inline |
Definition at line 43 of file ErrorSummaryEntry.h.
|
inline |
|
inline |
std::string edm::ErrorSummaryEntry::category |
Definition at line 37 of file ErrorSummaryEntry.h.
Referenced by CastorInvalidDataFilter::filter(), HLTLogMonitorFilter::filter(), leef::ErrorSort::operator()(), operator<(), operator==(), and edm::LogErrorHarvester::produce().
unsigned int edm::ErrorSummaryEntry::count |
Definition at line 40 of file ErrorSummaryEntry.h.
Referenced by HLTLogMonitorFilter::filter(), operator<(), operator==(), and edm::LogErrorHarvester::produce().
std::string edm::ErrorSummaryEntry::module |
Definition at line 38 of file ErrorSummaryEntry.h.
Referenced by PixelMapPlotter.Barrel::__str__(), PixelMapPlotter.Barrel::convertParts(), CastorInvalidDataFilter::filter(), HLTLogMonitorFilter::filter(), PixelMapPlotter.Barrel::GetXYCoords(), leef::ErrorSort::operator()(), operator<(), operator==(), edm::LogErrorHarvester::produce(), and TreeCrawler.Package::search().
ELseverityLevel edm::ErrorSummaryEntry::severity |
Definition at line 39 of file ErrorSummaryEntry.h.
Referenced by HLTLogMonitorFilter::filter(), leef::ErrorSort::operator()(), operator<(), operator==(), and edm::LogErrorHarvester::produce().