]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PHOS/AliPHOSGeometry.h
New classes added
[u/mrichter/AliRoot.git] / PHOS / AliPHOSGeometry.h
CommitLineData
daa2ae2f 1#ifndef ALIPHOSGEOMETRY_H
2#define ALIPHOSGEOMETRY_H
3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6ad0bfa0 6/* $Id$ */
7
b2a60966 8//_________________________________________________________________________
a3dfe79c 9// Geometry class for PHOS : singleton
10// PHOS consists of the electromagnetic calorimeter (EMCA)
11// and a charged particle veto either in the Subatech's version (PPSD)
12// or in the IHEP's one (CPV).
13// The EMCA/PPSD/CPV modules are parametrized so that any configuration
14// can be easily implemented
15// The title is used to identify the version of CPV used.
16//
b2a60966 17//*-- Author: Yves Schutz (SUBATECH)
d15a28e7 18
6c370def 19#include <assert.h>
20
d15a28e7 21// --- ROOT system ---
22
daa2ae2f 23#include "TString.h"
24#include "TObjArray.h"
25#include "TVector3.h"
d15a28e7 26
27// --- AliRoot header files ---
28
daa2ae2f 29#include "AliGeometry.h"
468794ea 30
eb92d866 31#include "AliPHOSEMCAGeometry.h"
32#include "AliPHOSCPVGeometry.h"
ed19b2e1 33#include "AliPHOSSupportGeometry.h"
daa2ae2f 34
9f616d61 35
daa2ae2f 36class AliPHOSGeometry : public AliGeometry {
37
38public:
39
88714635 40 AliPHOSGeometry() {
41 // default ctor
42 // must be kept public for root persistency purposes, but should never be called by the outside world
2685bf00 43 fPHOSAngle = 0 ;
44 fGeometryEMCA = 0;
45 fGeometrySUPP = 0;
fa0bc588 46 fGeometryCPV = 0;
47 fgGeom = 0;
48 fRotMatrixArray = 0; }
52a36ffd 49
6c370def 50 AliPHOSGeometry(const AliPHOSGeometry & geom) {
52a36ffd 51 // cpy ctor requested by Coding Convention but not yet needed
fa0bc588 52
6c370def 53 assert(0==1) ;
54 }
55
daa2ae2f 56 virtual ~AliPHOSGeometry(void) ;
282c5906 57 static AliPHOSGeometry * GetInstance(const Text_t* name, const Text_t* title="") ;
daa2ae2f 58 static AliPHOSGeometry * GetInstance() ;
5cda30f6 59 virtual void GetGlobal(const AliRecPoint* RecPoint, TVector3 & gpos, TMatrix & gmat) const ;
52a36ffd 60 virtual void GetGlobal(const AliRecPoint* RecPoint, TVector3 & gpos) const ;
daa2ae2f 61
c6e196df 62 AliPHOSGeometry & operator = (const AliPHOSGeometry & rvalue) const {
52a36ffd 63 // assignement operator requested by coding convention but not needed
6c370def 64 assert(0==1) ;
65 return *(GetInstance()) ;
66 }
cf0c2bc1 67
daa2ae2f 68 // General
69
710f859a 70 static TString Degre(void) { return TString("deg") ; } // a global for degree (deg)
cf0c2bc1 71
710f859a 72 static TString Radian(void){ return TString("rad") ; } // a global for radian (rad)
52a36ffd 73
710f859a 74 Bool_t AbsToRelNumbering(const Int_t AbsId, Int_t * RelId) const ;
75 // converts the absolute PHOS numbering to a relative
52a36ffd 76
710f859a 77 void EmcModuleCoverage(const Int_t m, Double_t & tm, Double_t & tM, Double_t & pm,
78 Double_t & pM, Option_t * opt = Radian() ) const ;
79 // calculates the angular coverage in theta and phi of a EMC module
7b7c1533 80 void EmcXtalCoverage(Double_t & theta, Double_t & phi, Option_t * opt = Radian() ) const ;
710f859a 81 // calculates the angular coverage in theta and phi of a
82 // single crystal in a EMC module
83 void ImpactOnEmc(const Double_t theta, const Double_t phi, Int_t & ModuleNumber,
84 Double_t & z, Double_t & x) const ;
85 // calculates the impact coordinates of a neutral particle
86 // emitted in direction theta and phi in ALICE
8f09b22b 87 Bool_t IsInEMC(const Int_t id) const { if (id > GetNModules() * GetNCristalsInModule() ) return kFALSE; return kTRUE; }
710f859a 88 void RelPosInModule(const Int_t * RelId, Float_t & y, Float_t & z) const ;
89 // gets the position of element (pad or Xtal) relative to
90 // center of PHOS module
91 void RelPosInAlice(const Int_t AbsId, TVector3 & pos) const ;
92 // gets the position of element (pad or Xtal) relative to Alice
93 Bool_t RelToAbsNumbering(const Int_t * RelId, Int_t & AbsId) const ;
94 // converts the absolute PHOS numbering to a relative
95
96 Bool_t IsInitialized(void) const { return fgInit ; }
c198e326 97
52a36ffd 98 // Return general PHOS parameters
710f859a 99 Int_t GetNModules(void) const { return fNModules ; }
100 Float_t GetPHOSAngle(Int_t index) const { return fPHOSAngle[index-1] ; }
101 Float_t* GetPHOSParams(void) { return fPHOSParams;} //Half-sizes of PHOS trapecoid
102 Float_t GetIPtoUpperCPVsurface(void) const { return fIPtoUpperCPVsurface ; }
103 Float_t GetOuterBoxSize(Int_t index) const { return 2.*fPHOSParams[index]; }
104 Float_t GetCrystalSize(Int_t index) const { return fGeometryEMCA->GetCrystalSize(index) ; }
105
106 // Return EMCA geometry parameters
107
108 AliPHOSEMCAGeometry * GetEMCAGeometry() const {return fGeometryEMCA ;}
109 Float_t GetIPtoCrystalSurface(void) const { return fGeometryEMCA->GetIPtoCrystalSurface() ; }
110 Float_t GetIPtoOuterCoverDistance(void) const { return fGeometryEMCA->GetIPtoOuterCoverDistance() ; }
111 Int_t GetNPhi(void) const { return fGeometryEMCA->GetNPhi() ; }
112 Int_t GetNZ(void) const { return fGeometryEMCA->GetNZ() ; }
113 Int_t GetNCristalsInModule(void) const { return fGeometryEMCA->GetNPhi() * fGeometryEMCA->GetNZ() ; }
114
115 // Return CPV geometry parameters
ed4205d8 116 Int_t GetNumberOfCPVLayers(void) const { return fGeometryCPV ->GetNumberOfCPVLayers(); }
ed4205d8 117 Float_t GetCPVActiveSize(Int_t index) const { return fGeometryCPV->GetCPVActiveSize(index); }
118 Int_t GetNumberOfCPVChipsPhi(void) const { return fGeometryCPV->GetNumberOfCPVChipsPhi(); }
119 Int_t GetNumberOfCPVChipsZ(void) const { return fGeometryCPV->GetNumberOfCPVChipsZ(); }
120 Int_t GetNumberOfCPVPadsPhi(void) const { return fGeometryCPV->GetNumberOfCPVPadsPhi(); }
121 Int_t GetNumberOfCPVPadsZ(void) const { return fGeometryCPV->GetNumberOfCPVPadsZ(); }
122 Float_t GetPadSizePhi(void) const { return fGeometryCPV->GetCPVPadSizePhi(); }
123 Float_t GetPadSizeZ(void) const { return fGeometryCPV->GetCPVPadSizeZ(); }
124 Float_t GetGassiplexChipSize(Int_t index) const { return fGeometryCPV->GetGassiplexChipSize(index); }
125 Float_t GetCPVGasThickness(void) const { return fGeometryCPV->GetCPVGasThickness(); }
126 Float_t GetCPVTextoliteThickness(void) const { return fGeometryCPV->GetCPVTextoliteThickness(); }
127 Float_t GetCPVCuNiFoilThickness(void) const { return fGeometryCPV->GetCPVCuNiFoilThickness(); }
128 Float_t GetFTPosition(Int_t index) const { return fGeometryCPV->GetFTPosition(index); }
129 Float_t GetCPVFrameSize(Int_t index) const { return fGeometryCPV->GetCPVFrameSize(index); }
710f859a 130 Float_t GetCPVBoxSize(Int_t index) const { return fGeometryCPV ->GetCPVBoxSize(index); }
131 Float_t GetIPtoCPVDistance(void) const { return GetIPtoOuterCoverDistance() -
132 GetCPVBoxSize(1) - 1.0; }
52a36ffd 133
710f859a 134 // Return PHOS' support geometry parameters
ed19b2e1 135
136 Float_t GetRailOuterSize(Int_t index) const { return fGeometrySUPP->GetRailOuterSize(index); }
137 Float_t GetRailPart1 (Int_t index) const { return fGeometrySUPP->GetRailPart1 (index); }
138 Float_t GetRailPart2 (Int_t index) const { return fGeometrySUPP->GetRailPart2 (index); }
139 Float_t GetRailPart3 (Int_t index) const { return fGeometrySUPP->GetRailPart3 (index); }
140 Float_t GetRailPos (Int_t index) const { return fGeometrySUPP->GetRailPos (index); }
710f859a 141 Float_t GetRailLength (void) const { return fGeometrySUPP->GetRailLength (); }
142 Float_t GetDistanceBetwRails(void) const { return fGeometrySUPP->GetDistanceBetwRails(); }
143 Float_t GetRailsDistanceFromIP(void) const { return fGeometrySUPP->GetRailsDistanceFromIP();}
ed19b2e1 144 Float_t GetRailRoadSize (Int_t index) const { return fGeometrySUPP->GetRailRoadSize (index); }
710f859a 145 Float_t GetCradleWallThickness(void) const { return fGeometrySUPP->GetCradleWallThickness();}
ed19b2e1 146 Float_t GetCradleWall (Int_t index) const { return fGeometrySUPP->GetCradleWall (index); }
147 Float_t GetCradleWheel (Int_t index) const { return fGeometrySUPP->GetCradleWheel (index); }
daa2ae2f 148
6c370def 149protected:
150
aafe457d 151 AliPHOSGeometry(const Text_t* name, const Text_t* title="") : AliGeometry(name, title) {
6c370def 152 // ctor only for internal usage (singleton)
153 Init() ;
52a36ffd 154 }
155 void Init(void) ; // steering method for PHOS and PPSD/CPV
6c370def 156
daa2ae2f 157private:
6c370def 158
eb92d866 159 Int_t fNModules ; // Number of modules constituing PHOS
ed4205d8 160 Float_t fAngle ; // Position angles between modules
eb92d866 161 Float_t *fPHOSAngle ; //[fNModules] Position angles of modules
710f859a 162 Float_t fPHOSParams[4] ; // Half-sizes of PHOS trapecoid
163 Float_t fIPtoUpperCPVsurface; // Minimal distance from IP to PHOS
eb92d866 164 TObjArray *fRotMatrixArray ; // Liste of rotation matrices (one per phos module)
165 AliPHOSEMCAGeometry *fGeometryEMCA ; // Geometry object for Electromagnetic calorimeter
ed4205d8 166 AliPHOSCPVGeometry *fGeometryCPV ; // Geometry object for CPV (IHEP)
ed19b2e1 167 AliPHOSSupportGeometry *fGeometrySUPP ; // Geometry object for PHOS support
52a36ffd 168
ed4205d8 169 void SetPHOSAngles(); // calculates the PHOS modules PHI angle
daa2ae2f 170
88714635 171 static AliPHOSGeometry * fgGeom ; // pointer to the unique instance of the singleton
52a36ffd 172 static Bool_t fgInit ; // Tells if geometry has been succesfully set up
daa2ae2f 173
52a36ffd 174 ClassDef(AliPHOSGeometry,1) // PHOS geometry class
daa2ae2f 175
176} ;
177
178#endif // AliPHOSGEOMETRY_H