ATLAS Offline Software
Functions
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 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
TrigConfSig::getCounter
uint32_t getCounter() const
Definition: TrigConfSig.h:38
TrigConfSig::getLabel
const std::string & getLabel() const
Definition: TrigConfSig.h:40