14#include <fairlogger/Logger.h> 
   33  return (mTimeErrorCount == 
other.mTimeErrorCount);
 
 
   38  return counter.mTimeErrorCount.first == mTimeErrorCount.first;
 
 
   43  if (mTimeErrorCount.first > 
counter.mTimeErrorCount.first) {
 
   46  if (mTimeErrorCount.first < 
counter.mTimeErrorCount.first) {
 
 
CCDB container for STU error counts.
 
TriggerSTUErrorCounter()=default
default constructor
 
bool operator==(const TriggerSTUErrorCounter &other) const
Comparison of two TRU data.
 
void setValue(int time, unsigned long errorcount)
 
bool isEqual(TriggerSTUErrorCounter &counter) const
Checks for equalness according to the time stamp.
 
int compare(TriggerSTUErrorCounter &counter) const
Compare time-dependent error counts based on the time information.
 
VectorOfTObjectPtrs other