]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/AliEMCALGeometry.cxx
Geometry configuration for 2012
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALGeometry.cxx
1 /**************************************************************************
2  * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3  *                                                                        *
4  * Author: The ALICE Off-line Project.                                    *
5  * Contributors are mentioned in the code where appropriate.              *
6  *                                                                        *
7  * Permission to use, copy, modify and distribute this software and its   *
8  * documentation strictly for non-commercial purposes is hereby granted   *
9  * without fee, provided that the above copyright notice appears in all   *
10  * copies and that both the copyright notice and this permission notice   *
11  * appear in the supporting documentation. The authors make no claims     *
12  * about the suitability of this software for any purpose. It is          *
13  * provided "as is" without express or implied warranty.                  *
14  **************************************************************************/
15
16 /* $Id$*/
17
18 //_________________________________________________________________________
19 // Geometry class  for EMCAL : singleton 
20 // EMCAL consists of layers of scintillator and lead
21 // with scintillator fiber arranged as "shish-kebab" skewers 
22 // Places the the Barrel Geometry of The EMCAL at Midrapidity
23 // between 80 and 180(or 190) degrees of Phi and
24 // -0.7 to 0.7 in eta 
25 //
26 //     EMCAL geometry tree:
27 //     EMCAL -> superModule -> module -> tower(cell)
28 //     Indexes
29 //     absId -> nSupMod     -> nModule -> (nIphi,nIeta)
30 //
31 //   Name choices: 
32 //   EMCAL_PDC06 (geometry used for PDC06 simulations, kept for backward compatibility)
33 //      = equivalent to SHISH_77_TRD1_2X2_FINAL_110DEG in old notation
34 //   EMCAL_COMPLETE (geometry for expected complete detector)
35 //      = equivalent to SHISH_77_TRD1_2X2_FINAL_110DEG scTh=0.176 pbTh=0.144
36 //          in old notation
37 //   EMCAL_FIRSTYEARV1 - geometry for December 2009 to December 2010 run period; 
38 //                fixed bug for positions of modules inside SM
39 //                (first module has tilt 0.75 degree);
40 //                the sizes updated with last information from production
41 //                drawing (end of October 2010). 
42 //      
43 //   EMCAL_COMPLETEV1: Same fixes as FIRSTYEAR and 10 SM instead of 10+2 half SM, for 2011 runs
44 //
45 //   EMCAL_COMPLETE12SMV1: contains 12 SM for runs from year 2012 and on
46 //
47 //   EMCAL_WSUC (Wayne State test stand)
48 //      = no definite equivalent in old notation, was only used by
49 //          Aleksei, but kept for testing purposes
50 //
51 //   etc.
52
53 //
54 // Usage: 
55 //        You can create the AliEMCALGeometry object independently from anything.
56 //        You have to use just the correct name of geometry. If name is empty string the
57 //        default name of geometry will be used.
58 //         
59 //  AliEMCALGeometry* g = AliEMCALGeometry::GetInstance(name,title); // first time
60 //  ..
61 //  g = AliEMCALGeometry::GetInstance();                             // after first time
62 //
63 //  MC:   If you work with MC data you have to get geometry the next way: 
64 //  ==                                      =============================
65 //  AliRunLoader    *rl   = AliRunLoader::Instance();
66 //  AliEMCALGeometry *geom = dynamic_cast<AliEMCAL*>(rl->GetAliRun()->GetDetector("EMCAL"))->GetGeometry();
67 //  TGeoManager::Import("geometry.root");
68 //
69 //*-- Author: Sahal Yacoob (LBL / UCT)
70 //     and  : Yves Schutz (SUBATECH)
71 //     and  : Jennifer Klay (LBL)
72 //     and  : Alexei Pavlinov (WSU) 
73 //
74 //  Implementation for analysis usage, before AliEMCALGeometry now (06/2011) merged again
75 //  in AliEMCALGeometry
76 //                  
77 // -- Author: Magali Estienne (magali.estienne@subatech.in2p3.fr)
78 //
79 //
80 // Usage: 
81 //        You can create the AliEMCALGeometry object independently from anything.
82 //        You have to use just the correct name of geometry. If name is empty string the
83 //        default name of geometry will be used.
84 //         
85 //  AliEMCALGeometry* geom = new AliEMCALGeometry("EMCAL_COMPLETE12SMV1","EMCAL");
86 //  TGeoManager::Import("geometry.root");
87 //
88 //  MC:   If you work with MC data you have to get geometry the next way: 
89 //  ==                                      =============================
90 // !!!!!!!!! This part has to be modified
91 //  AliRunLoader    *rl   = AliRunLoader::GetRunLoader();
92 //  AliEMCALEMCGeometry *geom = dynamic_cast<AliEMCAL*>(rl->GetAliRun()->GetDetector("EMCAL"))->GetGeometry();
93 //  TGeoManager::Import("geometry.root");
94
95
96 // --- ROOT system ---
97
98 #include <TParticle.h>
99 #include <TGeoManager.h>
100 #include <TGeoMatrix.h>
101 #include <TGeoBBox.h>
102 #include <TList.h>
103 #include <TBrowser.h>
104
105 // --- Standard library ---
106 //#include <Riostream.h>
107
108 // --- AliRoot header files ---
109 #include "AliEMCALGeometry.h"
110 #include "AliEMCALShishKebabTrd1Module.h"
111
112 ClassImp(AliEMCALGeometry)
113
114 // these initialisations are needed for a singleton
115 AliEMCALGeometry  *AliEMCALGeometry::fgGeom      = 0;
116 const Char_t*      AliEMCALGeometry::fgkDefaultGeometryName = "EMCAL_COMPLETE12SMV1";
117
118 //____________________________________________________________________________
119 AliEMCALGeometry::AliEMCALGeometry():
120   fEMCGeometry(0x0),fGeoName(0),
121   fKey110DEG(0),fNCellsInSupMod(0),fNETAdiv(0),fNPHIdiv(0),
122   fNCellsInModule(0),fPhiBoundariesOfSM(0x0),fPhiCentersOfSM(0x0),
123   fPhiCentersOfCells(0x0),fCentersOfCellsEtaDir(0x0),
124   fCentersOfCellsPhiDir(0x0),fEtaCentersOfCells(0x0),
125   fNCells(0),fNPhi(0),fCentersOfCellsXDir(0x0),fArm1EtaMin(0),
126   fArm1EtaMax(0),fArm1PhiMin(0),fArm1PhiMax(0),fEtaMaxOfTRD1(0),
127   fShishKebabTrd1Modules(0),fPhiModuleSize(0.),
128   fEtaModuleSize(0.),fPhiTileSize(0.),fEtaTileSize(0.),fNZ(0),
129   fIPDistance(0.),fLongModuleSize(0.),fShellThickness(0.),
130   fZLength(0.),fSampling(0.),fUseExternalMatrices(kFALSE)
131 {
132   // default ctor 
133   // must be kept public for root persistency purposes, but should never be called by the outside world
134   fEnvelop[0] = 0.;
135   fEnvelop[1] = 0.;
136   fEnvelop[2] = 0.;
137   fParSM[0]   = 0.;
138   fParSM[1]   = 0.;
139   fParSM[2]   = 0.;
140   for (Int_t i=0;i<AliEMCALGeoParams::fgkEMCALModules;i++)
141     fkSModuleMatrix[i]=0 ;
142
143   for (Int_t i = 0; i < 48; i++)
144         for (Int_t j = 0; j < 64; j++) fFastOR2DMap[i][j] = -1;
145 }  
146
147 //____________________________________________________________________________
148 AliEMCALGeometry::AliEMCALGeometry(const AliEMCALGeometry & geo)
149   : TNamed(geo),
150     fEMCGeometry(geo.fEMCGeometry),fGeoName(geo.fGeoName),
151     fKey110DEG(geo.fKey110DEG),fNCellsInSupMod(geo.fNCellsInSupMod),fNETAdiv(geo.fNETAdiv),fNPHIdiv(geo.fNPHIdiv),
152     fNCellsInModule(geo.fNCellsInModule),fPhiBoundariesOfSM(geo.fPhiBoundariesOfSM),fPhiCentersOfSM(geo.fPhiCentersOfSM),
153     fPhiCentersOfCells(geo.fPhiCentersOfCells),fCentersOfCellsEtaDir(geo.fCentersOfCellsEtaDir),
154     fCentersOfCellsPhiDir(geo.fCentersOfCellsPhiDir),fEtaCentersOfCells(geo.fEtaCentersOfCells),
155     fNCells(geo.fNCells),fNPhi(geo.fNPhi),fCentersOfCellsXDir(geo.fCentersOfCellsXDir),fArm1EtaMin(geo.fArm1EtaMin),
156     fArm1EtaMax(geo.fArm1EtaMax),fArm1PhiMin(geo.fArm1PhiMin),fArm1PhiMax(geo.fArm1PhiMax),fEtaMaxOfTRD1(geo.fEtaMaxOfTRD1),
157     fShishKebabTrd1Modules(geo.fShishKebabTrd1Modules),fPhiModuleSize(geo.fPhiModuleSize),
158     fEtaModuleSize(geo.fEtaModuleSize),fPhiTileSize(geo.fPhiTileSize),fEtaTileSize(geo.fEtaTileSize),fNZ(geo.fNZ),
159     fIPDistance(geo.fIPDistance),fLongModuleSize(geo.fLongModuleSize),fShellThickness(geo.fShellThickness),
160     fZLength(geo.fZLength),fSampling(geo.fSampling),fUseExternalMatrices(geo.fUseExternalMatrices)
161 {
162   // Copy constarctor
163   fEnvelop[0] = geo.fEnvelop[0];
164   fEnvelop[1] = geo.fEnvelop[1];
165   fEnvelop[2] = geo.fEnvelop[2];
166   fParSM[0]   = geo.fParSM[0];
167   fParSM[1]   = geo.fParSM[1];
168   fParSM[2]   = geo.fParSM[2];
169   for (Int_t i=0;i<AliEMCALGeoParams::fgkEMCALModules;i++)
170     fkSModuleMatrix[i]=0 ;
171   
172   for (Int_t i = 0; i < 48; i++)
173         for (Int_t j = 0; j < 64; j++) fFastOR2DMap[i][j] = geo.fFastOR2DMap[i][j];
174 }
175
176 //____________________________________________________________________________
177 AliEMCALGeometry::AliEMCALGeometry(const Text_t* name,   const Text_t* title,
178                                    const Text_t* mcname, const Text_t* mctitle) 
179   : TNamed(name, title),
180     fEMCGeometry(0x0),fGeoName(0),
181     fKey110DEG(0),fNCellsInSupMod(0),fNETAdiv(0),fNPHIdiv(0),
182     fNCellsInModule(0),fPhiBoundariesOfSM(0x0),fPhiCentersOfSM(0x0),
183     fPhiCentersOfCells(0x0),fCentersOfCellsEtaDir(0x0),
184     fCentersOfCellsPhiDir(0x0),fEtaCentersOfCells(0x0),
185     fNCells(0),fNPhi(0),fCentersOfCellsXDir(0x0),fArm1EtaMin(0),
186     fArm1EtaMax(0),fArm1PhiMin(0),fArm1PhiMax(0),fEtaMaxOfTRD1(0),
187     fShishKebabTrd1Modules(0),fPhiModuleSize(0.),
188     fEtaModuleSize(0.),fPhiTileSize(0.),fEtaTileSize(0.),fNZ(0),
189     fIPDistance(0.),fLongModuleSize(0.),fShellThickness(0.),
190     fZLength(0.),fSampling(0.), fUseExternalMatrices(kFALSE)
191
192
193   // ctor only for normal usage 
194   
195   fEMCGeometry = new AliEMCALEMCGeometry(name,title,mcname,mctitle);
196
197   fGeoName = fEMCGeometry->GetGeoName();
198   fKey110DEG = fEMCGeometry->GetKey110DEG();
199   fNCellsInSupMod = fEMCGeometry->GetNCellsInSupMod();
200   fNETAdiv = fEMCGeometry->GetNETAdiv();
201   fNPHIdiv = fEMCGeometry->GetNPHIdiv();
202   fNCellsInModule = fNPHIdiv*fNETAdiv;
203   static int i=0;
204   Int_t nSMod = fEMCGeometry->GetNumberOfSuperModules();
205   fPhiBoundariesOfSM.Set(nSMod);
206   fPhiCentersOfSM.Set(nSMod/2);
207   for(Int_t sm=0; sm<nSMod; sm++) {
208     i = sm/2;
209     fEMCGeometry->GetPhiBoundariesOfSM(sm,fPhiBoundariesOfSM[2*i],fPhiBoundariesOfSM[2*i+1]);
210   }
211
212   Double_t phiMin =  0.;
213   Double_t phiMax =  0.;
214   for(Int_t sm=0; sm<nSMod; sm++) {
215     fEMCGeometry->GetPhiBoundariesOfSM(sm,phiMin,phiMax);
216     i=sm/2;
217     fPhiCentersOfSM[i] = fEMCGeometry->GetPhiCenterOfSM(sm);
218   }
219   fNCells = fEMCGeometry->GetNCells();
220   fNPhi = fEMCGeometry->GetNPhi();
221   fEnvelop[0] = fEMCGeometry->GetEnvelop(0);
222   fEnvelop[1] = fEMCGeometry->GetEnvelop(1);
223   fEnvelop[2] = fEMCGeometry->GetEnvelop(2);
224   fParSM[0]   = fEMCGeometry->GetSuperModulesPar(0);
225   fParSM[1]   = fEMCGeometry->GetSuperModulesPar(1);
226   fParSM[2]   = fEMCGeometry->GetSuperModulesPar(2);
227   fArm1EtaMin = fEMCGeometry->GetArm1EtaMin();
228   fArm1EtaMax = fEMCGeometry->GetArm1EtaMax();
229   fArm1PhiMin = fEMCGeometry->GetArm1PhiMin();
230   fArm1PhiMax = fEMCGeometry->GetArm1PhiMax();
231   fShellThickness = fEMCGeometry->GetShellThickness();
232   fZLength    = fEMCGeometry->GetZLength();
233   fSampling   = fEMCGeometry->GetSampling();
234   fEtaModuleSize = fEMCGeometry->GetEtaModuleSize();
235   fPhiModuleSize = fEMCGeometry->GetPhiModuleSize();
236   fEtaTileSize = fEMCGeometry->GetEtaTileSize();
237   fPhiTileSize = fEMCGeometry->GetPhiTileSize();
238   fNZ          = fEMCGeometry->GetNZ();
239   fIPDistance  = fEMCGeometry->GetIPDistance();
240   fLongModuleSize = fEMCGeometry->GetLongModuleSize();
241
242   CreateListOfTrd1Modules();
243
244   for(Int_t smod=0; smod < AliEMCALGeoParams::fgkEMCALModules; smod++)
245     fkSModuleMatrix[smod]=0 ;   
246         
247   if (AliDebugLevel()>=2) {
248     fEMCGeometry->Print();
249     PrintGeometryGeoUtils();
250   }
251
252   for (Int_t ix = 0; ix < 48; ix++)
253         for (Int_t jx = 0; jx < 64; jx++) fFastOR2DMap[ix][jx] = -1;
254
255   BuildFastOR2DMap();
256 }
257
258 //____________________________________________________________________________
259 AliEMCALGeometry & AliEMCALGeometry::operator = (const AliEMCALGeometry  & /*rvalue*/) { 
260   //assing operator
261   Fatal("assignment operator", "not implemented") ; 
262   return *this ;
263 }
264
265 //____________________________________________________________________________
266 AliEMCALGeometry::~AliEMCALGeometry(void)
267 {
268   // dtor
269   if (this==fgGeom) {
270     AliError("Do not call delete on me");
271     return;
272   }
273   if (fEMCGeometry){ 
274     for(Int_t smod = 0 ; smod < fEMCGeometry->GetNumberOfSuperModules(); smod++){
275       if(fkSModuleMatrix[smod])
276         delete fkSModuleMatrix[smod] ;
277         fkSModuleMatrix[smod]=0 ;
278     }
279     delete fEMCGeometry; // fEMCGeometry = 0 ;
280   }
281 }
282
283 //______________________________________________________________________
284 AliEMCALGeometry *  AliEMCALGeometry::GetInstance(){ 
285   // Returns the pointer of the unique instance
286   
287   AliEMCALGeometry * rv = static_cast<AliEMCALGeometry *>( fgGeom );
288   return rv; 
289 }
290
291 //______________________________________________________________________
292 AliEMCALGeometry* AliEMCALGeometry::GetInstance(const Text_t* name,   const Text_t* title,
293                                                 const Text_t* mcname, const Text_t* mctitle ){
294   // Returns the pointer of the unique instance
295     
296   AliEMCALGeometry * rv = 0; 
297   if ( fgGeom == 0 ) {
298     if ( strcmp(name,"") == 0 ) { // get default geometry
299       fgGeom = new AliEMCALGeometry(fgkDefaultGeometryName, title,mcname,mctitle);
300     } else {
301       fgGeom = new AliEMCALGeometry(name, title,mcname,mctitle);
302     }  // end if strcmp(name,"")
303     if ( AliEMCALEMCGeometry::fgInit ) rv = (AliEMCALGeometry * ) fgGeom;
304     else {
305       rv = 0; 
306       delete fgGeom; 
307       fgGeom = 0; 
308     } // end if fgInit
309   }else{
310     if ( strcmp(fgGeom->GetName(), name) != 0) {
311       printf("\ncurrent geometry is %s : ", fgGeom->GetName());
312       printf(" you cannot call %s ",name);  
313     }else{
314       rv = (AliEMCALGeometry *) fgGeom; 
315     } // end 
316   }  // end if fgGeom
317   return rv; 
318 }
319
320 //________________________________________________________________________________________________
321 void AliEMCALGeometry::Browse(TBrowser* b)
322 {
323   //Browse the modules
324   if(fShishKebabTrd1Modules) b->Add(fShishKebabTrd1Modules);
325 }
326
327 //________________________________________________________________________________________________
328 Bool_t AliEMCALGeometry::IsFolder() const
329 {
330   //Check if fShishKebabTrd1Modules is in folder
331   if(fShishKebabTrd1Modules) return kTRUE;
332   else                       return kFALSE;
333 }
334
335 //________________________________________________________________________________________________
336 void AliEMCALGeometry::GetGlobal(const Double_t *loc, Double_t *glob, int ind) const
337 {
338   // Figure out the global numbering
339   // of a given supermodule from the
340   // local numbering and the transformation
341   // matrix stored by the geometry manager (allows for misaligned
342   // geometry)
343         
344         const TGeoHMatrix* m = GetMatrixForSuperModule(ind);
345     if(m) {
346       m->LocalToMaster(loc, glob);
347     } else {
348       AliFatal("Geo matrixes are not loaded \n") ;
349     }
350 }
351
352 //________________________________________________________________________________________________
353 void AliEMCALGeometry::GetGlobal(const TVector3 &vloc, TVector3 &vglob, int ind) const
354 {
355   //Figure out the global numbering
356   //of a given supermodule from the
357   //local numbering given a 3-vector location
358
359   static Double_t tglob[3], tloc[3];
360   vloc.GetXYZ(tloc);
361   GetGlobal(tloc, tglob, ind);
362   vglob.SetXYZ(tglob[0], tglob[1], tglob[2]);
363 }
364
365 //________________________________________________________________________________________________
366 void AliEMCALGeometry::GetGlobal(Int_t absId , double glob[3]) const
367 {
368   // Alice numbering scheme - Jun 03, 2006
369   static Int_t nSupMod=-1, nModule=-1, nIphi=-1, nIeta=-1;
370   static double loc[3];
371
372   glob[0]=glob[1]=glob[2]=0.0; // bad case
373   if(RelPosCellInSModule(absId, loc)) {
374     GetCellIndex(absId, nSupMod, nModule, nIphi, nIeta);
375
376           const TGeoHMatrix* m = GetMatrixForSuperModule(nSupMod);
377           if(m) {
378       m->LocalToMaster(loc, glob);
379     } else {
380       AliFatal("Geo matrixes are not loaded \n") ;
381     }
382   }
383 }
384
385 //___________________________________________________________________
386 void AliEMCALGeometry::GetGlobal(Int_t absId , TVector3 &vglob) const
387 {
388   // Alice numbering scheme - Jun 03, 2006
389   static Double_t glob[3];
390
391   GetGlobal(absId, glob);
392   vglob.SetXYZ(glob[0], glob[1], glob[2]);
393
394 }
395
396
397 //______________________________________________________________________
398 void AliEMCALGeometry::PrintCellIndexes(Int_t absId, int pri, const char *tit) const
399 {
400   // Service methods
401   Int_t nSupMod, nModule, nIphi, nIeta;
402   Int_t iphi, ieta;
403   TVector3 vg;
404
405   GetCellIndex(absId,  nSupMod, nModule, nIphi, nIeta);
406   printf(" %s | absId : %i -> nSupMod %i nModule %i nIphi %i nIeta %i \n", tit, absId,  nSupMod, nModule, nIphi, nIeta);
407   if(pri>0) {
408     GetCellPhiEtaIndexInSModule(nSupMod,nModule,nIphi,nIeta, iphi,ieta);
409     printf(" local SM index : iphi %i : ieta %i \n", iphi,ieta);
410     GetGlobal(absId, vg);
411     printf(" vglob : mag %7.2f : perp %7.2f : z %7.2f : eta %6.4f : phi %6.4f(%6.2f) \n", 
412            vg.Mag(), vg.Perp(), vg.Z(), vg.Eta(), vg.Phi(), vg.Phi()*TMath::RadToDeg());
413   }
414 }
415
416 void AliEMCALGeometry::PrintLocalTrd1(Int_t pri) const
417 {
418   // For comparing with numbers from drawing
419   for(Int_t i=0; i<GetShishKebabTrd1Modules()->GetSize(); i++){
420     printf(" %s | ", GetShishKebabModule(i)->GetName());
421     if(i==0 && pri<1) GetShishKebabModule(i)->PrintShish(1);
422     else     GetShishKebabModule(i)->PrintShish(pri);
423   }
424 }
425
426 //________________________________________________________________________________________________
427 void AliEMCALGeometry::EtaPhiFromIndex(Int_t absId,Double_t &eta,Double_t &phi) const
428 {
429   // Nov 16, 2006- float to double
430   // version for TRD1 only
431   static TVector3 vglob;
432   GetGlobal(absId, vglob);
433   eta = vglob.Eta();
434   phi = vglob.Phi();
435 }
436
437 //________________________________________________________________________________________________
438 void AliEMCALGeometry::EtaPhiFromIndex(Int_t absId,Float_t &eta,Float_t &phi) const
439 {
440   // Nov 16,2006 - should be discard in future
441   static TVector3 vglob;
442   GetGlobal(absId, vglob);
443   eta = float(vglob.Eta());
444   phi = float(vglob.Phi());
445 }
446
447 //
448 // == Shish-kebab cases ==
449 //
450 //________________________________________________________________________________________________
451 Int_t AliEMCALGeometry::GetAbsCellId(Int_t nSupMod, Int_t nModule, Int_t nIphi, Int_t nIeta) const
452
453   // 27-aug-04; 
454   // corr. 21-sep-04; 
455   //       13-oct-05; 110 degree case
456   // May 31, 2006; ALICE numbering scheme:
457   // 0 <= nSupMod < fNumberOfSuperModules
458   // 0 <= nModule  < fNPHI * fNZ ( fNPHI * fNZ/2 for fKey110DEG=1)
459   // 0 <= nIphi   < fNPHIdiv
460   // 0 <= nIeta   < fNETAdiv
461   // 0 <= absid   < fNCells
462   static Int_t id=0; // have to change from 0 to fNCells-1
463   if(fKey110DEG == 1 && nSupMod >= 10) { // 110 degree case; last two supermodules
464     id  = fNCellsInSupMod*10 + (fNCellsInSupMod/2)*(nSupMod-10);
465   } else {
466     id  = fNCellsInSupMod*nSupMod;
467   }
468   id += fNCellsInModule *nModule;
469   id += fNPHIdiv *nIphi;
470   id += nIeta;
471   if(id<0 || id >= fNCells) {
472 //     printf(" wrong numerations !!\n");
473 //     printf("    id      %6i(will be force to -1)\n", id);
474 //     printf("    fNCells %6i\n", fNCells);
475 //     printf("    nSupMod %6i\n", nSupMod);
476 //     printf("    nModule  %6i\n", nModule);
477 //     printf("    nIphi   %6i\n", nIphi);
478 //     printf("    nIeta   %6i\n", nIeta);
479     id = -TMath::Abs(id); // if negative something wrong
480   }
481   return id;
482 }
483
484 //________________________________________________________________________________________________
485 void  AliEMCALGeometry::GetModuleIndexesFromCellIndexesInSModule(Int_t nSupMod, Int_t iphi, Int_t ieta, 
486                         Int_t &iphim, Int_t &ietam, Int_t &nModule) const
487 {
488   // Transition from cell indexes (ieta,iphi) to module indexes (ietam,iphim, nModule)
489   static Int_t nphi=-1;
490   nphi  = GetNumberOfModuleInPhiDirection(nSupMod);  
491
492   ietam  = ieta/fNETAdiv;
493   iphim  = iphi/fNPHIdiv;
494   nModule = ietam * nphi + iphim; 
495 }
496
497 //________________________________________________________________________________________________
498 Int_t  AliEMCALGeometry::GetAbsCellIdFromCellIndexes(Int_t nSupMod, Int_t iphi, Int_t ieta) const
499 {
500   // Transition from super module number(nSupMod) and cell indexes (ieta,iphi) to absId
501   static Int_t ietam=-1, iphim=-1, nModule=-1;
502   static Int_t nIeta=-1, nIphi=-1; // cell indexes in module
503
504   GetModuleIndexesFromCellIndexesInSModule(nSupMod, iphi, ieta, ietam, iphim, nModule);
505
506   nIeta = ieta%fNETAdiv;
507   nIeta = fNETAdiv - 1 - nIeta;
508   nIphi = iphi%fNPHIdiv;
509
510   return GetAbsCellId(nSupMod, nModule, nIphi, nIeta);
511 }
512
513 //________________________________________________________________________________________________
514 Bool_t AliEMCALGeometry::SuperModuleNumberFromEtaPhi(Double_t eta, Double_t phi, Int_t &nSupMod) const
515
516   // Return false if phi belongs a phi cracks between SM
517  
518   static Int_t i=0;
519
520   if(TMath::Abs(eta) > fEtaMaxOfTRD1) return kFALSE;
521
522   phi = TVector2::Phi_0_2pi(phi); // move phi to (0,2pi) boundaries
523   for(i=0; i<6; i++) {
524         
525         //Check if it is not the complete geometry
526         if (i >= fEMCGeometry->GetNumberOfSuperModules()/2) return kFALSE;
527
528     if(phi>=fPhiBoundariesOfSM[2*i] && phi<=fPhiBoundariesOfSM[2*i+1]) {
529       nSupMod = 2*i;
530       if(eta < 0.0) nSupMod++;
531       AliDebug(1,Form("eta %f phi %f(%5.2f) : nSupMod %i : #bound %i", eta,phi,phi*TMath::RadToDeg(), nSupMod,i));
532       return kTRUE;
533     }
534   }
535   return kFALSE;
536 }
537
538
539 //________________________________________________________________________________________________
540 Bool_t AliEMCALGeometry::GetAbsCellIdFromEtaPhi(Double_t eta, Double_t phi, Int_t &absId) const
541 {
542   // Nov 17,2006
543   // stay here - phi problem as usual 
544   static Int_t nSupMod=-1, i=0, ieta=-1, iphi=-1, etaShift=0, nphi=-1;
545   static Double_t absEta=0.0, d=0.0, dmin=0.0, phiLoc=0;
546   absId = nSupMod = - 1;
547   if(SuperModuleNumberFromEtaPhi(eta, phi, nSupMod)) {
548     // phi index first
549     phi    = TVector2::Phi_0_2pi(phi);
550     phiLoc = phi - fPhiCentersOfSM[nSupMod/2];
551     nphi   = fPhiCentersOfCells.GetSize();
552     if(nSupMod>=10) {
553       phiLoc = phi - 190.*TMath::DegToRad();
554       nphi  /= 2;
555     }
556
557     dmin   = TMath::Abs(fPhiCentersOfCells[0]-phiLoc);
558     iphi   = 0;
559     for(i=1; i<nphi; i++) {
560       d = TMath::Abs(fPhiCentersOfCells[i] - phiLoc);
561       if(d < dmin) {
562         dmin = d;
563         iphi = i;
564       }
565       //      printf(" i %i : d %f : dmin %f : fPhiCentersOfCells[i] %f \n", i, d, dmin, fPhiCentersOfCells[i]);
566     }
567     // odd SM are turned with respect of even SM - reverse indexes
568     AliDebug(2,Form(" iphi %i : dmin %f (phi %f, phiLoc %f ) ", iphi, dmin, phi, phiLoc));
569     // eta index
570     absEta   = TMath::Abs(eta);
571     etaShift = iphi*fCentersOfCellsEtaDir.GetSize();
572     dmin     = TMath::Abs(fEtaCentersOfCells[etaShift]-absEta);
573     ieta     = 0;
574     for(i=1; i<fCentersOfCellsEtaDir.GetSize(); i++) {
575       d = TMath::Abs(fEtaCentersOfCells[i+etaShift] - absEta);
576       if(d < dmin) {
577         dmin = d;
578         ieta = i;
579       }
580     }
581     AliDebug(2,Form(" ieta %i : dmin %f (eta=%f) : nSupMod %i ", ieta, dmin, eta, nSupMod));
582
583     if(eta<0) iphi = (nphi-1) - iphi;
584           
585         //patch for mapping following alice convention  
586         if(nSupMod%2 == 0)                
587                   ieta = (fCentersOfCellsEtaDir.GetSize()-1)-ieta;// 47-ieta, revert the ordering on A side in order to keep convention.
588         else {
589                 if(nSupMod<10) 
590                                 iphi = (fCentersOfCellsPhiDir.GetSize()-1)  -iphi;// 23-iphi, revert the ordering on C side in order to keep convention.
591                 else 
592                                 iphi = (fCentersOfCellsPhiDir.GetSize()/2-1)-iphi;// 11-iphi, revert the ordering on C side in order to keep convention.
593         }
594   
595     absId = GetAbsCellIdFromCellIndexes(nSupMod, iphi, ieta);
596
597     return kTRUE;
598   }
599   return kFALSE;
600 }
601
602 //________________________________________________________________________________________________
603 Bool_t  AliEMCALGeometry::CheckAbsCellId(Int_t absId) const
604
605   // May 31, 2006; only trd1 now
606   if(absId<0 || absId >= fNCells) return kFALSE;
607   else                            return kTRUE;
608 }
609
610 //________________________________________________________________________________________________
611 Bool_t AliEMCALGeometry::GetCellIndex(Int_t absId,Int_t &nSupMod,Int_t &nModule,Int_t &nIphi,Int_t &nIeta) const
612
613   // 21-sep-04; 19-oct-05;
614   // May 31, 2006; ALICE numbering scheme:
615   // 
616   // In:
617   // absId   - cell is as in Geant,     0<= absId   < fNCells;
618   // Out:
619   // nSupMod - super module(SM) number, 0<= nSupMod < fNumberOfSuperModules;
620   // nModule  - module number in SM,     0<= nModule  < fNCellsInSupMod/fNCellsInSupMod or(/2) for tow last SM (10th and 11th);
621   // nIphi   - cell number in phi driection inside module; 0<= nIphi < fNPHIdiv; 
622   // nIeta   - cell number in eta driection inside module; 0<= nIeta < fNETAdiv; 
623   // 
624   static Int_t tmp=0, sm10=0;
625   if(!CheckAbsCellId(absId)) return kFALSE;
626
627   sm10 = fNCellsInSupMod*10;
628   if(fKey110DEG == 1 && absId >= sm10) { // 110 degree case; last two supermodules  
629     nSupMod = (absId-sm10) / (fNCellsInSupMod/2) + 10;
630     tmp     = (absId-sm10) % (fNCellsInSupMod/2);
631   } else {
632     nSupMod = absId / fNCellsInSupMod;
633     tmp     = absId % fNCellsInSupMod;
634   }
635
636   nModule  = tmp / fNCellsInModule;
637   tmp     = tmp % fNCellsInModule;
638   nIphi   = tmp / fNPHIdiv;
639   nIeta   = tmp % fNPHIdiv;
640
641   return kTRUE;
642 }
643
644 //________________________________________________________________________________________________
645 Int_t  AliEMCALGeometry::GetSuperModuleNumber(Int_t absId)  const
646 {
647   // Return the number of the  supermodule given the absolute
648   // ALICE numbering id
649
650   static Int_t nSupMod=-1, nModule=-1, nIphi=-1, nIeta=-1;
651   GetCellIndex(absId, nSupMod, nModule, nIphi, nIeta);
652   return nSupMod;
653
654
655 //________________________________________________________________________________________________
656 void AliEMCALGeometry::GetModulePhiEtaIndexInSModule(Int_t nSupMod, Int_t nModule,  int &iphim, int &ietam) const
657
658   // added nSupMod; - 19-oct-05 !
659   // Alice numbering scheme        - Jun 01,2006 
660   // ietam, iphi - indexes of module in two dimensional grid of SM
661   // ietam - have to change from 0 to fNZ-1
662   // iphim - have to change from 0 to nphi-1 (fNPhi-1 or fNPhi/2-1)
663   static Int_t nphi=-1;
664
665   if(fKey110DEG == 1 && nSupMod>=10) nphi = fNPhi/2;
666   else                               nphi = fNPhi;
667
668   ietam = nModule/nphi;
669   iphim = nModule%nphi;
670 }
671
672 //________________________________________________________________________________________________
673 void AliEMCALGeometry::GetCellPhiEtaIndexInSModule(Int_t nSupMod, Int_t nModule, Int_t nIphi, Int_t nIeta, 
674 int &iphi, int &ieta) const
675
676   // 
677   // Added nSupMod; Nov 25, 05
678   // Alice numbering scheme  - Jun 01,2006 
679   // IN:
680   // nSupMod - super module(SM) number, 0<= nSupMod < fNumberOfSuperModules;
681   // nModule  - module number in SM,     0<= nModule  < fNCellsInSupMod/fNCellsInSupMod or(/2) for tow last SM (10th and 11th);
682   // nIphi   - cell number in phi driection inside module; 0<= nIphi < fNPHIdiv; 
683   // nIeta   - cell number in eta driection inside module; 0<= nIeta < fNETAdiv; 
684   // 
685  // OUT:
686   // ieta, iphi - indexes of cell(tower) in two dimensional grid of SM
687   // ieta - have to change from 0 to (fNZ*fNETAdiv-1)
688   // iphi - have to change from 0 to (fNPhi*fNPHIdiv-1 or fNPhi*fNPHIdiv/2-1)
689   //
690   static Int_t iphim=-1, ietam=-1;
691
692   GetModulePhiEtaIndexInSModule(nSupMod,nModule, iphim, ietam); 
693   //  ieta  = ietam*fNETAdiv + (1-nIeta); // x(module) = -z(SM) 
694   ieta  = ietam*fNETAdiv + (fNETAdiv - 1 - nIeta); // x(module) = -z(SM) 
695   iphi  = iphim*fNPHIdiv + nIphi;     // y(module) =  y(SM) 
696
697   if(iphi<0 || ieta<0)
698   AliDebug(1,Form(" nSupMod %i nModule %i nIphi %i nIeta %i => ieta %i iphi %i\n", 
699   nSupMod, nModule, nIphi, nIeta, ieta, iphi));
700 }
701
702
703 // Methods for AliEMCALRecPoint - Feb 19, 2006
704 //________________________________________________________________________________________________
705 Bool_t AliEMCALGeometry::RelPosCellInSModule(Int_t absId, Double_t &xr, Double_t &yr, Double_t &zr) const
706 {
707   // Look to see what the relative
708   // position inside a given cell is
709   // for a recpoint.
710   // Alice numbering scheme - Jun 08, 2006
711   // In:
712   // absId   - cell is as in Geant,     0<= absId   < fNCells;
713   // OUT:
714   // xr,yr,zr - x,y,z coordinates of cell with absId inside SM 
715
716   // Shift index taking into account the difference between standard SM 
717   // and SM of half size in phi direction
718   const Int_t kphiIndexShift = fCentersOfCellsPhiDir.GetSize()/4; // Nov 22, 2006; was 6 for cas 2X2
719   static Int_t nSupMod=-1, nModule=-1, nIphi=-1, nIeta=-1, iphi=-1, ieta=-1;
720   if(!CheckAbsCellId(absId)) return kFALSE;
721
722   GetCellIndex(absId, nSupMod, nModule, nIphi, nIeta);
723   GetCellPhiEtaIndexInSModule(nSupMod,nModule,nIphi,nIeta, iphi, ieta); 
724         
725   //Get eta position. Careful with ALICE conventions (increase index decrease eta)      
726   Int_t ieta2 = ieta;
727   if(nSupMod%2 == 0)              
728           ieta2 = (fCentersOfCellsEtaDir.GetSize()-1)-ieta;// 47-ieta, revert the ordering on A side in order to keep convention.
729   zr = fCentersOfCellsEtaDir.At(ieta2); 
730   xr = fCentersOfCellsXDir.At(ieta2);
731
732   //Get phi position. Careful with ALICE conventions (increase index increase phi)
733   Int_t iphi2 = iphi;
734   if(nSupMod<10) { 
735                 if(nSupMod%2 != 0) 
736                         iphi2 = (fCentersOfCellsPhiDir.GetSize()-1)-iphi;// 23-iphi, revert the ordering on C side in order to keep convention.
737                 yr = fCentersOfCellsPhiDir.At(iphi2);
738           
739   } else {
740                 if(nSupMod%2 != 0) 
741                         iphi2 = (fCentersOfCellsPhiDir.GetSize()/2-1)-iphi;// 11-iphi, revert the ordering on C side in order to keep convention.
742                 yr = fCentersOfCellsPhiDir.At(iphi2 + kphiIndexShift);
743   }
744   AliDebug(1,Form("absId %i nSupMod %i iphi %i ieta %i xr %f yr %f zr %f ",absId,nSupMod,iphi,ieta,xr,yr,zr));
745
746   return kTRUE;
747 }
748
749 //________________________________________________________________________________________________
750 Bool_t AliEMCALGeometry::RelPosCellInSModule(Int_t absId, Double_t loc[3]) const
751 {
752   // Look to see what the relative
753   // position inside a given cell is
754   // for a recpoint.    // Alice numbering scheme - Jun 03, 2006
755   loc[0] = loc[1] = loc[2]=0.0;
756   if(RelPosCellInSModule(absId, loc[0],loc[1],loc[2])) {
757     return kTRUE;
758   }
759   return kFALSE;
760 }
761
762 //________________________________________________________________________________________________
763 Bool_t AliEMCALGeometry::RelPosCellInSModule(Int_t absId, TVector3 &vloc) const
764 {
765   // Look to see what the relative
766   // position inside a given cell is
767   // for a recpoint.  
768   // Alice numbering scheme - Jun 03, 2006
769   static Double_t loc[3];
770   if(RelPosCellInSModule(absId,loc)) {
771     vloc.SetXYZ(loc[0], loc[1], loc[2]);
772     return kTRUE;
773   } else {
774     vloc.SetXYZ(0,0,0);
775     return kFALSE;
776   }
777 }
778
779 //________________________________________________________________________________________________
780 Bool_t AliEMCALGeometry::RelPosCellInSModule(Int_t absId, Double_t distEff, Double_t &xr, Double_t &yr, Double_t &zr) const
781 {
782   // Jul 30, 2007 - taking into account position of shower max
783   // Look to see what the relative
784   // position inside a given cell is
785   // for a recpoint.
786   // In:
787   // absId   - cell is as in Geant,     0<= absId   < fNCells;
788   // e       - cluster energy
789   // OUT:
790   // xr,yr,zr - x,y,z coordinates of cell with absId inside SM 
791   
792   // Shift index taking into account the difference between standard SM 
793   // and SM of half size in phi direction
794   const  Int_t kphiIndexShift = fCentersOfCellsPhiDir.GetSize()/4; // Nov 22, 2006; was 6 for cas 2X2
795   static Int_t nSupMod=0, nModule=-1, nIphi=-1, nIeta=-1, iphi=-1, ieta=-1;
796   static Int_t iphim=-1, ietam=-1;
797   static AliEMCALShishKebabTrd1Module *mod = 0;
798   static TVector2 v;
799   if(!CheckAbsCellId(absId)) return kFALSE;
800   
801   GetCellIndex(absId, nSupMod, nModule, nIphi, nIeta);
802   GetModulePhiEtaIndexInSModule(nSupMod, nModule, iphim, ietam);
803   GetCellPhiEtaIndexInSModule(nSupMod,nModule,nIphi,nIeta, iphi, ieta); 
804   
805   //Get eta position. Careful with ALICE conventions (increase index decrease eta)      
806   if(nSupMod%2 == 0) {             
807     ietam = (fCentersOfCellsEtaDir.GetSize()/2-1)-ietam;// 47-ietam, revert the ordering on A side in order to keep convention.
808     if(nIeta == 0) nIeta = 1;
809     else           nIeta = 0;
810   }
811   mod = GetShishKebabModule(ietam);
812   mod ->GetPositionAtCenterCellLine(nIeta, distEff, v); 
813   xr = v.Y() - fParSM[0];
814   zr = v.X() - fParSM[2];
815   
816   //Get phi position. Careful with ALICE conventions (increase index increase phi)
817   Int_t iphi2 = iphi;
818   if(nSupMod<10) { 
819     if(nSupMod%2 != 0) 
820       iphi2 = (fCentersOfCellsPhiDir.GetSize()-1)-iphi;// 23-iphi, revert the ordering on C side in order to keep convention.
821     yr = fCentersOfCellsPhiDir.At(iphi2);
822     
823   } else {
824     if(nSupMod%2 != 0) 
825       iphi2 = (fCentersOfCellsPhiDir.GetSize()/2-1)-iphi;// 11-iphi, revert the ordering on C side in order to keep convention.
826     yr = fCentersOfCellsPhiDir.At(iphi2 + kphiIndexShift);
827   }
828   
829   AliDebug(1,Form("absId %i nSupMod %i iphi %i ieta %i xr %f yr %f zr %f ",absId,nSupMod,iphi,ieta,xr,yr,zr));
830   
831   return kTRUE;
832 }
833
834
835 //________________________________________________________________________________________________
836 void AliEMCALGeometry::CreateListOfTrd1Modules()
837 {
838   // Generate the list of Trd1 modules
839   // which will make up the EMCAL
840   // geometry
841   // key: look to the AliEMCALShishKebabTrd1Module::
842
843   AliDebug(2,Form(" AliEMCALGeometry::CreateListOfTrd1Modules() started "));
844
845   AliEMCALShishKebabTrd1Module *mod=0, *mTmp=0; // current module
846   if(fShishKebabTrd1Modules == 0) {
847     fShishKebabTrd1Modules = new TList;
848     fShishKebabTrd1Modules->SetName("ListOfTRD1");
849     for(int iz=0; iz< fEMCGeometry->GetNZ(); iz++) {
850       if(iz==0) {
851         //        mod  = new AliEMCALShishKebabTrd1Module(TMath::Pi()/2.,this);
852         mod  = new AliEMCALShishKebabTrd1Module(TMath::Pi()/2.,fEMCGeometry);
853       } else {
854         mTmp  = new AliEMCALShishKebabTrd1Module(*mod);
855         mod   = mTmp;
856       }
857       fShishKebabTrd1Modules->Add(mod);
858     }
859   } else {
860     AliDebug(2,Form(" Already exits : "));
861   }
862   mod = (AliEMCALShishKebabTrd1Module*)fShishKebabTrd1Modules->At(fShishKebabTrd1Modules->GetSize()-1);
863   fEtaMaxOfTRD1 = mod->GetMaxEtaOfModule(0);
864
865   AliDebug(2,Form(" fShishKebabTrd1Modules has %i modules : max eta %5.4f \n",
866                   fShishKebabTrd1Modules->GetSize(),fEtaMaxOfTRD1));
867   // Feb 20,2006;
868   // Jun 01, 2006 - ALICE numbering scheme
869   // define grid for cells in eta(z) and x directions in local coordinates system of SM
870   // Works just for 2x2 case only -- ?? start here
871   //
872   //
873   // Define grid for cells in phi(y) direction in local coordinates system of SM
874   // as for 2X2 as for 3X3 - Nov 8,2006
875   //
876   AliDebug(2,Form(" Cells grid in phi directions : size %i\n", fCentersOfCellsPhiDir.GetSize()));
877   Int_t ind=0; // this is phi index
878   Int_t ieta=0, nModule=0, iphiTemp;
879   Double_t xr=0., zr=0., theta=0., phi=0., eta=0., r=0., x=0.,y=0.;
880   TVector3 vglob;
881   Double_t ytCenterModule=0.0, ytCenterCell=0.0;
882
883   fCentersOfCellsPhiDir.Set(fNPhi*fNPHIdiv);
884   fPhiCentersOfCells.Set(fNPhi*fNPHIdiv);
885
886   Double_t r0 = fIPDistance + fLongModuleSize/2.;
887   for(Int_t it=0; it<fNPhi; it++) { // cycle on modules
888     ytCenterModule = -fParSM[1] + fPhiModuleSize*(2*it+1)/2;  // center of module
889     for(Int_t ic=0; ic<fNPHIdiv; ic++) { // cycle on cells in module
890       if(fNPHIdiv==2) {
891         ytCenterCell = ytCenterModule + fPhiTileSize *(2*ic-1)/2.;
892       } else if(fNPHIdiv==3){
893         ytCenterCell = ytCenterModule + fPhiTileSize *(ic-1);
894       } else if(fNPHIdiv==1){
895         ytCenterCell = ytCenterModule;
896       }
897       fCentersOfCellsPhiDir.AddAt(ytCenterCell,ind);
898       // Define grid on phi direction
899       // Grid is not the same for different eta bin;
900       // Effect is small but is still here
901       phi = TMath::ATan2(ytCenterCell, r0);
902       fPhiCentersOfCells.AddAt(phi, ind);
903
904       AliDebug(2,Form(" ind %2.2i : y %8.3f ", ind, fCentersOfCellsPhiDir.At(ind)));
905       ind++;
906     }
907   }
908
909   fCentersOfCellsEtaDir.Set(fNZ *fNETAdiv);
910   fCentersOfCellsXDir.Set(fNZ *fNETAdiv);
911   fEtaCentersOfCells.Set(fNZ *fNETAdiv * fNPhi*fNPHIdiv);
912   AliDebug(2,Form(" Cells grid in eta directions : size %i\n", fCentersOfCellsEtaDir.GetSize()));
913   for(Int_t it=0; it<fNZ; it++) {
914     AliEMCALShishKebabTrd1Module *trd1 = GetShishKebabModule(it);
915     nModule = fNPhi*it;
916     for(Int_t ic=0; ic<fNETAdiv; ic++) {
917       if(fNPHIdiv==2) {
918         trd1->GetCenterOfCellInLocalCoordinateofSM(ic, xr, zr);      // case of 2X2
919         GetCellPhiEtaIndexInSModule(0, nModule, 0, ic, iphiTemp, ieta);
920       } if(fNPHIdiv==3) {
921         trd1->GetCenterOfCellInLocalCoordinateofSM3X3(ic, xr, zr);  // case of 3X3
922         GetCellPhiEtaIndexInSModule(0, nModule, 0, ic, iphiTemp, ieta);
923       } if(fNPHIdiv==1) {
924         trd1->GetCenterOfCellInLocalCoordinateofSM1X1(xr, zr);      // case of 1X1
925         GetCellPhiEtaIndexInSModule(0, nModule, 0, ic, iphiTemp, ieta);
926       }
927       fCentersOfCellsXDir.AddAt(float(xr) - fParSM[0],ieta);
928       fCentersOfCellsEtaDir.AddAt(float(zr) - fParSM[2],ieta);
929       // Define grid on eta direction for each bin in phi
930       for(int iphi=0; iphi<fCentersOfCellsPhiDir.GetSize(); iphi++) {
931         x = xr + trd1->GetRadius();
932         y = fCentersOfCellsPhiDir[iphi];
933         r = TMath::Sqrt(x*x + y*y + zr*zr);
934         theta = TMath::ACos(zr/r);
935         eta   = AliEMCALShishKebabTrd1Module::ThetaToEta(theta);
936         //        ind   = ieta*fCentersOfCellsPhiDir.GetSize() + iphi;
937         ind   = iphi*fCentersOfCellsEtaDir.GetSize() + ieta;
938         fEtaCentersOfCells.AddAt(eta, ind);
939       }
940       //printf(" ieta %i : xr + trd1->GetRadius() %f : zr %f : eta %f \n", ieta, xr + trd1->GetRadius(), zr, eta);
941     }
942   }
943   for(Int_t i=0; i<fCentersOfCellsEtaDir.GetSize(); i++) {
944     AliDebug(2,Form(" ind %2.2i : z %8.3f : x %8.3f", i+1,
945                     fCentersOfCellsEtaDir.At(i),fCentersOfCellsXDir.At(i)));
946   }
947
948 }
949
950
951 //________________________________________________________________________________________________
952 AliEMCALShishKebabTrd1Module* AliEMCALGeometry::GetShishKebabModule(Int_t neta) const
953 {
954   //This method was too long to be
955   //included in the header file - the
956   //rule checker complained about it's
957   //length, so we move it here.  It returns the
958   //shishkebabmodule at a given eta index point.
959
960   static AliEMCALShishKebabTrd1Module* trd1=0;
961   if(fShishKebabTrd1Modules && neta>=0 && neta<fShishKebabTrd1Modules->GetSize()) {
962     trd1 = (AliEMCALShishKebabTrd1Module*)fShishKebabTrd1Modules->At(neta);
963   } else trd1 = 0;
964   return trd1;
965 }
966
967 //___________________________________________________________________
968 void AliEMCALGeometry::PrintGeometryGeoUtils()
969 {
970   //Print information from geometry
971   fEMCGeometry->PrintGeometry();
972
973   printf(" fShishKebabTrd1Modules has %i modules : max eta %5.4f \n", 
974          fShishKebabTrd1Modules->GetSize(),fEtaMaxOfTRD1);
975   
976   printf("\n Cells grid in eta directions : size %i\n", fCentersOfCellsEtaDir.GetSize());
977   for(Int_t i=0; i<fCentersOfCellsEtaDir.GetSize(); i++) {
978     printf(" ind %2.2i : z %8.3f : x %8.3f \n", i, 
979            fCentersOfCellsEtaDir.At(i),fCentersOfCellsXDir.At(i));
980     int ind=0; // Nov 21,2006
981     for(Int_t iphi=0; iphi<fCentersOfCellsPhiDir.GetSize(); iphi++) {
982       ind = iphi*fCentersOfCellsEtaDir.GetSize() + i;
983       printf("%6.4f ", fEtaCentersOfCells[ind]);
984       if((iphi+1)%12 == 0) printf("\n");
985     }
986     printf("\n");
987     
988   }
989
990   printf("\n Cells grid in phi directions : size %i\n", fCentersOfCellsPhiDir.GetSize());
991   for(Int_t i=0; i<fCentersOfCellsPhiDir.GetSize(); i++) {
992     double phi=fPhiCentersOfCells.At(i);
993     printf(" ind %2.2i : y %8.3f : phi %7.5f(%6.2f) \n", i, fCentersOfCellsPhiDir.At(i), 
994            phi, phi*TMath::RadToDeg());
995   }
996
997 }
998
999 //____________________________________________________________________________
1000 Bool_t  AliEMCALGeometry::Impact(const TParticle * particle) const 
1001 {
1002   // Tells if a particle enters EMCAL
1003   Bool_t in=kFALSE;
1004   Int_t absID=0;
1005   TVector3 vtx(particle->Vx(),particle->Vy(),particle->Vz());
1006   TVector3 vimpact(0,0,0);
1007   ImpactOnEmcal(vtx,particle->Theta(),particle->Phi(),absID,vimpact);
1008   if(absID>=0) 
1009     in=kTRUE;
1010   return in;
1011 }
1012 //____________________________________________________________________________
1013 void AliEMCALGeometry::ImpactOnEmcal(TVector3 vtx, Double_t theta, Double_t phi, 
1014                                      Int_t & absId, TVector3 & vimpact) const
1015 {
1016   // calculates the impact coordinates on EMCAL (centre of a tower/not on EMCAL surface) 
1017   // of a neutral particle  
1018   // emitted in the vertex vtx[3] with direction theta and phi in the ALICE global coordinate system
1019
1020   TVector3 p(TMath::Sin(theta)*TMath::Cos(phi),TMath::Sin(theta)*TMath::Sin(phi),TMath::Cos(theta)) ;
1021
1022   vimpact.SetXYZ(0,0,0);
1023   absId=-1;
1024   if(phi==0 || theta==0) return;
1025
1026   TVector3 direction;
1027   Double_t factor = (fIPDistance-vtx[1])/p[1];
1028   direction = vtx + factor*p;
1029
1030   //from particle direction -> tower hitted
1031   GetAbsCellIdFromEtaPhi(direction.Eta(),direction.Phi(),absId);
1032   
1033   //tower absID hitted -> tower/module plane (evaluated at the center of the tower)
1034   Int_t nSupMod=-1, nModule=-1, nIphi=-1, nIeta=-1;
1035   Double_t loc[3],loc2[3],loc3[3];
1036   Double_t glob[3]={},glob2[3]={},glob3[3]={};
1037   
1038   if(!RelPosCellInSModule(absId,loc)) return;
1039   
1040   //loc is cell center of tower
1041   GetCellIndex(absId, nSupMod, nModule, nIphi, nIeta);
1042
1043   //look at 2 neighbours-s cell using nIphi={0,1} and nIeta={0,1}
1044   Int_t nIphi2=-1,nIeta2=-1,absId2=-1,absId3=-1;
1045   if(nIeta==0) nIeta2=1;
1046   else nIeta2=0;
1047   absId2=GetAbsCellId(nSupMod,nModule,nIphi,nIeta2);  
1048   if(nIphi==0) nIphi2=1;
1049   else nIphi2=0;
1050   absId3=GetAbsCellId(nSupMod,nModule,nIphi2,nIeta);
1051
1052   //2nd point on emcal cell plane
1053   if(!RelPosCellInSModule(absId2,loc2)) return;
1054     
1055   //3rd point on emcal cell plane
1056   if(!RelPosCellInSModule(absId3,loc3)) return;
1057     
1058   // Get Matrix
1059   const TGeoHMatrix* m = GetMatrixForSuperModule(nSupMod);
1060   if(m) {
1061     m->LocalToMaster(loc, glob);
1062     m->LocalToMaster(loc2, glob2);
1063     m->LocalToMaster(loc3, glob3);
1064   } else {
1065     AliFatal("Geo matrixes are not loaded \n") ;
1066   }
1067
1068   //Equation of Plane from glob,glob2,glob3 (Ax+By+Cz+D=0)
1069   Double_t a = glob[1]*(glob2[2]-glob3[2]) + glob2[1]*(glob3[2]-glob[2]) + glob3[1]*(glob[2]-glob2[2]);
1070   Double_t b = glob[2]*(glob2[0]-glob3[0]) + glob2[2]*(glob3[0]-glob[0]) + glob3[2]*(glob[0]-glob2[0]);
1071   Double_t c = glob[0]*(glob2[1]-glob3[1]) + glob2[0]*(glob3[1]-glob[1]) + glob3[0]*(glob[1]-glob2[1]);
1072   Double_t d = glob[0]*(glob2[1]*glob3[2]-glob3[1]*glob2[2]) + glob2[0]*(glob3[1]*glob[2]-glob[1]*glob3[2]) + glob3[0]*(glob[1]*glob2[2]-glob2[1]*glob[2]);
1073   d=-d;
1074   
1075   //shift equation of plane from tower/module center to surface along vector (A,B,C) normal to tower/module plane
1076   Double_t dist = fLongModuleSize/2.;
1077   Double_t norm = TMath::Sqrt(a*a+b*b+c*c);
1078   Double_t glob4[3]={};
1079   TVector3 dir(a,b,c);
1080   TVector3 point(glob[0],glob[1],glob[2]); 
1081   if(point.Dot(dir)<0) dist*=-1;
1082   glob4[0]=glob[0]-dist*a/norm;
1083   glob4[1]=glob[1]-dist*b/norm;
1084   glob4[2]=glob[2]-dist*c/norm;
1085   d = glob4[0]*a +  glob4[1]*b +  glob4[2]*c ;
1086   d = -d;
1087
1088   //Line determination (2 points for equation of line : vtx and direction)
1089   //impact between line (particle) and plane (module/tower plane)
1090   Double_t den = a*(vtx(0)-direction(0)) + b*(vtx(1)-direction(1)) + c*(vtx(2)-direction(2));
1091   if(den==0){
1092     printf("ImpactOnEmcal() No solution :\n");
1093     return;
1094   }
1095   
1096   Double_t length = a*vtx(0)+b*vtx(1)+c*vtx(2)+d;
1097   length /=den;
1098   
1099   vimpact.SetXYZ(vtx(0)+length*(direction(0)-vtx(0)),vtx(1)+length*(direction(1)-vtx(1)),vtx(2)+length*(direction(2)-vtx(2)));
1100   
1101   //shift vimpact from tower/module surface to center along vector (A,B,C) normal to tower/module plane
1102   vimpact.SetXYZ(vimpact(0)+dist*a/norm,vimpact(1)+dist*b/norm,vimpact(2)+dist*c/norm);
1103   
1104   return;
1105 }
1106
1107 //_____________________________________________________________________________
1108 Bool_t AliEMCALGeometry::IsInEMCAL(Double_t x, Double_t y, Double_t z) const {
1109   // Checks whether point is inside the EMCal volume, used in AliEMCALv*.cxx
1110   //
1111   // Code uses cylindrical approximation made of inner radius (for speed)
1112   //
1113   // Points behind EMCAl, i.e. R > outer radius, but eta, phi in acceptance 
1114   // are considered to inside
1115
1116   Double_t r=sqrt(x*x+y*y);
1117
1118   if ( r > fEnvelop[0] ) {
1119      Double_t theta;
1120      theta  =    TMath::ATan2(r,z);
1121      Double_t eta;
1122      if(theta == 0) 
1123        eta = 9999;
1124      else 
1125        eta    =   -TMath::Log(TMath::Tan(theta/2.));
1126      if (eta < fArm1EtaMin || eta > fArm1EtaMax)
1127        return 0;
1128  
1129      Double_t phi = TMath::ATan2(y,x) * 180./TMath::Pi();
1130      if (phi < 0) phi += 360;  // phi should go from 0 to 360 in this case
1131      if (phi > fArm1PhiMin && phi < fArm1PhiMax)
1132        return 1;
1133   }
1134   return 0;
1135 }
1136
1137 //________________________________________________________________________________________________
1138 Int_t AliEMCALGeometry::GetAbsTRUNumberFromNumberInSm(const Int_t row, const Int_t col, const Int_t sm) const
1139 { // Nov 6, 2007
1140   // Get TRU absolute number from column, row and Super Module number
1141   Int_t itru = row + col*fEMCGeometry->GetNModulesInTRUPhi() + sm*fEMCGeometry->GetNTRU();
1142   // printf("  GetAbsTRUNumberFromNumberInSm : row %2i col %2i sm %2i -> itru %2i\n", row, col, sm, itru); 
1143   return itru;
1144 }
1145
1146 //________________________________________________________________________________________________
1147 Bool_t AliEMCALGeometry::GetAbsFastORIndexFromTRU(const Int_t iTRU, const Int_t iADC, Int_t& id) const
1148 {
1149         //Trigger mapping method, get  FastOr Index from TRU
1150
1151   if (iTRU > 31 || iTRU < 0 || iADC > 95 || iADC < 0) 
1152         {
1153                 AliError("TRU out of range!");
1154                 return kFALSE;
1155         }
1156         
1157         id  = ( iTRU % 2 ) ? iADC%4 + 4 * (23 - int(iADC/4)) : (3 - iADC%4) + 4 * int(iADC/4);
1158
1159         id += iTRU * 96;
1160         
1161         return kTRUE;
1162 }
1163
1164 //________________________________________________________________________________________________
1165 Bool_t AliEMCALGeometry::GetTRUFromAbsFastORIndex(const Int_t id, Int_t& iTRU, Int_t& iADC) const
1166 {
1167
1168         //Trigger mapping method, get TRU number from FastOr Index
1169
1170         if (id > 3071 || id < 0)
1171         {
1172                 AliError("Id out of range!");
1173                 return kFALSE;
1174         }
1175         
1176         iTRU = id / 96;
1177         
1178         iADC = id % 96;
1179         
1180         iADC = ( iTRU % 2 ) ? iADC%4 + 4 * (23 - int(iADC/4)) : (3 - iADC%4) + 4 * int(iADC/4);
1181         
1182         return kTRUE;
1183 }
1184
1185 //________________________________________________________________________________________________
1186 Bool_t AliEMCALGeometry::GetPositionInTRUFromAbsFastORIndex(const Int_t id, Int_t& iTRU, Int_t& iEta, Int_t& iPhi) const
1187 {
1188         //Trigger mapping method, get position in TRU from FasOr Index
1189         
1190         Int_t iADC=-1;  
1191         if (!GetTRUFromAbsFastORIndex(id, iTRU, iADC)) return kFALSE;
1192         
1193         Int_t x = iADC / 4;
1194         Int_t y = iADC % 4;
1195         
1196         if ( iTRU % 2 ) // C side 
1197         {
1198                 iEta = 23 - x;
1199                 iPhi =      y;
1200         }
1201         else            // A side
1202         {
1203                 iEta =      x;
1204                 iPhi =  3 - y;
1205         }
1206         
1207         return kTRUE;
1208 }
1209
1210 //________________________________________________________________________________________________
1211 Bool_t AliEMCALGeometry::GetPositionInSMFromAbsFastORIndex(const Int_t id, Int_t& iSM, Int_t& iEta, Int_t& iPhi) const
1212 {
1213         //Trigger mapping method, get position in Super Module from FasOr Index
1214
1215         Int_t iTRU=-1;
1216                 
1217         if (!GetPositionInTRUFromAbsFastORIndex(id, iTRU, iEta, iPhi)) return kFALSE;
1218         
1219         if (iTRU % 2) // C side
1220         {
1221                 iSM  = 2 * ( int( int(iTRU / 2) / 3 ) ) + 1;
1222         }
1223         else            // A side
1224         {
1225                 iSM  = 2 * ( int( int(iTRU / 2) / 3 ) );
1226         }
1227
1228         iPhi += 4 * int((iTRU % 6) / 2);
1229         
1230         return kTRUE;
1231 }
1232
1233 //________________________________________________________________________________________________
1234 Bool_t AliEMCALGeometry::GetPositionInEMCALFromAbsFastORIndex(const Int_t id, Int_t& iEta, Int_t& iPhi) const
1235 {
1236   //Trigger mapping method, get position in EMCAL from FastOR index
1237
1238         Int_t iSM=-1;
1239         
1240         if (GetPositionInSMFromAbsFastORIndex(id, iSM, iEta, iPhi))
1241         {
1242                 if (iSM % 2) iEta += 24; 
1243                 
1244                 iPhi += 12 * int(iSM / 2);
1245                 
1246                 return kTRUE;
1247         }
1248         
1249         return kFALSE;
1250 }
1251
1252 //________________________________________________________________________________________________
1253 Bool_t AliEMCALGeometry::GetAbsFastORIndexFromPositionInTRU(const Int_t iTRU, const Int_t iEta, const Int_t iPhi, Int_t& id) const
1254 {
1255         //Trigger mapping method, get Index if FastOr from Position in TRU
1256
1257         if (iTRU < 0 || iTRU > 31 || iEta < 0 || iEta > 23 || iPhi < 0 || iPhi > 3) 
1258         {
1259                 AliError("Out of range!");      
1260                 return kFALSE;
1261         }
1262         
1263         id =  iPhi  + 4 * iEta + iTRU * 96;
1264         
1265         return kTRUE;
1266 }
1267
1268 //________________________________________________________________________________________________
1269 Bool_t AliEMCALGeometry::GetAbsFastORIndexFromPositionInSM(const Int_t  iSM, const Int_t iEta, const Int_t iPhi, Int_t& id) const
1270 {
1271   //Trigger mapping method, from position in SM Index get FastOR index 
1272
1273         if (iSM < 0 || iSM > 11 || iEta < 0 || iEta > 23 || iPhi < 0 || iPhi > 11) 
1274         {
1275                 AliError("Out of range!");
1276                 return kFALSE;
1277         }
1278         
1279         Int_t x = iEta;
1280         Int_t y = iPhi % 4;     
1281         
1282         Int_t iOff = (iSM % 2) ? 1 : 0;
1283         Int_t iTRU = 2 * int(iPhi / 4) + 6 * int(iSM / 2) + iOff;
1284
1285         if (GetAbsFastORIndexFromPositionInTRU(iTRU, x, y, id))
1286         {
1287                 return kTRUE;
1288         }
1289         
1290         return kFALSE;
1291 }
1292
1293 //________________________________________________________________________________________________
1294 Bool_t AliEMCALGeometry::GetAbsFastORIndexFromPositionInEMCAL(const Int_t iEta, const Int_t iPhi, Int_t& id) const
1295 {
1296   //Trigger mapping method, from position in EMCAL Index get FastOR index 
1297
1298         if (iEta < 0 || iEta > 47 || iPhi < 0 || iPhi > 63 ) 
1299         {
1300                 AliError("Out of range!");
1301                 return kFALSE;
1302         }
1303         
1304         if (fFastOR2DMap[iEta][iPhi] == -1) 
1305         {
1306                 AliError("Invalid index!");
1307                 return kFALSE;
1308         }
1309         
1310         id = fFastOR2DMap[iEta][iPhi];
1311         
1312         return kTRUE;
1313 }
1314
1315 //________________________________________________________________________________________________
1316 Bool_t AliEMCALGeometry::GetFastORIndexFromCellIndex(const Int_t id, Int_t& idx) const
1317 {
1318   //Trigger mapping method, from cell index get FastOR index 
1319
1320         Int_t iSupMod, nModule, nIphi, nIeta, iphim, ietam;
1321         
1322         Bool_t isOK = GetCellIndex( id, iSupMod, nModule, nIphi, nIeta );
1323         
1324         GetModulePhiEtaIndexInSModule( iSupMod, nModule, iphim, ietam );
1325         
1326         if (isOK && GetAbsFastORIndexFromPositionInSM(iSupMod, ietam, iphim, idx))
1327         {
1328                 return kTRUE;
1329         }
1330         
1331         return kFALSE;
1332 }
1333
1334 //________________________________________________________________________________________________
1335 Bool_t AliEMCALGeometry::GetCellIndexFromFastORIndex(const Int_t id, Int_t idx[4]) const
1336 {
1337   //Trigger mapping method, from FASTOR index get cell index 
1338
1339   Int_t iSM=-1, iEta=-1, iPhi=-1;
1340         if (GetPositionInSMFromAbsFastORIndex(id, iSM, iEta, iPhi))
1341         {
1342                 Int_t ix = 2 * iEta;
1343                 Int_t iy = 2 * iPhi;
1344                 
1345                 for (Int_t i=0; i<2; i++)
1346                 {
1347                         for (Int_t j=0; j<2; j++)
1348                         {
1349                                 idx[2*i+j] = GetAbsCellIdFromCellIndexes(iSM, iy + i, ix + j);
1350                         }
1351                 }
1352                 
1353                 return kTRUE;
1354         }
1355         
1356         return kFALSE;
1357 }
1358
1359 //________________________________________________________________________________________________
1360 Bool_t AliEMCALGeometry::GetTRUIndexFromSTUIndex(const Int_t id, Int_t& idx) const
1361 {
1362   //Trigger mapping method, from STU index get TRU index 
1363
1364         if (id > 31 || id < 0) 
1365         {
1366                 AliError(Form("TRU index out of range: %d",id));
1367                 return kFALSE;
1368         }
1369         
1370         idx = (id > 15) ? 2 * (31 - id) : 2 * (15 - id) + 1;
1371         
1372         return kTRUE;
1373 }
1374
1375 //________________________________________________________________________________________________
1376 Int_t AliEMCALGeometry::GetTRUIndexFromSTUIndex(const Int_t id) const
1377 {
1378   //Trigger mapping method, from STU index get TRU index 
1379
1380         if (id > 31 || id < 0) 
1381         {
1382                 AliError(Form("TRU index out of range: %d",id));
1383         }
1384         
1385         Int_t idx = (id > 15) ? 2 * (31 - id) : 2 * (15 - id) + 1;
1386         
1387         return idx;
1388 }
1389
1390 //________________________________________________________________________________________________
1391 void AliEMCALGeometry::BuildFastOR2DMap()
1392 {
1393         // Needed by STU
1394         for (Int_t i = 0; i < 32; i++)
1395         {
1396                 for (Int_t j = 0; j < 24; j++)
1397                 {
1398                         for (Int_t k = 0; k < 4; k++)
1399                         {
1400                                 Int_t id;
1401                                 if (GetAbsFastORIndexFromPositionInTRU(i, j, k, id))
1402                                 {
1403                                         Int_t x = j, y = k + 4 * int(i / 2);
1404                                 
1405                                         if (i % 2) x += 24;
1406                                 
1407                                         fFastOR2DMap[x][y] = id;
1408                                 }
1409                         }                       
1410                 }
1411         }
1412 }
1413
1414 //________________________________________________________________________________________________
1415 Bool_t AliEMCALGeometry::GetTRUIndexFromOnlineIndex(const Int_t id, Int_t& idx) const
1416 {
1417         //Trigger mapping method, from STU index get TRU index 
1418         
1419         if (id > 31 || id < 0) 
1420         {
1421                 AliError(Form("TRU index out of range: %d",id));
1422                 return kFALSE;
1423         }
1424
1425         idx = ((id % 6) < 3) ? 6 * int(id / 6) + 2 * (id % 3) : 6 * int(id / 6) + 2 * (2 - (id % 3)) + 1;
1426
1427         return kTRUE;
1428 }
1429
1430 //________________________________________________________________________________________________
1431 Int_t AliEMCALGeometry::GetTRUIndexFromOnlineIndex(const Int_t id) const
1432 {
1433         //Trigger mapping method, from STU index get TRU index 
1434         
1435         if (id > 31 || id < 0) 
1436         {
1437                 AliError(Form("TRU index out of range: %d",id));
1438         }
1439         
1440         Int_t idx = (id > 15) ? 2 * (31 - id) : 2 * (15 - id) + 1;
1441         
1442         return idx;
1443 }
1444
1445 //________________________________________________________________________________________________
1446 Bool_t AliEMCALGeometry::GetOnlineIndexFromTRUIndex(const Int_t id, Int_t& idx) const
1447 {
1448         //Trigger mapping method, from STU index get TRU index 
1449         
1450         if (id > 31 || id < 0) 
1451         {
1452                 AliError(Form("TRU index out of range: %d",id));
1453                 return kFALSE;
1454         }
1455         
1456         idx = (id % 2) ? int((6 - (id % 6)) / 2) + 3 * (int(id / 6) + 1) : 3 * int(id / 6) + int(id / 2);
1457         
1458         return kTRUE;
1459 }
1460
1461 //________________________________________________________________________________________________
1462 Int_t AliEMCALGeometry::GetOnlineIndexFromTRUIndex(const Int_t id) const
1463 {
1464         //Trigger mapping method, from STU index get TRU index 
1465         
1466         if (id > 31 || id < 0) 
1467         {
1468                 AliError(Form("TRU index out of range: %d",id));
1469         }
1470         
1471         Int_t idx = (id % 2) ? int((6 - (id % 6)) / 2) + 3 * (int(id / 6) + 1) : 3 * int(id / 6) + int(id / 2);
1472         
1473         return idx;
1474 }
1475
1476 //________________________________________________________________________________________________
1477 Bool_t AliEMCALGeometry::GetFastORIndexFromL0Index(const Int_t iTRU, const Int_t id, Int_t idx[], const Int_t size) const
1478 {
1479   //Trigger mapping method, from L0 index get FastOR index 
1480         if (size <= 0 ||size > 4)
1481         {
1482                 AliError("Size not supported!");
1483                 return kFALSE;
1484         }
1485                 
1486         Int_t motif[4] = {0, 1, 4, 5};
1487         
1488         switch (size)
1489         {
1490                 case 1: // Cosmic trigger
1491                         if (!GetAbsFastORIndexFromTRU(iTRU, id, idx[1])) return kFALSE;
1492                         break;
1493                 case 4: // 4 x 4
1494                         for (Int_t k = 0; k < 4; k++)
1495                         {
1496                                 Int_t iADC = motif[k] + 4 * int(id / 3) + (id % 3);
1497                                 
1498                                 if (!GetAbsFastORIndexFromTRU(iTRU, iADC, idx[k])) return kFALSE;
1499                         }
1500                         break;
1501                 default:
1502                         break;
1503         }
1504         
1505         return kTRUE;
1506 }
1507
1508 //____________________________________________________________________________
1509 const TGeoHMatrix * AliEMCALGeometry::GetMatrixForSuperModule(Int_t smod) const {
1510
1511         //Provides shift-rotation matrix for EMCAL
1512         
1513         if(smod < 0 || smod > fEMCGeometry->GetNumberOfSuperModules()) 
1514                 AliFatal(Form("Wrong supermodule index -> %d",smod));
1515                 
1516         //If GeoManager exists, take matrixes from it
1517         
1518         //
1519         //    if(fKey110DEG && ind>=10) {
1520         //    }
1521         //
1522         //    if(!gGeoManager->cd(volpath.Data()))
1523         //      AliFatal(Form("AliEMCALGeometry::GeoManager cannot find path %s!",volpath.Data()));
1524         //
1525         //    TGeoHMatrix* m = gGeoManager->GetCurrentMatrix();
1526   
1527   //Use matrices set externally
1528         if(!gGeoManager || (gGeoManager && fUseExternalMatrices)){
1529     if(fkSModuleMatrix[smod]){
1530       return fkSModuleMatrix[smod] ;
1531     }
1532     else{
1533       AliInfo("Stop:");
1534       printf("\t Can not find EMCAL misalignment matrixes\n") ;
1535       printf("\t Either import TGeoManager from geometry.root or \n");
1536       printf("\t read stored matrixes from AliESD Header:  \n") ;   
1537       printf("\t AliEMCALGeometry::SetMisalMatrixes(header->GetEMCALMisalMatrix()) \n") ;
1538       abort() ;
1539     }  
1540   }//external matrices
1541   
1542         if(gGeoManager){
1543     const Int_t buffersize = 255;
1544                 char path[buffersize] ;
1545                 snprintf(path,buffersize,"/ALIC_1/XEN1_1/SMOD_%d",smod+1) ;
1546                 //TString volpath = "ALIC_1/XEN1_1/SMOD_";
1547             //volpath += smod+1;
1548
1549                 if(fKey110DEG && smod >= 10){
1550                           snprintf(path,buffersize,"/ALIC_1/XEN1_1/SM10_%d",smod-10+1) ;
1551                         //volpath = "ALIC_1/XEN1_1/SM10_";
1552                         //volpath += smod-10+1;
1553                 }
1554                 if (!gGeoManager->cd(path)){
1555                         AliFatal(Form("Geo manager can not find path %s!\n",path));
1556                 }
1557                 return gGeoManager->GetCurrentMatrix();
1558         }
1559
1560         return 0 ;
1561 }
1562
1563 //______________________________________________________________________
1564 void AliEMCALGeometry::GetModulePhiEtaIndexInSModuleFromTRUIndex(Int_t itru, Int_t iphitru, Int_t ietatru, Int_t &iphiSM, Int_t &ietaSM) const 
1565 {
1566   
1567   // This method transforms the (eta,phi) index of module in a 
1568   // TRU matrix into Super Module (eta,phi) index.
1569   
1570   // Calculate in which row and column where the TRU are 
1571   // ordered in the SM
1572
1573   Int_t col = itru/fEMCGeometry->GetNTRUPhi() ; // indexes of TRU in SM
1574   Int_t row = itru - col*fEMCGeometry->GetNTRUPhi();
1575    
1576   iphiSM = fEMCGeometry->GetNModulesInTRUPhi()*row + iphitru  ;
1577   ietaSM = fEMCGeometry->GetNModulesInTRUEta()*col + ietatru  ; 
1578 }
1579
1580 //__________________________________________________________________________________________________________________
1581 void AliEMCALGeometry::RecalculateTowerPosition(Float_t drow, Float_t dcol, const Int_t sm, const Float_t depth,
1582                                                 const Float_t misaligTransShifts[15], const Float_t misaligRotShifts[15], Float_t global[3]) const
1583 { //Transform clusters cell position into global with alternative method, taking into account the depth calculation.
1584   //Input are: the tower indeces, 
1585   //           supermodule, 
1586   //           particle type (photon 0, electron 1, hadron 2 )
1587   //           misalignment shifts to global position in case of need.
1588   // Federico.Ronchetti@cern.ch
1589   
1590     
1591   // To use in a print later
1592   Float_t droworg = drow;
1593   Float_t dcolorg = dcol;
1594   
1595   if(gGeoManager){
1596     //Recover some stuff
1597
1598     const Int_t nSMod = fEMCGeometry->GetNumberOfSuperModules();
1599  
1600     gGeoManager->cd("ALIC_1/XEN1_1");
1601     TGeoNode        *geoXEn1 = gGeoManager->GetCurrentNode();
1602     TGeoNodeMatrix  *geoSM[nSMod];        
1603     TGeoVolume      *geoSMVol[nSMod];     
1604     TGeoShape       *geoSMShape[nSMod];    
1605     TGeoBBox        *geoBox[nSMod];        
1606     TGeoMatrix      *geoSMMatrix[nSMod];       
1607     
1608     for(int iSM = 0; iSM < nSMod; iSM++) {  
1609       geoSM[iSM]       = dynamic_cast<TGeoNodeMatrix *>(geoXEn1->GetDaughter(iSM));
1610       geoSMVol[iSM]    = geoSM[iSM]->GetVolume(); 
1611       geoSMShape[iSM]  = geoSMVol[iSM]->GetShape();
1612       geoBox[iSM]      = dynamic_cast<TGeoBBox *>(geoSMShape[iSM]);
1613       geoSMMatrix[iSM] = geoSM[iSM]->GetMatrix();
1614     }
1615     
1616     if(sm % 2 == 0) {
1617       dcol = 47. - dcol;
1618       drow = 23. - drow;
1619     }
1620     
1621     Int_t istrip = 0;
1622     Float_t z0   = 0;
1623     Float_t zb   = 0;
1624     Float_t zIs = 0;
1625     
1626     Float_t x,y,z; // return variables in terry's RF
1627     
1628     //***********************************************************
1629     //Do not like this: too many hardcoded values, is it not already stored somewhere else?
1630     //                : need more comments in the code 
1631     //***********************************************************
1632     
1633     Float_t dz = 6.0;   // base cell width in eta
1634     Float_t dx = 6.004; // base cell width in phi
1635     
1636     
1637     //Float_t L = 26.04; // active tower length for hadron (lead+scint+paper)
1638     // we use the geant numbers 13.87*2=27.74
1639     Float_t teta1 = 0.;
1640       
1641     //Do some basic checks
1642     if (dcol >= 47.5 || dcol<-0.5) {
1643       AliError(Form("Bad tower coordinate dcol=%f, where dcol >= 47.5 || dcol<-0.5; org: %f", dcol, dcolorg));
1644       return;
1645     }
1646     if (drow >= 23.5 || drow<-0.5) {
1647       AliError(Form("Bad tower coordinate drow=%f, where drow >= 23.5 || drow<-0.5; org: %f", drow, droworg));
1648       return;
1649     }
1650     if (sm >= nSMod || sm < 0) {
1651       AliError(Form("Bad SM number sm=%d, where sm >= %d || sm < 0", nSMod, sm));
1652       return;
1653     }    
1654     
1655     istrip = int ((dcol+0.5)/2);
1656     
1657     // tapering angle
1658     teta1 = TMath::DegToRad() * istrip * 1.5;
1659     
1660     // calculation of module corner along z 
1661     // as a function of strip
1662     
1663     for (int is=0; is<= istrip; is++) {
1664       
1665       teta1 = TMath::DegToRad() * (is*1.5 + 0.75);
1666       if(is==0)
1667         zIs = zIs + 2*dz*TMath::Cos(teta1);
1668       else
1669         zIs = zIs + 2*dz*TMath::Cos(teta1) + 2*dz*TMath::Sin(teta1)*TMath::Tan(teta1-0.75*TMath::DegToRad());
1670       
1671     }
1672     
1673     z0 = dz*(dcol-2*istrip+0.5);
1674     zb = (2*dz-z0-depth*TMath::Tan(teta1));
1675     
1676     z = zIs - zb*TMath::Cos(teta1);
1677     y = depth/TMath::Cos(teta1) + zb*TMath::Sin(teta1);
1678     
1679     x = (drow + 0.5)*dx;
1680     
1681     // moving the origin from terry's RF
1682     // to the GEANT one
1683     
1684     double xx =  y - geoBox[sm]->GetDX();
1685     double yy = -x + geoBox[sm]->GetDY(); 
1686     double zz =  z - geoBox[sm]->GetDZ(); 
1687     const double localIn[3] = {xx, yy, zz};
1688     double dglobal[3];
1689     //geoSMMatrix[sm]->Print();
1690     //printf("TFF Local    (row = %d, col = %d, x = %3.2f,  y = %3.2f, z = %3.2f)\n", iroworg, icolorg, localIn[0], localIn[1], localIn[2]);
1691     geoSMMatrix[sm]->LocalToMaster(localIn, dglobal);
1692     //printf("TFF Global   (row = %2.0f, col = %2.0f, x = %3.2f,  y = %3.2f, z = %3.2f)\n", drow, dcol, dglobal[0], dglobal[1], dglobal[2]);
1693     
1694     //apply global shifts
1695     if(sm == 2 || sm == 3) {//sector 1
1696       global[0] = dglobal[0] + misaligTransShifts[3] + misaligRotShifts[3]*TMath::Sin(TMath::DegToRad()*20) ; 
1697       global[1] = dglobal[1] + misaligTransShifts[4] + misaligRotShifts[4]*TMath::Cos(TMath::DegToRad()*20) ; 
1698       global[2] = dglobal[2] + misaligTransShifts[5];
1699     }
1700     else if(sm == 0 || sm == 1){//sector 0
1701       global[0] = dglobal[0] + misaligTransShifts[0]; 
1702       global[1] = dglobal[1] + misaligTransShifts[1]; 
1703       global[2] = dglobal[2] + misaligTransShifts[2];
1704     }
1705     else {
1706       AliInfo("Careful, correction not implemented yet!");
1707       global[0] = dglobal[0] ;
1708       global[1] = dglobal[1] ;
1709       global[2] = dglobal[2] ;
1710     }
1711     
1712     
1713   }
1714   else{
1715     AliFatal("Geometry boxes information, check that geometry.root is loaded\n");
1716   }
1717   
1718 }
1719
1720 void AliEMCALGeometry::SetMisalMatrix(const TGeoHMatrix * m, Int_t smod) 
1721 {
1722 // Method to set shift-rotational matrixes from ESDHeader
1723 // Move from header due to coding violations : Dec 2,2011 by PAI
1724   fUseExternalMatrices = kTRUE;
1725
1726   if (smod >= 0 && smod < fEMCGeometry->GetNumberOfSuperModules()){
1727     if(!fkSModuleMatrix[smod]) fkSModuleMatrix[smod] = new TGeoHMatrix(*m) ; //Set only if not set yet
1728   } else AliFatal(Form("Wrong supermodule index -> %d",smod));
1729 }