CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/DataFormats/Provenance/src/ParameterSetBlob.cc

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