]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TOF/AliTOFGeometry.h
Coding conventions (Annalisa)
[u/mrichter/AliRoot.git] / TOF / AliTOFGeometry.h
1 #ifndef ALITOFGEOMETRY_H
2 #define ALITOFGEOMETRY_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /* $Id$ */
7
8 ///////////////////////////////////////////////////////////////////////////////
9 //                                                                           //
10 //  TOF geometry class                                                       //
11 //                                                                           //
12 ///////////////////////////////////////////////////////////////////////////////
13
14
15 #include "TObject.h"
16 #include "TGeoManager.h"
17
18 class AliTOFGeometry: public TObject{
19
20  public:
21   AliTOFGeometry();
22   virtual ~AliTOFGeometry();
23
24   static  Int_t NStripA()     { return kNStripA;};
25   static  Int_t NStripB()     { return kNStripB;};
26   virtual Int_t NStripC() const { return fNStripC;};
27   static  Int_t NMaxNstrip()  { return kMaxNstrip;};
28   static  Int_t NpadX()       { return kNpadX;};
29   static  Int_t NpadZ()       { return kNpadZ;};
30   static  Int_t NpadXStrip()  { return kNpadX*kNpadZ;};
31   static  Int_t NSectors()    { return kNSectors;};
32   static  Int_t NPlates()     { return kNPlates;};
33   virtual Int_t NPadXSector() const { return (kNStripA + 2*kNStripB +
34                                         2*fNStripC)*kNpadX*kNpadZ;};
35
36   virtual Float_t RinTOF() const   { return fxTOF;};
37   virtual Float_t Rmin() const     { return fRmin;};
38   virtual Float_t Rmax() const     { return fRmax;};
39
40   static  Float_t XPad()     { return fgkXPad;};
41   static  Float_t ZPad()     { return fgkZPad;};
42
43   static  Float_t StripLength() { return fgkStripLength;};
44
45   static  Int_t TimeDiff()    { return fgkTimeDiff;};
46   static  Int_t MaxTOFTree()  { return kMaxTOFTree;};
47
48   static  Int_t NDDL()        { return kNDDL;};
49   static  Int_t NTRM()        { return kNTRM;}
50   static  Int_t NTdc()        { return kNTdc;};
51   static  Int_t NCh()         { return kNCh;};
52   static  Int_t NPadXTRM()    { return kNCh*kNTdc;};
53
54   virtual  Float_t ZlenA() const      { return fZlenA;};
55   virtual  Float_t ZlenB() const      { return fZlenB;};
56   virtual  Float_t ZlenC() const      { return fZlenC;};
57   virtual  Float_t MaxhZtof() const   { return fMaxhZtof;};
58
59   static  Float_t SigmaForTail1() { return fgkSigmaForTail1;};
60   static  Float_t SigmaForTail2() { return fgkSigmaForTail2;};
61  
62   static  Double_t GetAlpha()  { return 2 * 3.14159265358979323846 / kNSectors; }; 
63  
64   static Float_t TdcBinWidth() {return fgkTdcBin;};
65
66
67   virtual void    Init();
68   virtual void    ImportGeometry() {};
69   virtual void    SetHoles(Bool_t holes) {fHoles = holes;};
70   virtual Bool_t  GetHoles() const {return fHoles;};
71   virtual Bool_t  IsInsideThePadPar(Int_t */*det*/, Float_t */*pos*/) const {return kFALSE;};
72   virtual Float_t DistanceToPadPar(Int_t */*det*/, Float_t */*pos*/, Float_t *dist3d=0) const {return dist3d[0];};
73   virtual Bool_t  IsInsideThePad(Int_t */*det*/,TGeoHMatrix /*mat*/, Float_t */*pos*/) const {return kFALSE;};
74   virtual Float_t DistanceToPad(Int_t */*det*/,TGeoHMatrix /*mat*/, Float_t */*pos*/, Float_t *dist3d=0) const {return dist3d[0];};
75   virtual void    GetVolumePath(Int_t */*ind*/, Char_t */*path*/ ){};
76   virtual void    GetPos(Int_t */*det*/,Float_t */*pos*/){};
77   virtual void    GetPosPar(Int_t *det,Float_t *pos) const;
78   virtual void    GetDetID(Float_t *pos,Int_t *det) const;
79   virtual Int_t   GetPlate(Float_t */*pos*/) const {return -1;};
80   virtual Int_t   GetStrip(Float_t */*pos*/) const {return -1;};
81   virtual Int_t   GetSector(Float_t */*pos*/) const {return -1;};
82   virtual Int_t   GetPadX(Float_t */*pos*/) const {return -1;};
83   virtual Int_t   GetPadZ(Float_t */*pos*/) const {return -1;};
84   virtual Float_t GetX(Int_t */*det*/) const {return -500.;};
85   virtual Float_t GetY(Int_t */*det*/) const {return -500.;};
86   virtual Float_t GetZ(Int_t */*det*/) const {return -500.;};
87
88   Float_t GetAngles(Int_t iplate, Int_t istrip)  const {return fAngles[iplate][istrip];};
89   Float_t GetHeights(Int_t iplate, Int_t istrip) const {return fHeights[iplate][istrip];};
90   Float_t GetDistances(Int_t iplate, Int_t istrip) const {return fDistances[iplate][istrip];};
91
92   //private:
93   protected:
94
95   enum {
96     kNStripA    = 15, // number of strips in A type module 
97     kNStripB    = 19, // number of strips in B type module 
98     kNpadX      = 48, // Number of pads along X 
99     kNpadZ      = 2,  // Number of pads along Z
100     kNSectors   = 18, // Number of Sectors
101     kNPlates    = 5,  // Number of Plates
102     kMaxTOFTree = 5,  // numer of geom. levels: 
103     kMaxNstrip  = 20  // Max. number of strips
104   };
105
106   // DAQ characteristics
107   // cfr. TOF-TDR pag. 105 for Glossary
108   // TARODA : TOF-ALICE Read Out and Data Acquisition system
109   enum {
110     kNDDL        =    4, // Number of DDL (Detector Data Link) per sector
111     kNTRM        =   10, // Number of TRM ( Readout Module) per DDL
112     kNTdc        =   30, // Number of Tdc (Time to Digital Converter) per TRM
113     kNCh         =    8  // Number of channels per Tdc
114   };
115
116   static const Int_t fgkTimeDiff;      // Min signal separation (ps)
117
118   mutable Int_t fNStripC;       // number of strips in C type module 
119
120   mutable Float_t fZlenA;       // length (cm) of the A module
121   mutable Float_t fZlenB;       // length (cm) of the B module
122   mutable Float_t fZlenC;       // length (cm) of the C module
123   mutable Float_t fMaxhZtof;    // Max half z-size of TOF (cm)
124
125   mutable Float_t fRmin;       // Inner radius of the TOF (cm)
126   mutable Float_t fRmax;       // Outer radius of the TOF (cm)
127   mutable Float_t fxTOF;       // Inner TOF Radius used in Reconstruction (cm)
128
129   static const Float_t fgkStripLength; // Strip Length (rho X phi direction) (cm)
130
131   static const Float_t fgkXPad;     // Pad size in the x direction (cm)
132   static const Float_t fgkZPad;     // Pad size in the z direction (cm)
133
134   static const Float_t fgkSigmaForTail1;//Sig1 for simulation of TDC tails 
135   static const Float_t fgkSigmaForTail2;//Sig2 for simulation of TDC tails
136
137   Bool_t fHoles; //logical for geometry version (w/wo holes)
138
139   Float_t fAngles[kNPlates][kMaxNstrip];   //Strip Tilt Angles
140   Float_t fHeights[kNPlates][kMaxNstrip];  //Strip heights
141   Float_t fDistances[kNPlates][kMaxNstrip];//Strip distances
142
143   Float_t fPhiSec; //sector Phi width (deg)
144
145   static const Float_t fgkTdcBin;   // time-window for the TDC bins [ps]
146
147   ClassDef(AliTOFGeometry,4) // TOF Geometry base class
148 };
149
150 #endif