Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
wire-cell-build
iface
src
IBlobSet.cxx
Go to the documentation of this file.
1
#include "
WireCellIface/IBlobSet.h
"
2
3
using namespace
WireCell
;
4
5
WireCell::RayGrid::blobs_t
WireCell::IBlobSet::shapes
()
const
6
{
7
RayGrid::blobs_t
ret;
8
for
(
const
auto
& ib :
blobs
()) {
9
ret.push_back(ib->shape());
10
}
11
return
ret;
12
}
IBlobSet.h
wirecell.img.plots.blobs
def blobs(cm, hist)
Definition:
plots.py:79
WireCell
Definition:
Main.h:22
WireCell::RayGrid::blobs_t
std::vector< Blob > blobs_t
Definition:
RayTiling.h:134
WireCell::IBlobSet::shapes
virtual RayGrid::blobs_t shapes() const
Return a vector of the underlying IBlob::shape() in order (sugar).
Definition:
IBlobSet.cxx:5
Generated by
1.8.11