![]() |
Project
|
#include <AliHLTTPCRawCluster.h>
Public Member Functions | |
AliHLTTPCRawCluster () | |
AliHLTTPCRawCluster (int16_t PadRow, float Pad, float Time, float SigmaPad2, float SigmaTime2, uint16_t Charge, uint16_t QMax, uint16_t Flags) | |
AliHLTTPCRawCluster (const AliHLTTPCRawCluster &other) | |
AliHLTTPCRawCluster & | operator= (const AliHLTTPCRawCluster &other) |
void | Clear () |
int32_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 |
bool | GetFlagEdge () const |
bool | GetFlagSplitAnyOrEdge () const |
uint16_t | GetFlags () const |
void | SetPadRow (int16_t padrow) |
void | SetPad (float pad) |
void | SetTime (float time) |
void | SetSigmaPad2 (float sigmaPad2) |
void | SetSigmaTime2 (float sigmaTime2) |
void | SetCharge (uint16_t charge) |
void | SetQMax (uint16_t qmax) |
void | ClearFlags () |
void | SetFlags (uint16_t flags) |
void | SetFlagSplitPad () |
void | SetFlagSplitTime () |
void | SetFlagEdge () |
Public Attributes | |
int16_t | fPadRow |
uint16_t | mFlags |
float | fPad |
float | fTime |
float | fSigmaPad2 |
float | fSigmaTime2 |
uint16_t | fCharge |
uint16_t | fQMax |
Primitive data of a TPC cluster in raw coordinates. The plan is to store the data in a compressed format by limiting the resolution of the float values.
Definition at line 24 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 25 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 27 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 29 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 41 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 81 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 64 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 69 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 71 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 68 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 70 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 66 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 67 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 60 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 59 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 65 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 62 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 63 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 61 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 31 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 78 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 85 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 82 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 83 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 84 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 74 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 73 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 79 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 76 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 77 of file AliHLTTPCRawCluster.h.
|
inline |
Definition at line 75 of file AliHLTTPCRawCluster.h.
uint16_t AliHLTTPCRawCluster::fCharge |
Definition at line 56 of file AliHLTTPCRawCluster.h.
float AliHLTTPCRawCluster::fPad |
Definition at line 52 of file AliHLTTPCRawCluster.h.
int16_t AliHLTTPCRawCluster::fPadRow |
Definition at line 47 of file AliHLTTPCRawCluster.h.
uint16_t AliHLTTPCRawCluster::fQMax |
Definition at line 57 of file AliHLTTPCRawCluster.h.
float AliHLTTPCRawCluster::fSigmaPad2 |
Definition at line 54 of file AliHLTTPCRawCluster.h.
float AliHLTTPCRawCluster::fSigmaTime2 |
Definition at line 55 of file AliHLTTPCRawCluster.h.
float AliHLTTPCRawCluster::fTime |
Definition at line 53 of file AliHLTTPCRawCluster.h.
uint16_t AliHLTTPCRawCluster::mFlags |
Definition at line 48 of file AliHLTTPCRawCluster.h.