ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMonROBSum.h File Reference
#include "AthenaKernel/CLASS_DEF.h"
#include <stdint.h>
#include "TrigMonitoringEvent/TrigMonROBData.h"
Include dependency graph for TrigMonROBSum.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TrigMonROBSum

Functions

std::string str (const TrigMonROBSum &)

Function Documentation

◆ str()

std::string str ( const TrigMonROBSum & o)

Definition at line 146 of file TrigMonROBSum.cxx.

147{
148 std::stringstream s;
149 s << "TrigMonROBSum: "
151 << " nrob=" << o.getNROB()
152 << " size=" << o.getSize();
153
154 return s.str();
155}
uint32_t getNROB() const
TrigMonROBData::History getHistory() const
uint32_t getSize() const
std::string AsStringROBHistory(TrigMonROBData::History hist)