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

Go to the source code of this file.

Functions

std::string str (const TrigConfAlg &o)

Function Documentation

◆ str()

std::string str ( const TrigConfAlg & o)

Definition at line 63 of file TrigConfAlg.cxx.

64{
65 std::stringstream s;
66 s << "TrigConfAlg: " << o.getPosition() << " "
67 << o.getName() << "/" << o.getType() << " = "
68 << o.getNameId() << "/" << o.getTypeId();
69
70 return s.str();
71}
const std::string & getType() const
Definition TrigConfAlg.h:40
uint8_t getPosition() const
Definition TrigConfAlg.h:43
uint32_t getNameId() const
Definition TrigConfAlg.h:44
const std::string & getName() const
Definition TrigConfAlg.h:39
uint32_t getTypeId() const
Definition TrigConfAlg.h:45