Project
Loading...
Searching...
No Matches
o2::AliceHLT::RawCluster Struct Reference

#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
 

Detailed Description

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.

Member Function Documentation

◆ GetCharge()

int32_t o2::AliceHLT::RawCluster::GetCharge ( ) const
inline

Definition at line 57 of file TPCRawCluster.h.

◆ GetFlags()

uint16_t o2::AliceHLT::RawCluster::GetFlags ( ) const
inline

Definition at line 62 of file TPCRawCluster.h.

◆ GetFlagSplitAny()

bool o2::AliceHLT::RawCluster::GetFlagSplitAny ( ) const
inline

Definition at line 61 of file TPCRawCluster.h.

◆ GetFlagSplitPad()

bool o2::AliceHLT::RawCluster::GetFlagSplitPad ( ) const
inline

Definition at line 59 of file TPCRawCluster.h.

◆ GetFlagSplitTime()

bool o2::AliceHLT::RawCluster::GetFlagSplitTime ( ) const
inline

Definition at line 60 of file TPCRawCluster.h.

◆ GetPad()

float o2::AliceHLT::RawCluster::GetPad ( ) const
inline

Definition at line 53 of file TPCRawCluster.h.

◆ GetPadRow()

int16_t o2::AliceHLT::RawCluster::GetPadRow ( ) const
inline

Definition at line 52 of file TPCRawCluster.h.

◆ GetQMax()

int32_t o2::AliceHLT::RawCluster::GetQMax ( ) const
inline

Definition at line 58 of file TPCRawCluster.h.

◆ GetSigmaPad2()

float o2::AliceHLT::RawCluster::GetSigmaPad2 ( ) const
inline

Definition at line 55 of file TPCRawCluster.h.

◆ GetSigmaTime2()

float o2::AliceHLT::RawCluster::GetSigmaTime2 ( ) const
inline

Definition at line 56 of file TPCRawCluster.h.

◆ GetTime()

float o2::AliceHLT::RawCluster::GetTime ( ) const
inline

Definition at line 54 of file TPCRawCluster.h.

Member Data Documentation

◆ fCharge

uint16_t o2::AliceHLT::RawCluster::fCharge

Definition at line 72 of file TPCRawCluster.h.

◆ fFlags

uint16_t o2::AliceHLT::RawCluster::fFlags

Definition at line 65 of file TPCRawCluster.h.

◆ fPad

float o2::AliceHLT::RawCluster::fPad

Definition at line 68 of file TPCRawCluster.h.

◆ fPadRow

int16_t o2::AliceHLT::RawCluster::fPadRow

Definition at line 64 of file TPCRawCluster.h.

◆ fQMax

uint16_t o2::AliceHLT::RawCluster::fQMax

Definition at line 73 of file TPCRawCluster.h.

◆ fSigmaPad2

float o2::AliceHLT::RawCluster::fSigmaPad2

Definition at line 70 of file TPCRawCluster.h.

◆ fSigmaTime2

float o2::AliceHLT::RawCluster::fSigmaTime2

Definition at line 71 of file TPCRawCluster.h.

◆ fTime

float o2::AliceHLT::RawCluster::fTime

Definition at line 69 of file TPCRawCluster.h.


The documentation for this struct was generated from the following file: