LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "ChannelDataGroup.h"
Public Member Functions | |
ChannelDataGroup (Optical_Category_t category=kUndefined, TimeSlice_t time=0, Frame_t frame=0) | |
~ChannelDataGroup () | |
Optical_Category_t | Category () const |
TimeSlice_t | TimeSlice () const |
void | SetTimeSlice (TimeSlice_t t) |
Frame_t | Frame () const |
void | SetFrame (Frame_t f) |
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 23 of file ChannelDataGroup.h.
|
inline |
Definition at line 26 of file ChannelDataGroup.h.
|
inline |
Definition at line 31 of file ChannelDataGroup.h.
|
inline |
Definition at line 35 of file ChannelDataGroup.h.
References fm_category.
|
inline |
|
inline |
Definition at line 45 of file ChannelDataGroup.h.
|
inline |
|
inline |
|
inherited |
STL member.
|
private |
Definition at line 48 of file ChannelDataGroup.h.
Referenced by Category().
|
private |
Definition at line 50 of file ChannelDataGroup.h.
Referenced by Frame(), and SetFrame().
|
private |
Definition at line 49 of file ChannelDataGroup.h.
Referenced by SetTimeSlice(), and TimeSlice().