CMS 3D CMS Logo

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