Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:04

0001 #include "DataFormats/Provenance/interface/ParameterSetBlob.h"
0002 #include <iostream>
0003 
0004 namespace edm {
0005   std::ostream& operator<<(std::ostream& os, ParameterSetBlob const& blob) {
0006     os << blob.pset();
0007     return os;
0008   }
0009 }  // namespace edm