26 #include "TGeoVolume.h"
27 #include "TGeoManager.h"
66 TGeoVolume *volMFT =
new TGeoVolumeAssembly(
"MFT");
68 for (
int iHalf=0; iHalf<2; iHalf++) {
78 gGeoManager->
GetVolume(
"ALIC")->AddNode(volMFT,0);
TGeoCombiTrans * GetTransformation() const
Returns the Transformation Combining a Rotation followed by a Translation.
AliMFTHalfSegmentation * GetHalf(Int_t iHalf) const
Returns pointer to the segmentation of the half-MFT.
Class describing geometry of one half of the ALICE Muon Forward Tracker.
AliMFTSegmentation * GetSegmentation() const
Returns pointer to the segmentation.
TGeoVolumeAssembly * GetVolume()
Returns the Volume holding the Half-MFT.
static AliMFTGeometry * Instance()
Retuns MFT Geometry singleton object.
Segmentation class for each half of the ALICE Muon Forward Tracker.
void BuildGeometry()
Build the MFT Geometry.
AliMFTGeometryBuilder()
Default constructor.
Class for the virtual segmentation of the ALICE Muon Forward Tracker.
virtual ~AliMFTGeometryBuilder()
Class describing MFT Geometry Builder.
Class Handling both Virutal Segmentation and Real Volumes.