CMS 3D CMS Logo

ParameterSetBlob.cc

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

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