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, const GroupSelector &gs)