ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
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.

11  m_fourthWord(fourth), m_fifthWord(fifth) {}

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:
python.SystemOfUnits.second
int second
Definition: SystemOfUnits.py:120
TRTHit::m_fourthWord
unsigned m_fourthWord
Definition: TRTHit.h:39
TRTHit::m_fifthWord
unsigned m_fifthWord
Definition: TRTHit.h:40
TRTHit::m_secondWord
unsigned m_secondWord
Definition: TRTHit.h:37
TRTHit::m_thirdWord
unsigned m_thirdWord
Definition: TRTHit.h:38
DeMoScan.first
bool first
Definition: DeMoScan.py:534
TRTHit::m_firstWord
unsigned m_firstWord
Definition: TRTHit.h:36