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

Go to the source code of this file.

Classes

class  TrigMonROBData

Namespaces

namespace  Trig
 The common trigger namespace for trigger analysis tools.

Functions

std::string str (const TrigMonROBData &)
TrigMonROBData::History Trig::getROBHistory (unsigned int val)
TrigMonROBData::Status Trig::getROBStatus (unsigned int val)
std::string Trig::AsStringROBHistory (TrigMonROBData::History hist)
std::string Trig::AsStringROBStatus (TrigMonROBData::Status stat)

Function Documentation

◆ str()

std::string str ( const TrigMonROBData & o)

Definition at line 132 of file TrigMonROBData.cxx.

133{
134 std::stringstream str;
135 str << "TrigMonROBData: rob id=" << o.getROBId()
136 << " size=" << o.getROBSize();
137
138 return str.str();
139}
uint32_t getROBSize() const
uint32_t getROBId() const