![]() |
AliRoot Core
3abf5b4 (3abf5b4)
|
#include <AliMFTClusterFinder.h>
Public Member Functions | |
AliMFTClusterFinder () | |
~AliMFTClusterFinder () | |
virtual void | Clear (const Option_t *) |
void | Init (const Char_t *nameGeomFile) |
void | MakeClusterBranch (TTree *treeCluster) |
void | SetClusterTreeAddress (TTree *treeCluster) |
void | CreateClusters () |
void | ApplyMisalignment (Bool_t applyMisalignment) |
void | DigitsToClusters (const TObjArray *pDigitList) |
void | StartEvent () |
Private Member Functions | |
AliMFTClusterFinder (const AliMFTClusterFinder &source) | |
AliMFTClusterFinder & | operator= (const AliMFTClusterFinder &source) |
Private Attributes | |
TClonesArray * | fClustersPerPlane [fNMaxPlanes] |
TClonesArray * | fDigitsInCluster |
[fNPlanes] list of clusters [per plane] More... | |
AliMFTDigit * | fCurrentDigit |
AliMFTCluster * | fCurrentCluster |
AliMFTSegmentation * | fSegmentation |
Int_t | fNPlanes |
Bool_t | fApplyMisalignment |
TStopwatch * | fStopWatch |
Static Private Attributes | |
static const Int_t | fNMaxDigitsPerCluster = AliMFTConstants::fNMaxDigitsPerCluster |
static const Int_t | fNMaxPlanes = AliMFTConstants::fNMaxPlanes |
static const Int_t | fNMaxDetElemPerPlane = AliMFTConstants::fNMaxDetElemPerPlane |
static const Double_t | fCutForAvailableDigits = AliMFTConstants::fCutForAvailableDigits |
static const Double_t | fCutForAttachingDigits = AliMFTConstants::fCutForAttachingDigits |
static const Double_t | fMisalignmentMagnitude = AliMFTConstants::fMisalignmentMagnitude |
Definition at line 28 of file AliMFTClusterFinder.h.
AliMFTClusterFinder::AliMFTClusterFinder | ( | ) |
AliMFTClusterFinder::~AliMFTClusterFinder | ( | ) |
Definition at line 72 of file AliMFTClusterFinder.cxx.
|
private |
|
inline |
Definition at line 41 of file AliMFTClusterFinder.h.
Referenced by AliMFTReconstructor::Reconstruct().
|
virtual |
Definition at line 89 of file AliMFTClusterFinder.cxx.
void AliMFTClusterFinder::CreateClusters | ( | ) |
Definition at line 308 of file AliMFTClusterFinder.cxx.
Referenced by MakeClusterBranch(), and SetClusterTreeAddress().
void AliMFTClusterFinder::DigitsToClusters | ( | const TObjArray * | pDigitList | ) |
Definition at line 131 of file AliMFTClusterFinder.cxx.
Referenced by AliMFTReconstructor::Reconstruct().
void AliMFTClusterFinder::Init | ( | const Char_t * | nameGeomFile | ) |
Definition at line 104 of file AliMFTClusterFinder.cxx.
Referenced by AliMFTReconstructor::Reconstruct().
void AliMFTClusterFinder::MakeClusterBranch | ( | TTree * | treeCluster | ) |
Definition at line 269 of file AliMFTClusterFinder.cxx.
Referenced by AliMFTReconstructor::Reconstruct().
|
private |
void AliMFTClusterFinder::SetClusterTreeAddress | ( | TTree * | treeCluster | ) |
Definition at line 290 of file AliMFTClusterFinder.cxx.
Referenced by AliMFTReconstructor::Reconstruct().
void AliMFTClusterFinder::StartEvent | ( | ) |
Definition at line 115 of file AliMFTClusterFinder.cxx.
Referenced by DigitsToClusters().
|
private |
Definition at line 66 of file AliMFTClusterFinder.h.
Referenced by ApplyMisalignment(), and DigitsToClusters().
|
private |
Definition at line 56 of file AliMFTClusterFinder.h.
Referenced by Clear(), CreateClusters(), DigitsToClusters(), MakeClusterBranch(), SetClusterTreeAddress(), StartEvent(), and ~AliMFTClusterFinder().
|
private |
Definition at line 60 of file AliMFTClusterFinder.h.
Referenced by DigitsToClusters().
|
private |
Definition at line 59 of file AliMFTClusterFinder.h.
Referenced by DigitsToClusters().
|
staticprivate |
Definition at line 53 of file AliMFTClusterFinder.h.
Referenced by DigitsToClusters().
|
staticprivate |
Definition at line 52 of file AliMFTClusterFinder.h.
Referenced by DigitsToClusters().
|
private |
[fNPlanes] list of clusters [per plane]
Definition at line 58 of file AliMFTClusterFinder.h.
Referenced by Clear(), and ~AliMFTClusterFinder().
|
staticprivate |
Definition at line 54 of file AliMFTClusterFinder.h.
Referenced by DigitsToClusters().
|
staticprivate |
Definition at line 51 of file AliMFTClusterFinder.h.
|
staticprivate |
Definition at line 49 of file AliMFTClusterFinder.h.
|
staticprivate |
Definition at line 50 of file AliMFTClusterFinder.h.
Referenced by Clear(), and ~AliMFTClusterFinder().
|
private |
Definition at line 64 of file AliMFTClusterFinder.h.
Referenced by CreateClusters(), DigitsToClusters(), Init(), MakeClusterBranch(), SetClusterTreeAddress(), and StartEvent().
|
private |
Definition at line 62 of file AliMFTClusterFinder.h.
Referenced by Init().
|
private |
Definition at line 68 of file AliMFTClusterFinder.h.
Referenced by DigitsToClusters(), and ~AliMFTClusterFinder().