ATLAS Offline Software
Loading...
Searching...
No Matches
TrigConfSig.cxx File Reference
#include <algorithm>
#include <sstream>
#include "TrigMonitoringEvent/TrigConfSig.h"
Include dependency graph for TrigConfSig.cxx:

Go to the source code of this file.

Functions

std::string str (const TrigConfSig &o)

Function Documentation

◆ str()

std::string str ( const TrigConfSig & o)

Definition at line 52 of file TrigConfSig.cxx.

53{
54 std::stringstream s;
55 s << "TrigConfSig: " << o.getLabel() << " counter=" << o.getCounter();
56
57 return s.str();
58}
uint32_t getCounter() const
Definition TrigConfSig.h:38
const std::string & getLabel() const
Definition TrigConfSig.h:40