ATLAS Offline Software
Loading...
Searching...
No Matches
IRoiDescriptor.h File Reference
#include <vector>
#include <iostream>
Include dependency graph for IRoiDescriptor.h:

Go to the source code of this file.

Classes

class  IRoiDescriptor
 Describes the API of the Region of Ineterest geometry. More...

Functions

std::ostream & operator<< (std::ostream &s, const IRoiDescriptor &d)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & s,
const IRoiDescriptor & d )
inline

Definition at line 127 of file IRoiDescriptor.h.

127 {
128 return s << std::string(d);
129}