![]() |
AliRoot Core
a565103 (a565103)
|
Class describing geometry of one half of the ALICE Muon Forward Tracker. More...
#include <AliMFTHalf.h>
Public Member Functions | |
AliMFTHalf () | |
Default constructor. More... | |
AliMFTHalf (AliMFTHalfSegmentation *segmentation) | |
Constructor. More... | |
virtual | ~AliMFTHalf () |
TGeoVolumeAssembly * | GetVolume () |
Returns the Volume holding the Half-MFT. More... | |
Protected Attributes | |
TGeoVolumeAssembly * | fHalfVolume |
Private Member Functions | |
void | CreateHalfDisks () |
Creates the Half-disks composing the Half-MFT. More... | |
Private Attributes | |
AliMFTHalfSegmentation * | fSegmentation |
Pointer to the half-MFT segmentation. More... | |
Class describing geometry of one half of the ALICE Muon Forward Tracker.
Class Building the geometry of one half of the ALICE Muon Forward Tracker
Definition at line 23 of file AliMFTHalf.h.
AliMFTHalf::AliMFTHalf | ( | ) |
Default constructor.
Definition at line 44 of file AliMFTHalf.cxx.
AliMFTHalf::AliMFTHalf | ( | AliMFTHalfSegmentation * | segmentation | ) |
Constructor.
Definition at line 51 of file AliMFTHalf.cxx.
|
virtual |
Definition at line 72 of file AliMFTHalf.cxx.
|
private |
Creates the Half-disks composing the Half-MFT.
Definition at line 79 of file AliMFTHalf.cxx.
Referenced by AliMFTHalf().
|
inline |
Returns the Volume holding the Half-MFT.
Definition at line 33 of file AliMFTHalf.h.
Referenced by AliMFTGeometryBuilder::BuildGeometry().
|
protected |
Definition at line 33 of file AliMFTHalf.h.
Referenced by AliMFTHalf(), CreateHalfDisks(), and GetVolume().
|
private |
Pointer to the half-MFT segmentation.
Definition at line 39 of file AliMFTHalf.h.
Referenced by AliMFTHalf(), and CreateHalfDisks().