1 #ifndef AliMFTSegmentation_H
2 #define AliMFTSegmentation_H
17 #include "TClonesArray.h"
33 virtual void Clear(
const Option_t* );
40 Int_t
GetDetElemLocalID(Int_t half, Int_t disk, Int_t ladder, Int_t sensor)
const;
42 Bool_t
Hit2PixelID(Double_t xHit, Double_t yHit, Double_t zHit, Int_t half, Int_t disk, Int_t ladder, Int_t sensor, Int_t &xPixel, Int_t &yPixel);
AliMFTHalfSegmentation * GetHalf(Int_t iHalf) const
Returns pointer to the segmentation of the half-MFT.
virtual void Clear(const Option_t *)
Clear the TClonesArray holding the AliMFTHalfSegmentation objects.
Int_t GetDetElemLocalID(Int_t half, Int_t disk, Int_t ladder, Int_t sensor) const
Bool_t Hit2PixelID(Double_t xHit, Double_t yHit, Double_t zHit, Int_t half, Int_t disk, Int_t ladder, Int_t sensor, Int_t &xPixel, Int_t &yPixel)
TClonesArray * fMFTHalves
Array of pointer to AliMFTHalfSegmentation.
Segmentation class for each half of the ALICE Muon Forward Tracker.
AliMFTSegmentation()
Default constructor.
Class for the virtual segmentation of the ALICE Muon Forward Tracker.
virtual ~AliMFTSegmentation()