ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_Digit Class Reference

#include <ALFA_Digit.h>

Collaboration diagram for ALFA_Digit:

Public Member Functions

 ALFA_Digit ()
 ALFA_Digit (const unsigned short station, const unsigned short plate, const unsigned short fiber)
unsigned short getStation () const
unsigned short getPlate () const
unsigned short getFiber () const

Private Attributes

unsigned short m_station
unsigned short m_plate
unsigned short m_fiber

Detailed Description

Definition at line 8 of file ALFA_Digit.h.

Constructor & Destructor Documentation

◆ ALFA_Digit() [1/2]

ALFA_Digit::ALFA_Digit ( )

Definition at line 9 of file ALFA_Digit.cxx.

9 :
10 m_station(0),
11 m_plate(0),
12 m_fiber(0)
13{}
unsigned short m_fiber
Definition ALFA_Digit.h:23
unsigned short m_plate
Definition ALFA_Digit.h:22
unsigned short m_station
Definition ALFA_Digit.h:21

◆ ALFA_Digit() [2/2]

ALFA_Digit::ALFA_Digit ( const unsigned short station,
const unsigned short plate,
const unsigned short fiber )

Definition at line 15 of file ALFA_Digit.cxx.

15: m_station(station), m_plate(plate), m_fiber(fiber) {}

Member Function Documentation

◆ getFiber()

unsigned short ALFA_Digit::getFiber ( ) const
inline

Definition at line 17 of file ALFA_Digit.h.

17{ return m_fiber; }

◆ getPlate()

unsigned short ALFA_Digit::getPlate ( ) const
inline

Definition at line 16 of file ALFA_Digit.h.

16{ return m_plate; }

◆ getStation()

unsigned short ALFA_Digit::getStation ( ) const
inline

Definition at line 15 of file ALFA_Digit.h.

15{ return m_station; }

Member Data Documentation

◆ m_fiber

unsigned short ALFA_Digit::m_fiber
private

Definition at line 23 of file ALFA_Digit.h.

◆ m_plate

unsigned short ALFA_Digit::m_plate
private

Definition at line 22 of file ALFA_Digit.h.

◆ m_station

unsigned short ALFA_Digit::m_station
private

Definition at line 21 of file ALFA_Digit.h.


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