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

#include <TRTHit.h>

Collaboration diagram for TRTHit:

Public Member Functions

 TRTHit (unsigned, unsigned, unsigned, unsigned, unsigned)
unsigned GetFirstWord ()
unsigned GetSecondWord ()
unsigned GetThirdWord ()
unsigned GetFourthWord ()
unsigned GetFifthWord ()

Private Attributes

unsigned m_firstWord
unsigned m_secondWord
unsigned m_thirdWord
unsigned m_fourthWord
unsigned m_fifthWord

Detailed Description

Definition at line 15 of file TRTHit.h.

Constructor & Destructor Documentation

◆ TRTHit()

TRTHit::TRTHit ( unsigned first,
unsigned second,
unsigned third,
unsigned fourth,
unsigned fifth )

Definition at line 9 of file TRTHit.cxx.

10 : m_firstWord(first), m_secondWord(second), m_thirdWord(third),
11 m_fourthWord(fourth), m_fifthWord(fifth) {}
unsigned m_firstWord
Definition TRTHit.h:36
unsigned m_fifthWord
Definition TRTHit.h:40
unsigned m_fourthWord
Definition TRTHit.h:39
unsigned m_secondWord
Definition TRTHit.h:37
unsigned m_thirdWord
Definition TRTHit.h:38

Member Function Documentation

◆ GetFifthWord()

unsigned TRTHit::GetFifthWord ( )
inline

Definition at line 32 of file TRTHit.h.

33 {return m_fifthWord;}

◆ GetFirstWord()

unsigned TRTHit::GetFirstWord ( )
inline

Definition at line 20 of file TRTHit.h.

21 {return m_firstWord;}

◆ GetFourthWord()

unsigned TRTHit::GetFourthWord ( )
inline

Definition at line 29 of file TRTHit.h.

30 {return m_fourthWord;}

◆ GetSecondWord()

unsigned TRTHit::GetSecondWord ( )
inline

Definition at line 23 of file TRTHit.h.

24 {return m_secondWord;}

◆ GetThirdWord()

unsigned TRTHit::GetThirdWord ( )
inline

Definition at line 26 of file TRTHit.h.

27 {return m_thirdWord;}

Member Data Documentation

◆ m_fifthWord

unsigned TRTHit::m_fifthWord
private

Definition at line 40 of file TRTHit.h.

◆ m_firstWord

unsigned TRTHit::m_firstWord
private

Definition at line 36 of file TRTHit.h.

◆ m_fourthWord

unsigned TRTHit::m_fourthWord
private

Definition at line 39 of file TRTHit.h.

◆ m_secondWord

unsigned TRTHit::m_secondWord
private

Definition at line 37 of file TRTHit.h.

◆ m_thirdWord

unsigned TRTHit::m_thirdWord
private

Definition at line 38 of file TRTHit.h.


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