![]() |
AliRoot Core
da88d91 (da88d91)
|
#include <AliMFTCALayer.h>
Public Member Functions | |
AliMFTCALayer () | |
~AliMFTCALayer () | |
AliMFTCALayer (const AliMFTCALayer &layer) | |
AliMFTCALayer & | operator= (const AliMFTCALayer &) |
AliMFTCALadder * | GetLadder (Int_t nl) |
AliMFTCALadder * | GetLadderID (Int_t id) |
virtual void | Clear (const Option_t *) |
void | ClearCells () |
void | SetID (Int_t id) |
const Int_t | GetID () |
const Int_t | GetNhits () |
const Int_t | GetNcells () |
AliMFTCACell * | AddCell () |
AliMFTCACell * | GetCell (Int_t nc) |
AliMFTCAHit * | AddHit () |
AliMFTCAHit * | GetHit (Int_t nh) |
Private Member Functions | |
ClassDef (AliMFTCALayer, 1) | |
array of ladders More... | |
Private Attributes | |
Int_t | fID |
Int_t | fNhits |
Int_t | fNcells |
Int_t | fNladders |
TClonesArray * | fCells |
TClonesArray * | fHits |
Array of cells. More... | |
TClonesArray * | fLadders |
Array of hits. More... | |
Definition at line 11 of file AliMFTCALayer.h.
AliMFTCALayer::AliMFTCALayer | ( | ) |
|
inline |
Definition at line 16 of file AliMFTCALayer.h.
AliMFTCALayer::AliMFTCALayer | ( | const AliMFTCALayer & | layer | ) |
Definition at line 25 of file AliMFTCALayer.cxx.
AliMFTCACell * AliMFTCALayer::AddCell | ( | ) |
Definition at line 117 of file AliMFTCALayer.cxx.
Referenced by AliMFTTrackFinder::AnalyzeCells(), AliMFTTrackFinder::CreateCells(), AliMFTTrackFinder::CreateCellsOld(), AliMFTTrackFinder::CreateCellsR(), AliMFTTrackFinder::CreateGapCells(), and AliMFTTrackFinder::FindTracks().
AliMFTCAHit * AliMFTCALayer::AddHit | ( | ) |
Definition at line 128 of file AliMFTCALayer.cxx.
Referenced by AliMFTTrackFinder::LoadClusters().
|
private |
array of ladders
|
virtual |
Definition at line 96 of file AliMFTCALayer.cxx.
Referenced by AliMFTTrackFinder::Clear().
void AliMFTCALayer::ClearCells | ( | ) |
Definition at line 107 of file AliMFTCALayer.cxx.
Referenced by AliMFTTrackFinder::ClearCells().
|
inline |
Definition at line 32 of file AliMFTCALayer.h.
Referenced by AliMFTTrackFinder::AnalyzeCells(), AliMFTTrackFinder::CalculateVertex(), AliMFTTrackFinder::CreateGapCells(), AliMFTTrackFinder::GetCellByGID(), AliMFTTrackFinder::PrintAll(), AliMFTTrackFinder::ResetCells(), AliMFTTrackFinder::RuleSelect2LayersGap(), AliMFTTrackFinder::RunBackward(), AliMFTTrackFinder::RunForward(), and AliMFTTrackFinder::UpdateCellStatus().
|
inline |
Definition at line 34 of file AliMFTCALayer.h.
Referenced by AliMFTTrackFinder::BuildRoads(), AliMFTTrackFinder::CreateCells(), AliMFTTrackFinder::CreateCellsOld(), AliMFTTrackFinder::CreateGapCells(), and AliMFTTrackFinder::FindTracks().
|
inline |
Definition at line 28 of file AliMFTCALayer.h.
Referenced by AliMFTTrackFinder::PrintAll(), and AliMFTTrackFinder::RuleSelect2LayersGap().
|
inline |
Definition at line 21 of file AliMFTCALayer.h.
AliMFTCALadder * AliMFTCALayer::GetLadderID | ( | Int_t | id | ) |
Definition at line 139 of file AliMFTCALayer.cxx.
|
inline |
Definition at line 30 of file AliMFTCALayer.h.
Referenced by AliMFTTrackFinder::AnalyzeCells(), AliMFTTrackFinder::CalculateVertex(), AliMFTTrackFinder::CreateCells(), AliMFTTrackFinder::CreateCellsOld(), AliMFTTrackFinder::CreateCellsR(), AliMFTTrackFinder::CreateGapCells(), AliMFTTrackFinder::GetCellByGID(), AliMFTTrackFinder::PrintAll(), AliMFTTrackFinder::ResetCells(), AliMFTTrackFinder::RuleSelect2LayersGap(), AliMFTTrackFinder::RunBackward(), AliMFTTrackFinder::RunForward(), and AliMFTTrackFinder::UpdateCellStatus().
|
inline |
Definition at line 29 of file AliMFTCALayer.h.
Referenced by AliMFTTrackFinder::BuildRoads(), AliMFTTrackFinder::CreateCells(), AliMFTTrackFinder::CreateCellsOld(), AliMFTTrackFinder::CreateGapCells(), AliMFTTrackFinder::FindTracks(), and AliMFTTrackFinder::LoadClusters().
AliMFTCALayer & AliMFTCALayer::operator= | ( | const AliMFTCALayer & | layer | ) |
Definition at line 58 of file AliMFTCALayer.cxx.
|
inline |
Definition at line 27 of file AliMFTCALayer.h.
|
private |
Definition at line 44 of file AliMFTCALayer.h.
Referenced by AddCell(), AliMFTCALayer(), Clear(), ClearCells(), GetCell(), and operator=().
|
private |
Array of cells.
Definition at line 45 of file AliMFTCALayer.h.
Referenced by AddHit(), AliMFTCALayer(), Clear(), GetHit(), and operator=().
|
private |
Definition at line 38 of file AliMFTCALayer.h.
Referenced by GetID(), operator=(), and SetID().
|
private |
Array of hits.
Definition at line 47 of file AliMFTCALayer.h.
Referenced by AliMFTCALayer(), GetLadder(), GetLadderID(), and operator=().
|
private |
Definition at line 40 of file AliMFTCALayer.h.
Referenced by AddCell(), AliMFTCALayer(), Clear(), ClearCells(), GetNcells(), and operator=().
|
private |
Definition at line 39 of file AliMFTCALayer.h.
Referenced by AddHit(), AliMFTCALayer(), Clear(), GetNhits(), and operator=().
|
private |
Definition at line 42 of file AliMFTCALayer.h.
Referenced by AliMFTCALayer(), GetLadderID(), and operator=().