CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RunID.cc
Go to the documentation of this file.
2 #include <ostream>
3 
4 namespace edm {
5  std::ostream& operator<<(std::ostream& oStream, RunID const& iID) {
6  oStream << "run: " << iID.run();
7  return oStream;
8  }
9 }
RunNumber_t run() const
Definition: RunID.h:39
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.