ATLAS Offline Software
Public Member Functions | Private Attributes | Friends | List of all members
TileRawChannel_p1 Class Reference

#include <TileRawChannel_p1.h>

Collaboration diagram for TileRawChannel_p1:

Public Member Functions

 TileRawChannel_p1 ()
 Default constructor: More...
 

Private Attributes

unsigned int m_channelID
 
unsigned int m_length
 
std::vector< float > m_data
 

Friends

class TileRawChannelCnv_p1
 

Detailed Description

Definition at line 20 of file TileRawChannel_p1.h.

Constructor & Destructor Documentation

◆ TileRawChannel_p1()

TileRawChannel_p1::TileRawChannel_p1 ( )
inline

Default constructor:

Definition at line 29 of file TileRawChannel_p1.h.

29 : m_channelID(0), m_length(0), m_data() {}

Friends And Related Function Documentation

◆ TileRawChannelCnv_p1

friend class TileRawChannelCnv_p1
friend

Definition at line 23 of file TileRawChannel_p1.h.

Member Data Documentation

◆ m_channelID

unsigned int TileRawChannel_p1::m_channelID
private

Definition at line 33 of file TileRawChannel_p1.h.

◆ m_data

std::vector<float> TileRawChannel_p1::m_data
private

Definition at line 35 of file TileRawChannel_p1.h.

◆ m_length

unsigned int TileRawChannel_p1::m_length
private

Definition at line 34 of file TileRawChannel_p1.h.


The documentation for this class was generated from the following file:
TileRawChannel_p1::m_data
std::vector< float > m_data
Definition: TileRawChannel_p1.h:35
TileRawChannel_p1::m_length
unsigned int m_length
Definition: TileRawChannel_p1.h:34
TileRawChannel_p1::m_channelID
unsigned int m_channelID
Definition: TileRawChannel_p1.h:33