CMS 3D CMS Logo

IO.cc File Reference

#include "RecoParticleFlow/PFRootEvent/interface/IO.h"
#include "RecoParticleFlow/PFRootEvent/interface/Utils.h"

Go to the source code of this file.

Functions

ostream & operator<< (ostream &out, IO &io)


Function Documentation

ostream& operator<< ( ostream &  out,
IO io 
)

Definition at line 81 of file IO.cc.

References IO::Dump().

00081                                           {
00082   if(!out) return out;
00083   io.Dump(out);
00084   return out;
00085 }


Generated on Tue Jun 9 17:55:30 2009 for CMSSW by  doxygen 1.5.4