The Gaudi Framework  v32r2 (46d42edc)
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

◆ operator<<()

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

Definition at line 42 of file EventIDRange.cpp.

42  {
43  os << (std::string)rhs;
44  return os;
45 }
STL class.