#include <ImgData.h>
Public Member Functions | |
Stripe (int ident) | |
virtual | ~Stripe () |
int | ident () const |
An identifier for this stripe. More... | |
vector_t | values () const |
the contiguous, ordered, per channel values. More... | |
void | append (IChannel::pointer ich, value_t value) |
Public Member Functions inherited from WireCell::IStripe | |
virtual | ~IStripe () |
Public Member Functions inherited from WireCell::IData< IStripe > | |
virtual | ~IData () |
Private Attributes | |
int | m_ident |
vector_t | m_values |
Additional Inherited Members | |
Public Types inherited from WireCell::IStripe | |
typedef float | value_t |
typedef std::pair< IChannel::pointer, value_t > | pair_t |
A sample is a channel's value in the time slice. More... | |
typedef std::vector< pair_t > | vector_t |
Public Types inherited from WireCell::IData< IStripe > | |
typedef IStripe | value_type |
typedef std::shared_ptr< const IStripe > | pointer |
typedef std::vector< pointer > | vector |
typedef std::shared_ptr< const vector > | shared_vector |
|
inline |
Definition at line 68 of file ImgData.h.
|
virtual |
Definition at line 5 of file ImgData.cxx.
|
inline |
|
inlinevirtual |
An identifier for this stripe.
Implements WireCell::IStripe.
Definition at line 71 of file ImgData.h.
|
inlinevirtual |
the contiguous, ordered, per channel values.
Implements WireCell::IStripe.
Definition at line 72 of file ImgData.h.