ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMonROBData.cxx File Reference
#include <iostream>
#include <sstream>
#include "AthenaKernel/errorcheck.h"
#include "TrigMonitoringEvent/TrigMonROB.h"
Include dependency graph for TrigMonROBData.cxx:

Go to the source code of this file.

Namespaces

namespace  ROBbits

Functions

std::string str (const TrigMonROBData &o)

Variables

const uint32_t ROBbits::maskHistory = 0x0000000f
const uint32_t ROBbits::maskStatus = 0x000000f0
const uint32_t ROBbits::maskState = 0x000000ff
const uint32_t ROBbits::maskSize = 0xffffff00
const uint32_t ROBbits::shiftSize = 8

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