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

#include "FIFOChannel.h"

Inheritance diagram for optdata::FIFOChannel:
optdata::ChannelData optdata::OpticalRawDigit

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

elements
 STL member. More...
 

Private Attributes

Optical_Category_t fm_category
 
TimeSlice_t fm_timeSlice
 
Frame_t fm_frame
 

Detailed Description

Definition at line 20 of file FIFOChannel.h.

Constructor & Destructor Documentation

optdata::FIFOChannel::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 
)
inline

Definition at line 23 of file FIFOChannel.h.

28  : ChannelData(channel, len), fm_category(category), fm_timeSlice(time), fm_frame(frame){};
ChannelData(Channel_t chan=std::numeric_limits< Channel_t >::max(), size_type len=0)
Definition: ChannelData.h:26
Optical_Category_t fm_category
Definition: FIFOChannel.h:47
TimeSlice_t fm_timeSlice
Definition: FIFOChannel.h:48
optdata::FIFOChannel::~FIFOChannel ( )
inline

Definition at line 30 of file FIFOChannel.h.

30 {};

Member Function Documentation

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

Definition at line 34 of file FIFOChannel.h.

References fm_category.

34 { return fm_category; }
Optical_Category_t fm_category
Definition: FIFOChannel.h:47
Channel_t optdata::ChannelData::ChannelNumber ( ) const
inlineinherited

Definition at line 36 of file ChannelData.h.

References optdata::ChannelData::fm_optDetChannel.

Referenced by optdata::operator<().

36 { return fm_optDetChannel; }
unsigned int fm_optDetChannel
Definition: ChannelData.h:39
Frame_t optdata::FIFOChannel::Frame ( ) const
inline

Definition at line 43 of file FIFOChannel.h.

References fm_frame.

Referenced by optdata::operator<().

43 { return fm_frame; }
void optdata::FIFOChannel::SetFrame ( Frame_t  f)
inline

Definition at line 44 of file FIFOChannel.h.

References f, and fm_frame.

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

Definition at line 40 of file FIFOChannel.h.

References fm_timeSlice.

40 { fm_timeSlice = t; }
TimeSlice_t fm_timeSlice
Definition: FIFOChannel.h:48
TimeSlice_t optdata::FIFOChannel::TimeSlice ( ) const
inline

Definition at line 39 of file FIFOChannel.h.

References fm_timeSlice.

Referenced by optdata::operator<().

39 { return fm_timeSlice; }
TimeSlice_t fm_timeSlice
Definition: FIFOChannel.h:48

Member Data Documentation

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

STL member.

Optical_Category_t optdata::FIFOChannel::fm_category
private

Definition at line 47 of file FIFOChannel.h.

Referenced by Category().

Frame_t optdata::FIFOChannel::fm_frame
private

Definition at line 49 of file FIFOChannel.h.

Referenced by Frame(), and SetFrame().

TimeSlice_t optdata::FIFOChannel::fm_timeSlice
private

Definition at line 48 of file FIFOChannel.h.

Referenced by SetTimeSlice(), and TimeSlice().


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