LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
optdata::ChannelDataGroup Class Reference

#include "ChannelDataGroup.h"

Inheritance diagram for optdata::ChannelDataGroup:

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

elements
 STL member. More...
 

Private Attributes

Optical_Category_t fm_category
 
TimeSlice_t fm_timeSlice
 
Frame_t fm_frame
 

Detailed Description

Definition at line 23 of file ChannelDataGroup.h.

Constructor & Destructor Documentation

optdata::ChannelDataGroup::ChannelDataGroup ( Optical_Category_t  category = kUndefined,
TimeSlice_t  time = 0,
Frame_t  frame = 0 
)
inline

Definition at line 26 of file ChannelDataGroup.h.

29  : fm_category(category), fm_timeSlice(time), fm_frame(frame){};
Optical_Category_t fm_category
optdata::ChannelDataGroup::~ChannelDataGroup ( )
inline

Definition at line 31 of file ChannelDataGroup.h.

31 {};

Member Function Documentation

Optical_Category_t optdata::ChannelDataGroup::Category ( ) const
inline

Definition at line 35 of file ChannelDataGroup.h.

References fm_category.

35 { return fm_category; }
Optical_Category_t fm_category
Frame_t optdata::ChannelDataGroup::Frame ( ) const
inline

Definition at line 44 of file ChannelDataGroup.h.

References fm_frame.

44 { return fm_frame; }
void optdata::ChannelDataGroup::SetFrame ( Frame_t  f)
inline

Definition at line 45 of file ChannelDataGroup.h.

References f, and fm_frame.

45 { fm_frame = f; }
TFile f
Definition: plotHisto.C:6
void optdata::ChannelDataGroup::SetTimeSlice ( TimeSlice_t  t)
inline

Definition at line 41 of file ChannelDataGroup.h.

References fm_timeSlice.

41 { fm_timeSlice = t; }
TimeSlice_t optdata::ChannelDataGroup::TimeSlice ( ) const
inline

Definition at line 40 of file ChannelDataGroup.h.

References fm_timeSlice.

40 { return fm_timeSlice; }

Member Data Documentation

T std::vector< T >::elements
inherited

STL member.

Optical_Category_t optdata::ChannelDataGroup::fm_category
private

Definition at line 48 of file ChannelDataGroup.h.

Referenced by Category().

Frame_t optdata::ChannelDataGroup::fm_frame
private

Definition at line 50 of file ChannelDataGroup.h.

Referenced by Frame(), and SetFrame().

TimeSlice_t optdata::ChannelDataGroup::fm_timeSlice
private

Definition at line 49 of file ChannelDataGroup.h.

Referenced by SetTimeSlice(), and TimeSlice().


The documentation for this class was generated from the following file: