The Gaudi Framework  v29r0 (ff2e7097)
EventIDRange.cpp File Reference
Include dependency graph for EventIDRange.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 24 of file EventIDRange.cpp.

25 {
26  os << (std::string)rhs;
27  return os;
28 }
STL class.