![]() |
Project
|
#include <Digit.h>
Inherits o2::dataformats::TimeStamp< T >.
Inherited by o2::tpc::DigitAdd.
Public Member Functions | |
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 | |
![]() | |
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) | |
Public Attributes | |
float | charge |
float int | row |
float int int | pad |
float int int int | time |
Protected Member Functions | |
ClassDefNV (Digit, 1) | |
Protected Attributes | |
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. | |
This is the definition of the common Digit object, which is the final entity after Digitization Its coordinates are defined by the CRU, the time bin, the global pad row and the pad. It holds the ADC value of a given pad on the pad plane.
|
protected |
|
default |
Default constructor.
|
default |
Destructor.
o2::tpc::Digit::GPUdi | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |