Functions | |
void | dump_frame (WireCell::IFrame::pointer frame) |
void | raster (WireCell::Array::array_xxf &block, WireCell::ITrace::vector traces, const std::vector< int > &channels) |
int | maxcount_baseline (const WireCell::ITrace::vector &traces, const WireCell::Binning &binning=WireCell::Binning(4096, 0, 4096)) |
WireCell::ITrace::vector | tagged_traces (WireCell::IFrame::pointer frame, WireCell::IFrame::tag_t tag) |
void wct::sigproc::dump_frame | ( | WireCell::IFrame::pointer | frame | ) |
Definition at line 10 of file FrameUtils.cxx.
int wct::sigproc::maxcount_baseline | ( | const WireCell::ITrace::vector & | traces, |
const WireCell::Binning & | binning = WireCell::Binning(4096, 0, 4096) |
||
) |
void wct::sigproc::raster | ( | WireCell::Array::array_xxf & | block, |
WireCell::ITrace::vector | traces, | ||
const std::vector< int > & | channels | ||
) |
Definition at line 55 of file FrameUtils.cxx.
WireCell::ITrace::vector wct::sigproc::tagged_traces | ( | WireCell::IFrame::pointer | frame, |
WireCell::IFrame::tag_t | tag | ||
) |