ATLAS Offline Software
Loading...
Searching...
No Matches
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}
uint32_t getRequestorId() const
Definition TrigMonROB.h:45
double getTimer() const
Definition TrigMonROB.h:46