Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DataFormats
Provenance
src
ParameterSetBlob.cc
Go to the documentation of this file.
1
#include "
DataFormats/Provenance/interface/ParameterSetBlob.h
"
2
#include <iostream>
3
4
namespace
edm {
5
std::ostream&
6
operator<<
(std::ostream& os,
ParameterSetBlob
const
& blob) {
7
os << blob.
pset
();
8
return
os;
9
}
10
}
edm::ParameterSetBlob::pset
value_t const & pset() const
Definition:
ParameterSetBlob.h:22
edm::ParameterSetBlob
Definition:
ParameterSetBlob.h:17
ParameterSetBlob.h
edm::operator<<
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.
Definition:
HLTGlobalStatus.h:115
Generated for CMSSW Reference Manual by
1.8.5