1 #ifndef WIRECELL_ISTRIPE 2 #define WIRECELL_ISTRIPE 35 typedef std::pair<IChannel::pointer, value_t>
pair_t;
39 virtual int ident()
const = 0;
42 virtual vector_t
values()
const = 0;
virtual vector_t values() const =0
the contiguous, ordered, per channel values.
std::vector< pair_t > vector_t
virtual int ident() const =0
An identifier for this stripe.
std::pair< IChannel::pointer, value_t > pair_t
A sample is a channel's value in the time slice.