Namespaces | Typedefs | Functions
FrameTools.h File Reference
#include "WireCellIface/IFrame.h"
#include "WireCellUtil/Array.h"

Go to the source code of this file.

Namespaces

 WireCell
 
 WireCell::FrameTools
 

Typedefs

typedef std::vector< int > WireCell::FrameTools::channel_list
 

Functions

ITrace::vector WireCell::FrameTools::untagged_traces (IFrame::pointer frame)
 
ITrace::vector WireCell::FrameTools::tagged_traces (IFrame::pointer frame, IFrame::tag_t tag)
 
channel_list WireCell::FrameTools::channels (const ITrace::vector &traces)
 
std::pair< int, int > WireCell::FrameTools::tbin_range (const ITrace::vector &traces)
 
void WireCell::FrameTools::fill (Array::array_xxf &array, const ITrace::vector &traces, channel_list::iterator ch_begin, channel_list::iterator ch_end, int tbin=0)
 
int WireCell::FrameTools::frmtcmp (IFrame::pointer frame, double time)
 
std::pair< IFrame::pointer, IFrame::pointerWireCell::FrameTools::split (IFrame::pointer frame, double time)