ATLAS Offline Software
Functions
TrigMonROB.cxx File Reference
#include <iostream>
#include <sstream>
#include <map>
#include "TrigMonitoringEvent/TrigMonROB.h"
Include dependency graph for TrigMonROB.cxx:

Go to the source code of this file.

Functions

std::string str (const TrigMonROB &o)
 

Function Documentation

◆ str()

std::string str ( const TrigMonROB o)

Definition at line 55 of file TrigMonROB.cxx.

56 {
57  std::stringstream s;
58  s << "TrigMonROB: requester id=" << o.getRequestorId()
59  << " timer=" << o.getTimer();
60 
61  return s.str();
62 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
TrigMonROB::getTimer
double getTimer() const
Definition: TrigMonROB.h:46
TrigMonROB::getRequestorId
uint32_t getRequestorId() const
Definition: TrigMonROB.h:45