ATLAS Offline Software
Loading...
Searching...
No Matches
TrigConfSig.cxx File Reference
#include "TrigMonitoringEvent/TrigConfSig.h"
#include <algorithm>
#include <sstream>
#include <iostream>
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 53 of file TrigConfSig.cxx.

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