ATLAS Offline Software
Loading...
Searching...
No Matches
TrigConfAlg.cxx File Reference
#include "TrigMonitoringEvent/TrigConfAlg.h"
#include "AthenaKernel/errorcheck.h"
#include <algorithm>
#include <sstream>
#include <iostream>
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 57 of file TrigConfAlg.cxx.

58{
59 std::stringstream s;
60 s << "TrigConfAlg: " << o.getPosition() << " "
61 << o.getName() << "/" << o.getType() << " = "
62 << o.getNameId() << "/" << o.getTypeId();
63
64 return s.str();
65}
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