![]() |
AliRoot Core
edcc906 (edcc906)
|
Geometry parameters of the FMD2 detector. This has two rings. More...
#include <FMD/AliFMD2.h>
Public Member Functions | |
AliFMD2 (AliFMDRing *inner, AliFMDRing *outer) | |
virtual | ~AliFMD2 () |
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 parameters of the FMD2 detector. This has two rings.
AliFMD2::AliFMD2 | ( | AliFMDRing * | inner, |
AliFMDRing * | outer | ||
) |
Constructor
inner | Pointer to inner ring description |
outer | Pointer to outer ring description |
Definition at line 42 of file AliFMD2.cxx.
|
virtual |
Initialize the geometry
Reimplemented from AliFMDDetector.
Definition at line 60 of file AliFMD2.cxx.
Referenced by AliFMDGeometry::Init(), and ~AliFMD2().