#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 leef::ErrorSort::operator()(), operator<(), and operator==().
unsigned int edm::ErrorSummaryEntry::count |
Definition at line 40 of file ErrorSummaryEntry.h.
Referenced by operator<(), operator==(), core.TriggerBitFilter.TriggerBitFilter::process(), core.JSONAnalyzer.JSONAnalyzer::process(), core.SkimAnalyzerCount.SkimAnalyzerCount::process(), and objects.VertexAnalyzer.VertexAnalyzer::process().
std::string edm::ErrorSummaryEntry::module |
Definition at line 38 of file ErrorSummaryEntry.h.
Referenced by PixelMapPlotter.Barrel::__str__(), PixelMapPlotter.Barrel::convertParts(), PixelMapPlotter.Barrel::GetXYCoords(), leef::ErrorSort::operator()(), operator<(), operator==(), and TreeCrawler.Package::search().
ELseverityLevel edm::ErrorSummaryEntry::severity |
Definition at line 39 of file ErrorSummaryEntry.h.
Referenced by leef::ErrorSort::operator()(), operator<(), and operator==().