LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "FIFOChannel.h"
Public Member Functions | |
FIFOChannel (Optical_Category_t category=kUndefined, TimeSlice_t time=0, Frame_t frame=0, Channel_t channel=std::numeric_limits< Channel_t >::max(), size_type len=0) | |
~FIFOChannel () | |
Optical_Category_t | Category () const |
TimeSlice_t | TimeSlice () const |
void | SetTimeSlice (TimeSlice_t t) |
Frame_t | Frame () const |
void | SetFrame (Frame_t f) |
Channel_t | ChannelNumber () const |
Public Attributes | |
T | elements |
STL member. More... | |
Private Attributes | |
Optical_Category_t | fm_category |
TimeSlice_t | fm_timeSlice |
Frame_t | fm_frame |
Definition at line 20 of file FIFOChannel.h.
|
inline |
Definition at line 23 of file FIFOChannel.h.
|
inline |
Definition at line 30 of file FIFOChannel.h.
|
inline |
|
inlineinherited |
Definition at line 36 of file ChannelData.h.
References optdata::ChannelData::fm_optDetChannel.
Referenced by optdata::operator<().
|
inline |
Definition at line 43 of file FIFOChannel.h.
References fm_frame.
Referenced by optdata::operator<().
|
inline |
Definition at line 44 of file FIFOChannel.h.
|
inline |
|
inline |
Definition at line 39 of file FIFOChannel.h.
References fm_timeSlice.
Referenced by optdata::operator<().
|
inherited |
STL member.
|
private |
Definition at line 47 of file FIFOChannel.h.
Referenced by Category().
|
private |
Definition at line 49 of file FIFOChannel.h.
Referenced by Frame(), and SetFrame().
|
private |
Definition at line 48 of file FIFOChannel.h.
Referenced by SetTimeSlice(), and TimeSlice().