![]() |
ATLAS Offline Software
|
#include <LUCID_Digit.h>
Public Member Functions | |
| LUCID_Digit () | |
| LUCID_Digit (const unsigned short tubeID, const double npe, const unsigned short npeGas, const unsigned short npePmt, const unsigned short qdc, const unsigned short tdc, const bool isHit) | |
| unsigned short | getTubeID () const |
| double | getNpe () const |
| unsigned short | getNpeGas () const |
| unsigned short | getNpePmt () const |
| unsigned short | getQDC () const |
| unsigned short | getTDC () const |
| bool | isHit () const |
| bool | isSideA () const |
| bool | isSideC () const |
Private Attributes | |
| unsigned short | m_tubeID |
| double | m_npe |
| unsigned short | m_npeGas |
| unsigned short | m_npePmt |
| unsigned short | m_qdc |
| unsigned short | m_tdc |
| bool | m_isHit |
Definition at line 8 of file LUCID_Digit.h.
| LUCID_Digit::LUCID_Digit | ( | ) |
| LUCID_Digit::LUCID_Digit | ( | const unsigned short | tubeID, |
| const double | npe, | ||
| const unsigned short | npeGas, | ||
| const unsigned short | npePmt, | ||
| const unsigned short | qdc, | ||
| const unsigned short | tdc, | ||
| const bool | isHit ) |
|
inline |
Definition at line 22 of file LUCID_Digit.h.
|
inline |
Definition at line 23 of file LUCID_Digit.h.
|
inline |
Definition at line 24 of file LUCID_Digit.h.
|
inline |
Definition at line 25 of file LUCID_Digit.h.
|
inline |
Definition at line 26 of file LUCID_Digit.h.
|
inline |
Definition at line 21 of file LUCID_Digit.h.
|
inline |
Definition at line 27 of file LUCID_Digit.h.
|
inline |
Definition at line 29 of file LUCID_Digit.h.
|
inline |
Definition at line 30 of file LUCID_Digit.h.
|
private |
Definition at line 40 of file LUCID_Digit.h.
|
private |
Definition at line 35 of file LUCID_Digit.h.
|
private |
Definition at line 36 of file LUCID_Digit.h.
|
private |
Definition at line 37 of file LUCID_Digit.h.
|
private |
Definition at line 38 of file LUCID_Digit.h.
|
private |
Definition at line 39 of file LUCID_Digit.h.
|
private |
Definition at line 34 of file LUCID_Digit.h.