CMS 3D CMS Logo

FileID.cc

Go to the documentation of this file.
00001 #include "DataFormats/Provenance/interface/FileID.h"
00002 #include <ostream>
00003 
00004 namespace edm {
00005   std::ostream&
00006   operator<<(std::ostream& os, FileID const& id) {
00007     os << id.fid();
00008     return os;
00009   }
00010 }

Generated on Tue Jun 9 17:31:37 2009 for CMSSW by  doxygen 1.5.4