LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
ParameterSetBlob.cc
Go to the documentation of this file.
2 
3 #include <ostream>
4 
5 namespace art {
6 
7  std::ostream&
8  operator<<(std::ostream& os, ParameterSetBlob const& blob)
9  {
10  os << blob.pset_;
11  return os;
12  }
13 
14 } // art
std::ostream & operator<<(std::ostream &os, EDAnalyzer::Table< T > const &t)
Definition: EDAnalyzer.h:184
HLT enums.