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

#include <TileDigits_p1.h>

Collaboration diagram for TileDigits_p1:

Public Member Functions

 TileDigits_p1 ()
 Default constructor: More...
 

Private Attributes

unsigned int m_channelID
 
std::vector< short > m_digits
 

Friends

class TileDigitsCnv_p1
 

Detailed Description

Definition at line 20 of file TileDigits_p1.h.

Constructor & Destructor Documentation

◆ TileDigits_p1()

TileDigits_p1::TileDigits_p1 ( )
inline

Default constructor:

Definition at line 29 of file TileDigits_p1.h.

29 : m_channelID(0), m_digits() {}

Friends And Related Function Documentation

◆ TileDigitsCnv_p1

friend class TileDigitsCnv_p1
friend

Definition at line 23 of file TileDigits_p1.h.

Member Data Documentation

◆ m_channelID

unsigned int TileDigits_p1::m_channelID
private

Definition at line 33 of file TileDigits_p1.h.

◆ m_digits

std::vector<short> TileDigits_p1::m_digits
private

Definition at line 34 of file TileDigits_p1.h.


The documentation for this class was generated from the following file:
TileDigits_p1::m_channelID
unsigned int m_channelID
Definition: TileDigits_p1.h:33
TileDigits_p1::m_digits
std::vector< short > m_digits
Definition: TileDigits_p1.h:34