The Gaudi Framework  master (b9786168)
Loading...
Searching...
No Matches
EventIDRange.cpp File Reference
Include dependency graph for EventIDRange.cpp:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const EventIDRange &rhs)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const EventIDRange & rhs )

Definition at line 39 of file EventIDRange.cpp.

39 {
40 os << (std::string)rhs;
41 return os;
42}