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

Definition at line 146 of file TrigMonROBSum.cxx.

147 {
148  std::stringstream s;
149  s << "TrigMonROBSum: "
150  << Trig::AsStringROBHistory(o.getHistory())
151  << " nrob=" << o.getNROB()
152  << " size=" << o.getSize();
153 
154  return s.str();
155 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
Trig::AsStringROBHistory
std::string AsStringROBHistory(TrigMonROBData::History hist)
Definition: TrigMonROBData.cxx:166