![]() |
AliRoot Core
3dc7879 (3dc7879)
|
Class building the Ladder geometry. More...
#include <AliMFTLadder.h>
Public Member Functions | |
AliMFTLadder () | |
Default constructor. More... | |
AliMFTLadder (AliMFTLadderSegmentation *segmentation) | |
Constructor. More... | |
virtual | ~AliMFTLadder () |
TGeoVolume * | CreateVolume () |
Build the ladder. More... | |
void | CreateSensors () |
Build the sensors. More... | |
Private Attributes | |
AliMFTLadderSegmentation * | fSegmentation |
Virtual Segmentation object of the ladder. More... | |
AliMFTFlex * | fMFTFlex |
Flex object (. More... | |
TGeoVolumeAssembly * | fLadderVolume |
Pointer to the Volume holding the ladder geometry. More... | |
Static Private Attributes | |
static const Double_t | kLadderDeltaY = AliMFTGeometry::kSensorHeight + 2.*AliMFTGeometry::kSensorTopOffset |
Ladder size along Y direction (height) More... | |
static const Double_t | kLadderDeltaZ = AliMFTGeometry::kFlexThickness + AliMFTGeometry::kSensorThickness |
Ladder size along Z direction (thickness) More... | |
Class building the Ladder geometry.
Ladder Builder
Definition at line 24 of file AliMFTLadder.h.
AliMFTLadder::AliMFTLadder | ( | ) |
Default constructor.
Definition at line 54 of file AliMFTLadder.cxx.
AliMFTLadder::AliMFTLadder | ( | AliMFTLadderSegmentation * | segmentation | ) |
Constructor.
Definition at line 61 of file AliMFTLadder.cxx.
|
virtual |
Definition at line 72 of file AliMFTLadder.cxx.
void AliMFTLadder::CreateSensors | ( | ) |
TGeoVolume * AliMFTLadder::CreateVolume | ( | ) |
Build the ladder.
Definition at line 79 of file AliMFTLadder.cxx.
Referenced by AliMFTHalfDisk::CreateLadders().
|
private |
Pointer to the Volume holding the ladder geometry.
Definition at line 42 of file AliMFTLadder.h.
Referenced by AliMFTLadder(), CreateSensors(), and CreateVolume().
|
private |
Flex object (.
Definition at line 41 of file AliMFTLadder.h.
Referenced by CreateVolume(), and ~AliMFTLadder().
|
private |
Virtual Segmentation object of the ladder.
Definition at line 40 of file AliMFTLadder.h.
Referenced by CreateSensors(), and CreateVolume().
|
staticprivate |
Ladder size along Y direction (height)
Definition at line 38 of file AliMFTLadder.h.
|
staticprivate |
Ladder size along Z direction (thickness)
Definition at line 39 of file AliMFTLadder.h.