AliRoot Core  da88d91 (da88d91)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliMFTCAHit Class Reference

#include <AliMFTCAHit.h>

Inheritance diagram for AliMFTCAHit:

Public Member Functions

 AliMFTCAHit ()
 
 ~AliMFTCAHit ()
 
 AliMFTCAHit (const AliMFTCAHit &hit)
 
AliMFTCAHitoperator= (const AliMFTCAHit &)
 
void SetPos (Double_t x, Double_t y, Double_t z)
 
const Double_t * GetPos ()
 
void SetTrackGID (Int_t gid, Int_t la, Int_t id, Int_t detid)
 
const Int_t GetTrackGID ()
 
const Int_t GetLayer ()
 
const Int_t GetID ()
 
const Int_t GetDetElemID ()
 
const Int_t IsFace ()
 
void SetUsed ()
 
const Bool_t IsUsed ()
 
void SetInRoad (Int_t i)
 
const Int_t GetNRoads ()
 
const Int_t GetInRoad (Int_t i)
 
void SetMFTClsId (Int_t id)
 
const Int_t GetMFTClsId ()
 

Private Member Functions

 ClassDef (AliMFTCAHit, 2)
 

Private Attributes

Int_t fTrackGID
 
Int_t fLayer
 
Int_t fID
 
Double_t fPos [3]
 
Bool_t fIsUsed
 
Int_t fDetElemID
 
Int_t fNRoads
 
Int_t fInRoad [100]
 
Int_t fIsFace
 
Int_t fNInL
 
Int_t fMFTClsId
 

Detailed Description

Definition at line 7 of file AliMFTCAHit.h.

Constructor & Destructor Documentation

AliMFTCAHit::AliMFTCAHit ( )
AliMFTCAHit::~AliMFTCAHit ( )
inline

Definition at line 12 of file AliMFTCAHit.h.

AliMFTCAHit::AliMFTCAHit ( const AliMFTCAHit hit)

Definition at line 27 of file AliMFTCAHit.cxx.

Member Function Documentation

AliMFTCAHit::ClassDef ( AliMFTCAHit  ,
 
)
private
const Int_t AliMFTCAHit::GetID ( )
inline

Definition at line 29 of file AliMFTCAHit.h.

Referenced by AliMFTTrackFinder::BuildRoads().

const Int_t AliMFTCAHit::GetInRoad ( Int_t  i)
inline

Definition at line 38 of file AliMFTCAHit.h.

const Int_t AliMFTCAHit::GetLayer ( )
inline

Definition at line 28 of file AliMFTCAHit.h.

Referenced by AliMFTCARoad::AddHit(), and AliMFTTrackFinder::BuildRoads().

const Int_t AliMFTCAHit::GetMFTClsId ( )
inline

Definition at line 41 of file AliMFTCAHit.h.

Referenced by AliMFTTrackFinder::CreateCellsR(), and AliMFTTrackFinder::FindTracks().

const Int_t AliMFTCAHit::GetNRoads ( )
inline

Definition at line 37 of file AliMFTCAHit.h.

const Int_t AliMFTCAHit::IsFace ( )
inline
const Bool_t AliMFTCAHit::IsUsed ( )
inline

Definition at line 34 of file AliMFTCAHit.h.

Referenced by AliMFTTrackFinder::BuildRoads().

AliMFTCAHit & AliMFTCAHit::operator= ( const AliMFTCAHit hit)

Definition at line 51 of file AliMFTCAHit.cxx.

void AliMFTCAHit::SetInRoad ( Int_t  i)
inline

Definition at line 36 of file AliMFTCAHit.h.

Referenced by AliMFTTrackFinder::BuildRoads().

void AliMFTCAHit::SetMFTClsId ( Int_t  id)
inline

Definition at line 40 of file AliMFTCAHit.h.

Referenced by AliMFTTrackFinder::LoadClusters().

void AliMFTCAHit::SetPos ( Double_t  x,
Double_t  y,
Double_t  z 
)
inline

Definition at line 17 of file AliMFTCAHit.h.

Referenced by AliMFTTrackFinder::LoadClusters().

void AliMFTCAHit::SetTrackGID ( Int_t  gid,
Int_t  la,
Int_t  id,
Int_t  detid 
)
inline

Definition at line 20 of file AliMFTCAHit.h.

Referenced by AliMFTTrackFinder::LoadClusters().

void AliMFTCAHit::SetUsed ( )
inline

Definition at line 33 of file AliMFTCAHit.h.

Referenced by AliMFTTrackFinder::BuildRoads(), and AliMFTTrackFinder::FindTracks().

Member Data Documentation

Int_t AliMFTCAHit::fDetElemID
private

Definition at line 50 of file AliMFTCAHit.h.

Referenced by GetDetElemID(), operator=(), and SetTrackGID().

Int_t AliMFTCAHit::fID
private

Definition at line 47 of file AliMFTCAHit.h.

Referenced by GetID(), operator=(), and SetTrackGID().

Int_t AliMFTCAHit::fInRoad[100]
private

Definition at line 52 of file AliMFTCAHit.h.

Referenced by AliMFTCAHit(), GetInRoad(), operator=(), and SetInRoad().

Int_t AliMFTCAHit::fIsFace
private

Definition at line 53 of file AliMFTCAHit.h.

Referenced by IsFace(), operator=(), and SetTrackGID().

Bool_t AliMFTCAHit::fIsUsed
private

Definition at line 49 of file AliMFTCAHit.h.

Referenced by IsUsed(), operator=(), and SetUsed().

Int_t AliMFTCAHit::fLayer
private

Definition at line 46 of file AliMFTCAHit.h.

Referenced by GetLayer(), operator=(), and SetTrackGID().

Int_t AliMFTCAHit::fMFTClsId
private

Definition at line 55 of file AliMFTCAHit.h.

Referenced by GetMFTClsId(), operator=(), and SetMFTClsId().

Int_t AliMFTCAHit::fNInL
private

Definition at line 54 of file AliMFTCAHit.h.

Referenced by operator=().

Int_t AliMFTCAHit::fNRoads
private

Definition at line 51 of file AliMFTCAHit.h.

Referenced by AliMFTCAHit(), GetNRoads(), operator=(), and SetInRoad().

Double_t AliMFTCAHit::fPos[3]
private

Definition at line 48 of file AliMFTCAHit.h.

Referenced by AliMFTCAHit(), GetPos(), operator=(), and SetPos().

Int_t AliMFTCAHit::fTrackGID
private

Definition at line 45 of file AliMFTCAHit.h.

Referenced by GetTrackGID(), operator=(), and SetTrackGID().


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