ATLAS Offline Software
Classes | Namespaces | Functions
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

 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 )

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 }
str
std::string str(const TrigMonROBData &o)
Definition: TrigMonROBData.cxx:132
str
Definition: BTagTrackIpAccessor.cxx:11