CMS 3D CMS Logo

ParameterSetBlob.cc
Go to the documentation of this file.
2 #include <iostream>
3 
4 namespace edm {
5  std::ostream& operator<<(std::ostream& os, ParameterSetBlob const& blob) {
6  os << blob.pset();
7  return os;
8  }
9 } // namespace edm
edm
HLT enums.
Definition: AlignableModifier.h:19
ParameterSetBlob.h
edm::ParameterSetBlob
Definition: ParameterSetBlob.h:17
edm::operator<<
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.
Definition: HLTGlobalStatus.h:106
edm::ParameterSetBlob::pset
value_t const & pset() const
Definition: ParameterSetBlob.h:22