StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Static Public Member Functions | Protected Attributes | Friends | List of all members
AliHLTTPCCAGBHit Class Reference

#include <AliHLTTPCCAGBHit.h>

Public Member Functions

float X () const
 
float Y () const
 
float Z () const
 
float ErrX () const
 
float ErrY () const
 
float ErrZ () const
 
float Amp () const
 
int ISlice () const
 
int IRow () const
 
int ID () const
 
bool IsUsed () const
 
void SetX (float v)
 
void SetY (float v)
 
void SetZ (float v)
 
void SetErrX (float v)
 
void SetErrY (float v)
 
void SetErrZ (float v)
 
void SetAmp (float v)
 
void SetISlice (int v)
 
void SetIRow (int v)
 
void SetID (int v)
 
void SetIsUsed (bool v)
 

Static Public Member Functions

static bool Compare (const AliHLTTPCCAGBHit &a, const AliHLTTPCCAGBHit &b)
 Hits reordering in accordance with the geometry and the track-finder needs: Hits are sorted by sector number at first, than by row number and at last by z-coordinate.
 
static bool CompareRowDown (const AliHLTTPCCAGBHit &a, const AliHLTTPCCAGBHit &b)
 Hits reordering in accordance with the geometry and the track-finder needs: Hits are sorted by sector number at first, than by row number and at last by z-coordinate. More...
 
static bool ComparePRowDown (const AliHLTTPCCAGBHit *a, const AliHLTTPCCAGBHit *b)
 

Protected Attributes

float fX
 
float fY
 
float fZ
 
float fErrX
 
float fErrY
 
float fErrZ
 
float fAmp
 
int fISlice
 
int fIRow
 
int fID
 
bool fIsUsed
 

Friends

ostream & operator<< (ostream &out, const AliHLTTPCCAGBHit &a)
 
istream & operator>> (istream &in, AliHLTTPCCAGBHit &a)
 

Detailed Description

The AliHLTTPCCAGBHit class is the internal representation of the TPC clusters for the AliHLTTPCCAGBTracker algorithm.

Definition at line 27 of file AliHLTTPCCAGBHit.h.

Member Function Documentation

static bool AliHLTTPCCAGBHit::ComparePRowDown ( const AliHLTTPCCAGBHit a,
const AliHLTTPCCAGBHit b 
)
inlinestatic

Hits are sorted by row number

Definition at line 70 of file AliHLTTPCCAGBHit.h.

static bool AliHLTTPCCAGBHit::CompareRowDown ( const AliHLTTPCCAGBHit a,
const AliHLTTPCCAGBHit b 
)
inlinestatic

Hits reordering in accordance with the geometry and the track-finder needs: Hits are sorted by sector number at first, than by row number and at last by z-coordinate.

Hits are sorted by row number

Definition at line 65 of file AliHLTTPCCAGBHit.h.


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