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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 272 of file RoiDescriptor.cxx.

272 {
273 return m << std::string(d);
274}

◆ str()

std::string str ( const RoiDescriptor & d)

Definition at line 268 of file RoiDescriptor.cxx.

268 {
269 return std::string(d);
270}