IBlobSet.cxx
Go to the documentation of this file.
2 
3 using namespace WireCell;
4 
6 {
8  for (const auto& ib : blobs()) {
9  ret.push_back(ib->shape());
10  }
11  return ret;
12 }
def blobs(cm, hist)
Definition: plots.py:79
Definition: Main.h:22
std::vector< Blob > blobs_t
Definition: RayTiling.h:134
virtual RayGrid::blobs_t shapes() const
Return a vector of the underlying IBlob::shape() in order (sugar).
Definition: IBlobSet.cxx:5