CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/DataFormats/Provenance/src/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 }