ATLAS Offline Software
Loading...
Searching...
No Matches
TrigRoiDescriptor.cxx File Reference
#include "TrigSteeringEvent/TrigRoiDescriptor.h"
#include <cmath>
#include <sstream>
Include dependency graph for TrigRoiDescriptor.cxx:

Go to the source code of this file.

Functions

std::string str (const TrigRoiDescriptor &d)
std::ostream & operator<< (std::ostream &m, const TrigRoiDescriptor &d)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & m,
const TrigRoiDescriptor & d )

Definition at line 116 of file TrigRoiDescriptor.cxx.

116 {
117 return m << std::string(d);
118}

◆ str()

std::string str ( const TrigRoiDescriptor & d)

Definition at line 112 of file TrigRoiDescriptor.cxx.

112 {
113 return std::string(d);
114}