CMS 3D CMS Logo

EventID.cc

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

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