![]() |
Project
|
#include <TPCRawCluster.h>
Public Member Functions | |
int16_t | GetPadRow () const |
float | GetPad () const |
float | GetTime () const |
float | GetSigmaPad2 () const |
float | GetSigmaTime2 () const |
int32_t | GetCharge () const |
int32_t | GetQMax () const |
bool | GetFlagSplitPad () const |
bool | GetFlagSplitTime () const |
bool | GetFlagSplitAny () const |
uint16_t | GetFlags () const |
Public Attributes | |
int16_t | fPadRow |
uint16_t | fFlags |
float | fPad |
float | fTime |
float | fSigmaPad2 |
float | fSigmaTime2 |
uint16_t | fCharge |
uint16_t | fQMax |
This is a redefinition from AliRoot/HLT/TPCLib/AliHLTTPCRawCluster.h for the sake of reading HLT TPC raw cluster files into O2.
TODO: there is no dependence on AliRoot, however, a test needs to be added to check consistency if AliRoot is available in the build.
Definition at line 50 of file TPCRawCluster.h.
|
inline |
Definition at line 57 of file TPCRawCluster.h.
|
inline |
Definition at line 62 of file TPCRawCluster.h.
|
inline |
Definition at line 61 of file TPCRawCluster.h.
|
inline |
Definition at line 59 of file TPCRawCluster.h.
|
inline |
Definition at line 60 of file TPCRawCluster.h.
|
inline |
Definition at line 53 of file TPCRawCluster.h.
|
inline |
Definition at line 52 of file TPCRawCluster.h.
|
inline |
Definition at line 58 of file TPCRawCluster.h.
|
inline |
Definition at line 55 of file TPCRawCluster.h.
|
inline |
Definition at line 56 of file TPCRawCluster.h.
|
inline |
Definition at line 54 of file TPCRawCluster.h.
uint16_t o2::AliceHLT::RawCluster::fCharge |
Definition at line 72 of file TPCRawCluster.h.
uint16_t o2::AliceHLT::RawCluster::fFlags |
Definition at line 65 of file TPCRawCluster.h.
float o2::AliceHLT::RawCluster::fPad |
Definition at line 68 of file TPCRawCluster.h.
int16_t o2::AliceHLT::RawCluster::fPadRow |
Definition at line 64 of file TPCRawCluster.h.
uint16_t o2::AliceHLT::RawCluster::fQMax |
Definition at line 73 of file TPCRawCluster.h.
float o2::AliceHLT::RawCluster::fSigmaPad2 |
Definition at line 70 of file TPCRawCluster.h.
float o2::AliceHLT::RawCluster::fSigmaTime2 |
Definition at line 71 of file TPCRawCluster.h.
float o2::AliceHLT::RawCluster::fTime |
Definition at line 69 of file TPCRawCluster.h.