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

#include <LUCID_Digit_p2.h>

Collaboration diagram for LUCID_Digit_p2:

Public Member Functions

 LUCID_Digit_p2 ()
 

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
 

Friends

class LUCID_DigitCnv_p2
 

Detailed Description

Definition at line 8 of file LUCID_Digit_p2.h.

Constructor & Destructor Documentation

◆ LUCID_Digit_p2()

LUCID_Digit_p2::LUCID_Digit_p2 ( )
inline

Definition at line 12 of file LUCID_Digit_p2.h.

12  {
13 
14  m_tubeID = 0;
15  m_npe = 0;
16  m_npeGas = 0;
17  m_npePmt = 0;
18  m_qdc = 0;
19  m_tdc = 0;
20  m_isHit = 0;
21  };

Friends And Related Function Documentation

◆ LUCID_DigitCnv_p2

friend class LUCID_DigitCnv_p2
friend

Definition at line 23 of file LUCID_Digit_p2.h.

Member Data Documentation

◆ m_isHit

bool LUCID_Digit_p2::m_isHit
private

Definition at line 33 of file LUCID_Digit_p2.h.

◆ m_npe

double LUCID_Digit_p2::m_npe
private

Definition at line 28 of file LUCID_Digit_p2.h.

◆ m_npeGas

unsigned short LUCID_Digit_p2::m_npeGas
private

Definition at line 29 of file LUCID_Digit_p2.h.

◆ m_npePmt

unsigned short LUCID_Digit_p2::m_npePmt
private

Definition at line 30 of file LUCID_Digit_p2.h.

◆ m_qdc

unsigned short LUCID_Digit_p2::m_qdc
private

Definition at line 31 of file LUCID_Digit_p2.h.

◆ m_tdc

unsigned short LUCID_Digit_p2::m_tdc
private

Definition at line 32 of file LUCID_Digit_p2.h.

◆ m_tubeID

unsigned short LUCID_Digit_p2::m_tubeID
private

Definition at line 27 of file LUCID_Digit_p2.h.


The documentation for this class was generated from the following file:
LUCID_Digit_p2::m_tubeID
unsigned short m_tubeID
Definition: LUCID_Digit_p2.h:27
LUCID_Digit_p2::m_tdc
unsigned short m_tdc
Definition: LUCID_Digit_p2.h:32
LUCID_Digit_p2::m_isHit
bool m_isHit
Definition: LUCID_Digit_p2.h:33
LUCID_Digit_p2::m_npe
double m_npe
Definition: LUCID_Digit_p2.h:28
LUCID_Digit_p2::m_npeGas
unsigned short m_npeGas
Definition: LUCID_Digit_p2.h:29
LUCID_Digit_p2::m_npePmt
unsigned short m_npePmt
Definition: LUCID_Digit_p2.h:30
LUCID_Digit_p2::m_qdc
unsigned short m_qdc
Definition: LUCID_Digit_p2.h:31