![]() |
AliRoot Core
edcc906 (edcc906)
|
Geometry description and parameters of the FMD1 detector. The FMD1 has only one ring. More...
#include <FMD/AliFMD1.h>
Public Member Functions | |
AliFMD1 (AliFMDRing *inner) | |
virtual | ~AliFMD1 () |
virtual void | Init () |
![]() | |
AliFMDDetector (Int_t id, AliFMDRing *inner, AliFMDRing *outer) | |
AliFMDDetector (const AliFMDDetector &other) | |
AliFMDDetector & | operator= (const AliFMDDetector &other) |
virtual | ~AliFMDDetector () |
virtual void | InitTransformations () |
void | SetId (Int_t x) |
void | SetInnerZ (Double_t x) |
void | SetOuterZ (Double_t x) |
void | SetInnerHoneyLowR (Double_t x) |
void | SetInnerHoneyHighR (Double_t x) |
void | SetOuterHoneyLowR (Double_t x) |
void | SetOuterHoneyHighR (Double_t x) |
Int_t | GetId () const |
Double_t | GetInnerZ () const |
Double_t | GetOuterZ () const |
Double_t | GetInnerHoneyLowR () const |
Double_t | GetInnerHoneyHighR () const |
Double_t | GetOuterHoneyLowR () const |
Double_t | GetOuterHoneyHighR () const |
AliFMDRing * | GetInner () const |
AliFMDRing * | GetOuter () const |
AliFMDRing * | GetRing (Char_t id) const |
Double_t | GetRingZ (Char_t id) const |
void | Detector2XYZ (Char_t ring, UShort_t sector, UShort_t strip, Double_t &x, Double_t &y, Double_t &z) const |
Bool_t | XYZ2Detector (Double_t x, Double_t y, Double_t z, Char_t &ring, UShort_t §or, UShort_t &strip) const |
virtual void | SetAlignableVolumes () const |
TGeoMatrix * | FindTransform (Char_t ring, UShort_t sector) const |
Additional Inherited Members | |
![]() | |
Bool_t | HasAllTransforms (Char_t ring) const |
![]() | |
Int_t | fId |
Double_t | fInnerZ |
Double_t | fOuterZ |
Double_t | fInnerHoneyLowR |
Double_t | fInnerHoneyHighR |
Double_t | fOuterHoneyLowR |
Double_t | fOuterHoneyHighR |
AliFMDRing * | fInner |
AliFMDRing * | fOuter |
TObjArray * | fInnerTransforms |
TObjArray * | fOuterTransforms |
Geometry description and parameters of the FMD1 detector. The FMD1 has only one ring.
AliFMD1::AliFMD1 | ( | AliFMDRing * | inner | ) |
Constructor
inner | Pointer to inner ring description |
Definition at line 43 of file AliFMD1.cxx.
|
virtual |
Initialize
Reimplemented from AliFMDDetector.
Definition at line 57 of file AliFMD1.cxx.
Referenced by AliFMDGeometry::Init(), and ~AliFMD1().