]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TOF/AliTOFGeometry.h
Update of the documentation (Marian)
[u/mrichter/AliRoot.git] / TOF / AliTOFGeometry.h
1 #ifndef ALITOFGEOMETRY_H
2 #define ALITOFGEOMETRY_H
3
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5  * See cxx source for full Copyright notice                               */
6
7 /* $Id$ */
8
9 ///////////////////////////////////////////////////////////////////////////////
10 //                                                                           //
11 //  TOF geometry class                                                       //
12 //                                                                           //
13 ///////////////////////////////////////////////////////////////////////////////
14
15 #include "TGeoMatrix.h"
16 #include "TObject.h"
17
18 //class TGeoMatrix;
19
20 class AliTOFGeometry: public TObject{
21
22  public:
23   AliTOFGeometry();
24   virtual ~AliTOFGeometry();
25
26   static  Int_t NStripA()     { return kNStripA;};
27   static  Int_t NStripB()     { return kNStripB;};
28   static  Int_t NStripC()     { return kNStripC;};
29   static  Int_t NStrip(Int_t nPlate);
30   static  Int_t NMaxNstrip()  { return kMaxNstrip;};
31   static  Int_t NpadX()       { return kNpadX;};
32   static  Int_t NpadZ()       { return kNpadZ;};
33   static  Int_t NpadXStrip()  { return kNpadX*kNpadZ;};
34   static  Int_t NSectors()    { return kNSectors;};
35   static  Int_t NPlates()     { return kNPlates;};
36   static  Int_t NStripXSector() { return (kNStripA + 2*kNStripB +
37                                                 2*kNStripC);};
38   static  Int_t NPadXSector() { return (kNStripA + 2*kNStripB +
39                                         2*kNStripC)*kNpadX*kNpadZ;};
40
41   static  Float_t RinTOF()  { return fgkxTOF;};
42   static  Float_t Rmin()      { return fgkRmin;};
43   static  Float_t Rmax()      { return fgkRmax;};
44
45   static  Float_t XPad()     { return fgkXPad;};
46   static  Float_t ZPad()     { return fgkZPad;};
47
48   static  Float_t StripLength() { return fgkStripLength;};
49
50   static  Int_t TimeDiff()    { return fgkTimeDiff;};
51   static  Int_t MaxTOFTree()  { return kMaxTOFTree;};
52
53   static  Int_t NDDL()        { return kNDDL;};
54   static  Int_t NTRM()        { return kNTRM;}
55   static  Int_t NTdc()        { return kNTdc;};
56   static  Int_t NChain()      { return kNChain;};
57   static  Int_t NCh()         { return kNCh;};
58   static  Int_t NPadXTRM()    { return kNCh*kNTdc*kNChain;};
59
60   static  Float_t ZlenA()       { return fgkZlenA;};
61   static  Float_t ZlenB()       { return fgkZlenB;};
62   static  Float_t ZlenC()       { return fgkZlenC;};
63   static  Float_t MaxhZtof()    { return fgkMaxhZtof;};
64
65   static  Float_t SigmaForTail1() { return fgkSigmaForTail1;};
66   static  Float_t SigmaForTail2() { return fgkSigmaForTail2;};
67  
68   static  Double_t GetAlpha()  { return 2 * 3.14159265358979323846 / kNSectors; }; 
69  
70   static Float_t TdcBinWidth() {return fgkTdcBin;};
71   static Float_t ToTBinWidth() {return fgkToTBin;};
72
73   virtual void    ImportGeometry();
74   virtual void    SetHoles(Bool_t holes) {fHoles = holes;};
75   virtual Bool_t  GetHoles() const {return fHoles;};
76   virtual Float_t DistanceToPadPar(Int_t *det, Float_t *pos, Float_t *dist3d=0) const;
77   virtual Bool_t  IsInsideThePadPar(Int_t *det, Float_t *pos) const;
78   virtual Bool_t  IsInsideThePad(TGeoHMatrix mat, Float_t *pos, Float_t *dist3d=0) const;
79   virtual void    GetVolumePath(Int_t *ind, Char_t *path );
80   virtual void    GetVolumePath(Int_t sector, Char_t *path );
81   virtual void    GetVolumePath(Int_t sector, Int_t plate, Int_t strip, Char_t *path );
82   virtual void    GetPos(Int_t *det,Float_t *pos);
83   virtual void    GetPosPar(Int_t *det,Float_t *pos) const;
84   virtual void    GetDetID(Float_t *pos,Int_t *det) const;
85   virtual Int_t   GetPlate(Float_t *pos) const;
86   virtual Int_t   GetStrip(Float_t *pos) const;
87   virtual Int_t   GetSector(Float_t *pos) const;
88   virtual Int_t   GetPadX(Float_t *pos) const;
89   virtual Int_t   GetPadZ(Float_t *pos) const;
90   virtual Float_t GetX(Int_t *det) const ;
91   virtual Float_t GetY(Int_t *det) const ;
92   virtual Float_t GetZ(Int_t *det) const ;
93   virtual void    DetToStripRF(Int_t nPadX, Int_t nPadZ,
94                                Float_t &x,  Float_t &z) const;
95   virtual void    DetToSectorRF(Int_t vol[5], Double_t ** coord);
96   virtual Float_t GetPadDx(Float_t *pos);
97   virtual Float_t GetPadDy(Float_t *pos);
98   virtual Float_t GetPadDz(Float_t *pos);
99   virtual void Translation(Float_t *xyz, Float_t translationVector[3]) const;
100   virtual void Rotation(Float_t *xyz, Double_t rotationAngles[6]) const;
101   virtual void InverseRotation(Float_t *xyz, Double_t rotationAngles[6]) const;
102
103   static Float_t GetAngles(Int_t iplate, Int_t istrip)  {return fgkAngles[iplate][istrip];};
104   static Float_t GetHeights(Int_t iplate, Int_t istrip)  {return fgkHeights[iplate][istrip];};
105   static Float_t GetDistances(Int_t iplate, Int_t istrip)  {return fgkDistances[iplate][istrip];};
106
107   static Int_t GetIndex(Int_t *detId); // Get channel index from det Id (for calibration mainly)
108   static void GetVolumeIndices(Int_t index, Int_t *detId); // Get volume index from channel index
109
110   private:
111
112   enum {
113     kNStripA    = 15, // number of strips in A type module 
114     kNStripB    = 19, // number of strips in B type module 
115     kNStripC    = 19, // number of strips in C type module 
116     kNpadX      = 48, // Number of pads along X 
117     kNpadZ      = 2,  // Number of pads along Z
118     kNSectors   = 18, // Number of Sectors
119     kNPlates    = 5,  // Number of Plates
120     kMaxTOFTree = 5,  // numer of geom. levels: 
121     kMaxNstrip  = 20  // Max. number of strips
122   };
123
124   // DAQ characteristics
125   // cfr. TOF-TDR pag. 105 for Glossary
126   // TARODA : TOF-ALICE Read Out and Data Acquisition system
127   enum {
128     kNDDL        =    4, // Number of DDL (Detector Data Link) per sector
129     kNTRM        =   12, // Number of TRM ( Readout Module) per DDL
130     kNTdc        =   15, // Number of Tdc (Time to Digital Converter) per TRM
131     kNChain      =    2, // Number of chains per TRM
132     kNCh         =    8  // Number of channels per Tdc
133   };
134
135   static const Int_t fgkTimeDiff;      // Min signal separation (ps)
136
137   static const Float_t fgkZlenA;       // length (cm) of the A module
138   static const Float_t fgkZlenB;       // length (cm) of the B module
139   static const Float_t fgkZlenC;       // length (cm) of the C module
140   static const Float_t fgkMaxhZtof;    // Max half z-size of TOF (cm)
141
142   static const Float_t fgkRmin;        // Inner radius of the TOF (cm)
143   static const Float_t fgkRmax;        // Outer radius of the TOF (cm)
144   static const Float_t fgkxTOF;        // Inner TOF Radius used in Reconstruction (cm)
145
146   static const Float_t fgkStripLength; // Strip Length (rho X phi direction) (cm)
147
148   static const Float_t fgkXPad;     // Pad size in the x direction (cm)
149   static const Float_t fgkZPad;     // Pad size in the z direction (cm)
150
151   static const Float_t fgkSigmaForTail1;//Sig1 for simulation of TDC tails 
152   static const Float_t fgkSigmaForTail2;//Sig2 for simulation of TDC tails
153
154   static const Float_t fgkPhiSec; //sector Phi width (deg)
155
156   Bool_t fHoles; //logical for geometry version (w/wo holes)
157
158   static const Float_t fgkAngles[kNPlates][kMaxNstrip];   //Strip Tilt Angles
159   static const Float_t fgkHeights[kNPlates][kMaxNstrip];  //Strip heights
160   static const Float_t fgkDistances[kNPlates][kMaxNstrip];//Strip distances
161
162
163   static const Float_t fgkTdcBin;   // time-of-flight bin width [ps]
164   static const Float_t fgkToTBin;   // time-over-threshold bin width [ps]
165
166   ClassDef(AliTOFGeometry,6) // TOF Geometry base class
167 };
168
169 #endif