1 #ifndef AliMFTCluster_H
2 #define AliMFTCluster_H
18 #include "TClonesArray.h"
35 void SetXYZ(Double_t x, Double_t y, Double_t z) {
fX=x;
fY=y;
fZ=z; }
Bool_t fIsClusterEditable
(Temporary) Array of the digits composing the cluster
static const Int_t fNMaxMCTracksPerCluster
max number of MC tracks sharing the same MFT cluster
void SetPlane(Int_t plane)
Double_t GetErrZ2() const
Double_t GetNElectrons() const
Double_t GetErrX2() const
virtual void Clear(const Option_t *)
Bool_t IsClusterEditable()
void SetMCLabel(Int_t track, Int_t labelMC)
static const Int_t fNMaxDigitsPerCluster
void AddMCLabel(Int_t label)
Int_t GetNMCTracks() const
void SetNElectrons(Double_t nElectrons)
AliMUONRawCluster * CreateMUONCluster()
Int_t fMCLabel[fNMaxMCTracks]
Double_t GetDistanceFromPixel(AliMFTDigit *pixel)
void SetLocalChi2(Double_t chi2)
void SetXYZ(Double_t x, Double_t y, Double_t z)
void SetErrX(Double_t errX)
void SetClusterFront(Bool_t clusterFront)
Double_t GetErrY2() const
void SetTrackChi2(Double_t chi2)
void SetErrZ(Double_t errZ)
void SetErrY(Double_t errY)
Bool_t AddPixel(AliMFTDigit *pixel)
void SetDetElemID(Int_t detElemID)
static const Int_t fNMaxDigitsPerCluster
max number of digits per cluster
TClonesArray * fDigitsInCluster
static const Int_t fNMaxMCTracks
void SetErrXYZ(Double_t errX, Double_t errY, Double_t errZ)
Int_t GetMCLabel(Int_t track) const
void SetClusterEditable(Bool_t isClusterEditable)
AliMFTCluster & operator=(const AliMFTCluster &)