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

#include <ALFA_ODDigit.h>

Collaboration diagram for ALFA_ODDigit:

Public Member Functions

 ALFA_ODDigit ()
 
 ALFA_ODDigit (const unsigned short station, const unsigned short side, const unsigned short plate, const unsigned short fiber)
 
unsigned short getStation () const
 
unsigned short getSide () const
 
unsigned short getPlate () const
 
unsigned short getFiber () const
 

Private Attributes

unsigned short m_station
 
unsigned short m_side
 
unsigned short m_plate
 
unsigned short m_fiber
 

Detailed Description

Definition at line 8 of file ALFA_ODDigit.h.

Constructor & Destructor Documentation

◆ ALFA_ODDigit() [1/2]

ALFA_ODDigit::ALFA_ODDigit ( )

Definition at line 9 of file ALFA_ODDigit.cxx.

9  :
10  m_station(0),
11  m_side(0),
12  m_plate(0),
13  m_fiber(0)
14 {}

◆ ALFA_ODDigit() [2/2]

ALFA_ODDigit::ALFA_ODDigit ( const unsigned short  station,
const unsigned short  side,
const unsigned short  plate,
const unsigned short  fiber 
)

Definition at line 16 of file ALFA_ODDigit.cxx.

16 : m_station(station), m_side(side), m_plate(plate), m_fiber(fiber) {}

Member Function Documentation

◆ getFiber()

unsigned short ALFA_ODDigit::getFiber ( ) const
inline

Definition at line 18 of file ALFA_ODDigit.h.

18 { return m_fiber; }

◆ getPlate()

unsigned short ALFA_ODDigit::getPlate ( ) const
inline

Definition at line 17 of file ALFA_ODDigit.h.

17 { return m_plate; }

◆ getSide()

unsigned short ALFA_ODDigit::getSide ( ) const
inline

Definition at line 16 of file ALFA_ODDigit.h.

16 { return m_side; }

◆ getStation()

unsigned short ALFA_ODDigit::getStation ( ) const
inline

Definition at line 15 of file ALFA_ODDigit.h.

15 { return m_station; }

Member Data Documentation

◆ m_fiber

unsigned short ALFA_ODDigit::m_fiber
private

Definition at line 25 of file ALFA_ODDigit.h.

◆ m_plate

unsigned short ALFA_ODDigit::m_plate
private

Definition at line 24 of file ALFA_ODDigit.h.

◆ m_side

unsigned short ALFA_ODDigit::m_side
private

Definition at line 23 of file ALFA_ODDigit.h.

◆ m_station

unsigned short ALFA_ODDigit::m_station
private

Definition at line 22 of file ALFA_ODDigit.h.


The documentation for this class was generated from the following files:
TRT::Hit::side
@ side
Definition: HitInfo.h:83
ALFA_ODDigit::m_station
unsigned short m_station
Definition: ALFA_ODDigit.h:22
ALFA_ODDigit::m_plate
unsigned short m_plate
Definition: ALFA_ODDigit.h:24
ALFA_ODDigit::m_fiber
unsigned short m_fiber
Definition: ALFA_ODDigit.h:25
ALFA_ODDigit::m_side
unsigned short m_side
Definition: ALFA_ODDigit.h:23