![]() |
Project
|
#include <DigitAdd.h>
Inherits o2::tpc::Digit.
Public Member Functions | |
| int | sector () const |
| float | lx () const |
| float | ly () const |
| float | gx () const |
| float | gy () const |
| float | cpad () const |
Public Member Functions inherited from o2::tpc::Digit | |
| GPUdDefault () Digit()=default | |
| Default constructor. | |
| GPUdi () Digit(int cru | |
| GPUdDefault () ~Digit()=default | |
| Destructor. | |
| GPUdi () int getCharge() const | |
| GPUdi () float getChargeFloat() const | |
| GPUdi () void setCharge(float q) | |
| GPUdi () int getCRU() const | |
| GPUdi () int getRow() const | |
| GPUdi () int getPad() const | |
Public Member Functions inherited from o2::dataformats::TimeStamp< T > | |
| GPUhdDefault () TimeStamp()=default | |
| GPUhdDefault () ~TimeStamp()=default | |
| GPUdi () TimeStamp(T time) | |
| GPUhdi () T getTimeStamp() const | |
| GPUdi () void setTimeStamp(T t) | |
| GPUdi () bool operator | |
| ClassDefNV (TimeStamp, 1) | |
Additional Inherited Members | |
Public Attributes inherited from o2::tpc::Digit | |
| float | charge |
| float int | row |
| float int int | pad |
| float int int int | time |
Protected Member Functions inherited from o2::tpc::Digit | |
| ClassDefNV (Digit, 1) | |
Protected Attributes inherited from o2::tpc::Digit | |
| float | mCharge = 0.f |
| ADC value of the Digit. | |
| unsigned short | mCRU = USHRT_MAX |
| CRU of the Digit. | |
| unsigned char | mRow = UCHAR_MAX |
| Global pad row of the Digit. | |
| unsigned char | mPad = UCHAR_MAX |
| Pad of the Digit. | |
Definition at line 24 of file DigitAdd.h.
| float DigitAdd::cpad | ( | ) | const |
Definition at line 50 of file DigitAdd.cxx.
| float DigitAdd::gx | ( | ) | const |
Definition at line 36 of file DigitAdd.cxx.
| float DigitAdd::gy | ( | ) | const |
Definition at line 43 of file DigitAdd.cxx.
| float DigitAdd::lx | ( | ) | const |
Definition at line 24 of file DigitAdd.cxx.
| float DigitAdd::ly | ( | ) | const |
Definition at line 30 of file DigitAdd.cxx.
| int DigitAdd::sector | ( | ) | const |
Definition at line 19 of file DigitAdd.cxx.