]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PHOS/AliPHOSGeometry.cxx
Moving the Decode methods (which are used by 2 classes now) (Laurent)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSGeometry.cxx
CommitLineData
d15a28e7 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
b2a60966 16/* $Id$ */
17
d15a28e7 18//_________________________________________________________________________
b2a60966 19// Geometry class for PHOS : singleton
a3dfe79c 20// PHOS consists of the electromagnetic calorimeter (EMCA)
21// and a charged particle veto either in the Subatech's version (PPSD)
22// or in the IHEP's one (CPV).
23// The EMCA/PPSD/CPV modules are parametrized so that any configuration
24// can be easily implemented
25// The title is used to identify the version of CPV used.
b2a60966 26//
05d33a3d 27// -- Author: Yves Schutz (SUBATECH) & Dmitri Peressounko (RRC "KI" & SUBATECH)
d15a28e7 28
29// --- ROOT system ---
30
31#include "TVector3.h"
32#include "TRotation.h"
e957fea8 33#include "TParticle.h"
91daaf24 34#include <TGeoManager.h>
d15a28e7 35
36// --- Standard library ---
37
d15a28e7 38// --- AliRoot header files ---
351dd634 39#include "AliLog.h"
d15a28e7 40#include "AliPHOSGeometry.h"
468794ea 41#include "AliPHOSEMCAGeometry.h"
710f859a 42#include "AliPHOSRecPoint.h"
d15a28e7 43
925e6570 44ClassImp(AliPHOSGeometry)
d15a28e7 45
a4e98857 46// these initialisations are needed for a singleton
05d33a3d 47AliPHOSGeometry * AliPHOSGeometry::fgGeom = 0 ;
48Bool_t AliPHOSGeometry::fgInit = kFALSE ;
9ec91567 49
e957fea8 50//____________________________________________________________________________
3663622c 51AliPHOSGeometry::AliPHOSGeometry() :
52 fNModules(0),
53 fAngle(0.f),
54 fPHOSAngle(0),
55 fIPtoUpperCPVsurface(0),
56 fRotMatrixArray(0),
57 fGeometryEMCA(0),
58 fGeometryCPV(0),
59 fGeometrySUPP(0)
60{
e957fea8 61 // default ctor
62 // must be kept public for root persistency purposes, but should never be called by the outside world
e957fea8 63 fgGeom = 0 ;
e957fea8 64}
65
3663622c 66//____________________________________________________________________________
67AliPHOSGeometry::AliPHOSGeometry(const AliPHOSGeometry & rhs)
68 : AliGeometry(rhs),
69 fNModules(rhs.fNModules),
70 fAngle(rhs.fAngle),
71 fPHOSAngle(0),
72 fIPtoUpperCPVsurface(rhs.fIPtoUpperCPVsurface),
73 fRotMatrixArray(0),
74 fGeometryEMCA(0),
75 fGeometryCPV(0),
76 fGeometrySUPP(0)
77{
78 Fatal("cpy ctor", "not implemented") ;
79}
80
91daaf24 81//____________________________________________________________________________
3663622c 82AliPHOSGeometry::AliPHOSGeometry(const Text_t* name, const Text_t* title)
83 : AliGeometry(name, title),
84 fNModules(0),
85 fAngle(0.f),
86 fPHOSAngle(0),
87 fIPtoUpperCPVsurface(0),
88 fRotMatrixArray(0),
89 fGeometryEMCA(0),
90 fGeometryCPV(0),
91 fGeometrySUPP(0)
92{
93 // ctor only for internal usage (singleton)
94 Init() ;
95}
96
d15a28e7 97//____________________________________________________________________________
98AliPHOSGeometry::~AliPHOSGeometry(void)
99{
b2a60966 100 // dtor
101
52a36ffd 102 if (fRotMatrixArray) fRotMatrixArray->Delete() ;
103 if (fRotMatrixArray) delete fRotMatrixArray ;
fa0bc588 104 if (fPHOSAngle ) delete[] fPHOSAngle ;
52a36ffd 105}
52a36ffd 106
91daaf24 107//____________________________________________________________________________
52a36ffd 108void AliPHOSGeometry::Init(void)
109{
a4e98857 110 // Initializes the PHOS parameters :
111 // IHEP is the Protvino CPV (cathode pad chambers)
710f859a 112
809cd394 113 TString test(GetName()) ;
9d1b528b 114 if (test != "IHEP" && test != "noCPV") {
351dd634 115 AliFatal(Form("%s is not a known geometry (choose among IHEP)",
116 test.Data() )) ;
809cd394 117 }
118
710f859a 119 fgInit = kTRUE ;
05d33a3d 120
85698486 121 fNModules = 5;
122 fAngle = 20;
05d33a3d 123
710f859a 124 fGeometryEMCA = new AliPHOSEMCAGeometry();
125
126 fGeometryCPV = new AliPHOSCPVGeometry ();
127
128 fGeometrySUPP = new AliPHOSSupportGeometry();
129
130 fPHOSAngle = new Float_t[fNModules] ;
131
132 Float_t * emcParams = fGeometryEMCA->GetEMCParams() ;
133
581e32d4 134 fPHOSParams[0] = TMath::Max((Double_t)fGeometryCPV->GetCPVBoxSize(0)/2.,
a83b6179 135 (Double_t)(emcParams[0] - (emcParams[1]-emcParams[0])*
136 fGeometryCPV->GetCPVBoxSize(1)/2/emcParams[3]));
710f859a 137 fPHOSParams[1] = emcParams[1] ;
581e32d4 138 fPHOSParams[2] = TMath::Max((Double_t)emcParams[2], (Double_t)fGeometryCPV->GetCPVBoxSize(2)/2.);
710f859a 139 fPHOSParams[3] = emcParams[3] + fGeometryCPV->GetCPVBoxSize(1)/2. ;
140
141 fIPtoUpperCPVsurface = fGeometryEMCA->GetIPtoOuterCoverDistance() - fGeometryCPV->GetCPVBoxSize(1) ;
142
143 Int_t index ;
144 for ( index = 0; index < fNModules; index++ )
52a36ffd 145 fPHOSAngle[index] = 0.0 ; // Module position angles are set in CreateGeometry()
710f859a 146
710f859a 147 fRotMatrixArray = new TObjArray(fNModules) ;
05d33a3d 148
85698486 149 // Geometry parameters are calculated
150
151 SetPHOSAngles();
152 Double_t const kRADDEG = 180.0 / TMath::Pi() ;
153 Float_t r = GetIPtoOuterCoverDistance() + fPHOSParams[3] - GetCPVBoxSize(1) ;
154 for (Int_t iModule=0; iModule<fNModules; iModule++) {
155 fModuleCenter[iModule][0] = r * TMath::Sin(fPHOSAngle[iModule] / kRADDEG );
156 fModuleCenter[iModule][1] =-r * TMath::Cos(fPHOSAngle[iModule] / kRADDEG );
157 fModuleCenter[iModule][2] = 0.;
158
159 fModuleAngle[iModule][0][0] = 90;
160 fModuleAngle[iModule][0][1] = fPHOSAngle[iModule];
161 fModuleAngle[iModule][1][0] = 0;
162 fModuleAngle[iModule][1][1] = 0;
163 fModuleAngle[iModule][2][0] = 90;
164 fModuleAngle[iModule][2][1] = 270 + fPHOSAngle[iModule];
05d33a3d 165 }
166
52a36ffd 167}
168
169//____________________________________________________________________________
170AliPHOSGeometry * AliPHOSGeometry::GetInstance()
171{
a4e98857 172 // Returns the pointer of the unique instance; singleton specific
173
809cd394 174 return static_cast<AliPHOSGeometry *>( fgGeom ) ;
52a36ffd 175}
176
177//____________________________________________________________________________
178AliPHOSGeometry * AliPHOSGeometry::GetInstance(const Text_t* name, const Text_t* title)
179{
180 // Returns the pointer of the unique instance
a4e98857 181 // Creates it with the specified options (name, title) if it does not exist yet
182
52a36ffd 183 AliPHOSGeometry * rv = 0 ;
184 if ( fgGeom == 0 ) {
185 if ( strcmp(name,"") == 0 )
186 rv = 0 ;
187 else {
188 fgGeom = new AliPHOSGeometry(name, title) ;
189 if ( fgInit )
190 rv = (AliPHOSGeometry * ) fgGeom ;
191 else {
192 rv = 0 ;
193 delete fgGeom ;
194 fgGeom = 0 ;
195 }
196 }
197 }
198 else {
21cd0c07 199 if ( strcmp(fgGeom->GetName(), name) != 0 )
351dd634 200 ::Error("GetInstance", "Current geometry is %s. You cannot call %s",
201 fgGeom->GetName(), name) ;
52a36ffd 202 else
203 rv = (AliPHOSGeometry *) fgGeom ;
204 }
205 return rv ;
206}
4697edca 207
52a36ffd 208//____________________________________________________________________________
209void AliPHOSGeometry::SetPHOSAngles()
210{
a4e98857 211 // Calculates the position of the PHOS modules in ALICE global coordinate system
91daaf24 212 // in ideal geometry
52a36ffd 213
a8c47ab6 214 Double_t const kRADDEG = 180.0 / TMath::Pi() ;
710f859a 215 Float_t pphi = 2 * TMath::ATan( GetOuterBoxSize(0) / ( 2.0 * GetIPtoUpperCPVsurface() ) ) ;
52a36ffd 216 pphi *= kRADDEG ;
710f859a 217 if (pphi > fAngle){
351dd634 218 AliError(Form("PHOS modules overlap!\n pphi = %f fAngle = %f",
219 pphi, fAngle));
710f859a 220
221 }
ed4205d8 222 pphi = fAngle;
52a36ffd 223
224 for( Int_t i = 1; i <= fNModules ; i++ ) {
ed4205d8 225 Float_t angle = pphi * ( i - fNModules / 2.0 - 0.5 ) ;
52a36ffd 226 fPHOSAngle[i-1] = - angle ;
227 }
d15a28e7 228}
229
230//____________________________________________________________________________
fc7e2f43 231Bool_t AliPHOSGeometry::AbsToRelNumbering(Int_t AbsId, Int_t * relid) const
d15a28e7 232{
91daaf24 233 // Converts the absolute numbering into the following array
b2a60966 234 // relid[0] = PHOS Module number 1:fNModules
235 // relid[1] = 0 if PbW04
710f859a 236 // = -1 if CPV
237 // relid[2] = Row number inside a PHOS module
238 // relid[3] = Column number inside a PHOS module
d15a28e7 239
240 Bool_t rv = kTRUE ;
92862013 241 Float_t id = AbsId ;
d15a28e7 242
710f859a 243 Int_t phosmodulenumber = (Int_t)TMath:: Ceil( id / GetNCristalsInModule() ) ;
d15a28e7 244
710f859a 245 if ( phosmodulenumber > GetNModules() ) { // it is a CPV pad
246
247 id -= GetNPhi() * GetNZ() * GetNModules() ;
248 Float_t nCPV = GetNumberOfCPVPadsPhi() * GetNumberOfCPVPadsZ() ;
249 relid[0] = (Int_t) TMath::Ceil( id / nCPV ) ;
250 relid[1] = -1 ;
251 id -= ( relid[0] - 1 ) * nCPV ;
252 relid[2] = (Int_t) TMath::Ceil( id / GetNumberOfCPVPadsZ() ) ;
253 relid[3] = (Int_t) ( id - ( relid[2] - 1 ) * GetNumberOfCPVPadsZ() ) ;
d15a28e7 254 }
710f859a 255 else { // it is a PW04 crystal
d15a28e7 256
92862013 257 relid[0] = phosmodulenumber ;
258 relid[1] = 0 ;
259 id -= ( phosmodulenumber - 1 ) * GetNPhi() * GetNZ() ;
710f859a 260 relid[2] = (Int_t)TMath::Ceil( id / GetNZ() ) ;
261 relid[3] = (Int_t)( id - ( relid[2] - 1 ) * GetNZ() ) ;
d15a28e7 262 }
263 return rv ;
264}
52a36ffd 265
9f616d61 266//____________________________________________________________________________
91daaf24 267void AliPHOSGeometry::GetGlobal(const AliRecPoint* recPoint, TVector3 & gpos) const
d15a28e7 268{
a4e98857 269 // Calculates the coordinates of a RecPoint and the error matrix in the ALICE global coordinate system
b2a60966 270
91daaf24 271 AliPHOSRecPoint * tmpPHOS = (AliPHOSRecPoint *) recPoint ;
92862013 272 TVector3 localposition ;
d15a28e7 273
274 tmpPHOS->GetLocalPosition(gpos) ;
275
91daaf24 276 if (!gGeoManager){
277 AliFatal("Geo manager not initialized\n");
d15a28e7 278 }
91daaf24 279 //construct module name
280 char path[100] ;
281 Double_t dy ;
282 if(tmpPHOS->IsEmc()){
283 sprintf(path,"/ALIC_1/PHOS_%d/PEMC_1/PCOL_1/PTIO_1/PCOR_1/PAGA_1/PTII_1",tmpPHOS->GetPHOSMod()) ;
284 //calculate offset to crystal surface
285 Float_t * inthermo = fGeometryEMCA->GetInnerThermoHalfSize() ;
286 Float_t * strip = fGeometryEMCA->GetStripHalfSize() ;
287 Float_t* splate = fGeometryEMCA->GetSupportPlateHalfSize();
288 Float_t * crystal = fGeometryEMCA->GetCrystalHalfSize() ;
289 Float_t * pin = fGeometryEMCA->GetAPDHalfSize() ;
290 Float_t * preamp = fGeometryEMCA->GetPreampHalfSize() ;
291 dy=-inthermo[1]+strip[1]+splate[1]+crystal[1]-fGeometryEMCA->GetAirGapLed()/2.+pin[1]+preamp[1] ;
d15a28e7 292 }
91daaf24 293 else{
294 sprintf(path,"/ALIC_1/PHOS_%d/PCPV_1",tmpPHOS->GetPHOSMod()) ;
295 dy= GetCPVBoxSize(1)/2. ; //center of CPV module
296 }
297 Double_t pos[3]={gpos.X(),gpos.Y()-dy,gpos.Z()} ;
298 Double_t posC[3];
299 //now apply possible shifts and rotations
300 if (!gGeoManager->cd(path)){
301 AliFatal("Geo manager can not find path \n");
302 }
303 TGeoHMatrix *m = gGeoManager->GetCurrentMatrix();
304 if (m) m->LocalToMaster(pos,posC);
305 else{
306 AliFatal("Geo matrixes are not loaded \n") ;
307 }
308 if(tmpPHOS->IsEmc())
309 gpos.SetXYZ(posC[0],posC[1],-posC[2]) ;
310 else
311 gpos.SetXYZ(posC[0],posC[1],posC[2]) ;
7b51037f 312
aa35fc01 313}
aa35fc01 314//____________________________________________________________________________
91daaf24 315void AliPHOSGeometry::ImpactOnEmc(Double_t * vtx, Double_t theta, Double_t phi,
316 Int_t & moduleNumber, Double_t & z, Double_t & x) const
aa35fc01 317{
318 // calculates the impact coordinates on PHOS of a neutral particle
91daaf24 319 // emitted in the vertex vtx[3] with direction theta and phi in the ALICE global coordinate system
320 TVector3 p(TMath::Sin(theta)*TMath::Cos(phi),TMath::Sin(theta)*TMath::Sin(phi),TMath::Cos(theta)) ;
321 TVector3 v(vtx[0],vtx[1],vtx[2]) ;
aa35fc01 322
91daaf24 323 //calculate offset to crystal surface
324 Float_t * inthermo = fGeometryEMCA->GetInnerThermoHalfSize() ;
325 Float_t * strip = fGeometryEMCA->GetStripHalfSize() ;
326 Float_t* splate = fGeometryEMCA->GetSupportPlateHalfSize();
327 Float_t * crystal = fGeometryEMCA->GetCrystalHalfSize() ;
328 Float_t * pin = fGeometryEMCA->GetAPDHalfSize() ;
329 Float_t * preamp = fGeometryEMCA->GetPreampHalfSize() ;
330 Float_t dy=-inthermo[1]+strip[1]+splate[1]+crystal[1]-fGeometryEMCA->GetAirGapLed()/2.+pin[1]+preamp[1] ;
331
332 if (!gGeoManager){
333 AliFatal("Geo manager not initialized\n");
334 }
335
336 for(Int_t imod=1; imod<=GetNModules() ; imod++){
337 //create vector from (0,0,0) to center of crystal surface of imod module
338 Double_t tmp[3]={0.,-dy,0.} ;
339
340 char path[100] ;
341 sprintf(path,"/ALIC_1/PHOS_%d/PEMC_1/PCOL_1/PTIO_1/PCOR_1/PAGA_1/PTII_1",imod) ;
342 if (!gGeoManager->cd(path)){
343 AliFatal("Geo manager can not find path \n");
344 }
345 TGeoHMatrix *m = gGeoManager->GetCurrentMatrix();
346 Double_t posG[3]={0.,0.,0.} ;
347 if (m) m->LocalToMaster(tmp,posG);
348 TVector3 n(posG[0],posG[1],-posG[2]) ;
349 Double_t direction=n.Dot(p) ;
350 if(direction<=0.)
351 continue ; //momentum directed FROM module
19c8ddd0 352 Double_t fr = (n.Mag2()-n.Dot(v))/direction ;
91daaf24 353 //Calculate direction in module plain
19c8ddd0 354 n-=v+fr*p ;
91daaf24 355 n*=-1. ;
19c8ddd0 356n.Print() ;
91daaf24 357 Float_t * sz = fGeometryEMCA->GetInnerThermoHalfSize() ; //Wery close to the zise of the Xtl set
358 if(TMath::Abs(TMath::Abs(n.Z())<sz[2]) && n.Pt()<sz[0]){
359 moduleNumber = imod ;
360 z=n.Z() ;
361 x=TMath::Sign(n.Pt(),n.X()) ;
362 return ;
363 }
364 }
365 //Not in acceptance
366 x=0; z=0 ;
367 moduleNumber=0 ;
aa35fc01 368
aa35fc01 369}
370
e957fea8 371//____________________________________________________________________________
1c9d8212 372Bool_t AliPHOSGeometry::Impact(const TParticle * particle) const
373{
e957fea8 374 // Tells if a particle enters PHOS
375 Bool_t in=kFALSE;
376 Int_t moduleNumber=0;
91daaf24 377 Double_t vtx[3]={particle->Vx(),particle->Vy(),particle->Vz()} ;
1c9d8212 378 Double_t z,x;
91daaf24 379 ImpactOnEmc(vtx,particle->Theta(),particle->Phi(),moduleNumber,z,x);
380 if(moduleNumber!=0)
e957fea8 381 in=kTRUE;
e957fea8 382 return in;
1c9d8212 383}
384
d15a28e7 385//____________________________________________________________________________
7b7c1533 386Bool_t AliPHOSGeometry::RelToAbsNumbering(const Int_t * relid, Int_t & AbsId) const
d15a28e7 387{
b2a60966 388 // Converts the relative numbering into the absolute numbering
ed4205d8 389 // EMCA crystals:
390 // AbsId = from 1 to fNModules * fNPhi * fNZ
ed4205d8 391 // CPV pad:
392 // AbsId = from N(total PHOS crystals) + 1
393 // to NCPVModules * fNumberOfCPVPadsPhi * fNumberOfCPVPadsZ
d15a28e7 394
395 Bool_t rv = kTRUE ;
710f859a 396
397 if ( relid[1] == 0 ) { // it is a Phos crystal
52a36ffd 398 AbsId =
710f859a 399 ( relid[0] - 1 ) * GetNPhi() * GetNZ() // the offset of PHOS modules
400 + ( relid[2] - 1 ) * GetNZ() // the offset along phi
401 + relid[3] ; // the offset along z
d15a28e7 402 }
710f859a 403 else { // it is a CPV pad
404 AbsId = GetNPhi() * GetNZ() * GetNModules() // the offset to separate EMCA crystals from CPV pads
405 + ( relid[0] - 1 ) * GetNumberOfCPVPadsPhi() * GetNumberOfCPVPadsZ() // the pads offset of PHOS modules
406 + ( relid[2] - 1 ) * GetNumberOfCPVPadsZ() // the pads offset of a CPV row
52a36ffd 407 + relid[3] ; // the column number
408 }
409
d15a28e7 410 return rv ;
411}
412
413//____________________________________________________________________________
fc7e2f43 414void AliPHOSGeometry::RelPosInAlice(Int_t id, TVector3 & pos ) const
d15a28e7 415{
a4e98857 416 // Converts the absolute numbering into the global ALICE coordinate system
b2a60966 417
91daaf24 418 if (!gGeoManager){
419 AliFatal("Geo manager not initialized\n");
420 }
ed4205d8 421
91daaf24 422 Int_t relid[4] ;
ed4205d8 423
91daaf24 424 AbsToRelNumbering(id , relid) ;
ed4205d8 425
91daaf24 426 //construct module name
427 char path[100] ;
428 if(relid[1]==0){ //this is EMC
429
430 Float_t * xls = fGeometryEMCA->GetCrystalHalfSize() ;
431 Double_t ps[3]= {0.0,-xls[1],0.}; //Position incide the crystal
432 Double_t psC[3]={0.0,0.0,0.}; //Global position
433
434 //Shift and possibly apply misalignment corrections
435 Int_t nCellsInStrip=fGeometryEMCA->GetNCellsXInStrip() ;
19c8ddd0 436 Int_t strip=1+(relid[3]-1)/fGeometryEMCA->GetNCellsZInStrip()+((relid[2]-1)/nCellsInStrip)*fGeometryEMCA->GetNStripZ() ;
437 Int_t cell=fGeometryEMCA->GetNCellsZInStrip()*(1+(relid[2]-1)%nCellsInStrip)-(relid[3]-1)%fGeometryEMCA->GetNCellsZInStrip() ;
91daaf24 438 sprintf(path,"/ALIC_1/PHOS_%d/PEMC_1/PCOL_1/PTIO_1/PCOR_1/PAGA_1/PTII_1/PSTR_%d/PCEL_%d",
439 relid[0],strip,cell) ;
440 if (!gGeoManager->cd(path)){
441 AliFatal("Geo manager can not find path \n");
442 }
443 TGeoHMatrix *m = gGeoManager->GetCurrentMatrix();
444 if (m) m->LocalToMaster(ps,psC);
445 else{
446 AliFatal("Geo matrixes are not loaded \n") ;
447 }
448 pos.SetXYZ(psC[0],psC[1],-psC[2]) ;
449 }
450 else{
451 //first calculate position with respect to CPV plain
452 Int_t row = relid[2] ; //offset along x axis
453 Int_t column = relid[3] ; //offset along z axis
454 Double_t ps[3]= {0.0,GetCPVBoxSize(1)/2.,0.}; //Position on top of CPV
455 Double_t psC[3]={0.0,0.0,0.}; //Global position
456 pos[0] = - ( GetNumberOfCPVPadsPhi()/2. - row - 0.5 ) * GetPadSizePhi() ; // position of pad with respect
457 pos[2] = - ( GetNumberOfCPVPadsZ() /2. - column - 0.5 ) * GetPadSizeZ() ; // of center of PHOS module
458
459 //now apply possible shifts and rotations
460 sprintf(path,"/ALIC_1/PHOS_%d/PCPV_1",relid[0]) ;
461 if (!gGeoManager->cd(path)){
462 AliFatal("Geo manager can not find path \n");
463 }
464 TGeoHMatrix *m = gGeoManager->GetCurrentMatrix();
465 if (m) m->LocalToMaster(ps,psC);
466 else{
467 AliFatal("Geo matrixes are not loaded \n") ;
468 }
469 pos.SetXYZ(psC[0],psC[1],-psC[2]) ;
470 }
d15a28e7 471}
472
473//____________________________________________________________________________
5d0435dd 474void AliPHOSGeometry::RelPosToAbsId(Int_t module, Double_t x, Double_t z, Int_t & AbsId) const
842988a5 475{
476 // converts local PHOS-module (x, z) coordinates to absId
91daaf24 477
478 //find Global position
479 if (!gGeoManager){
480 AliFatal("Geo manager not initialized\n");
481 }
842988a5 482 Int_t relid[4] ;
91daaf24 483 char path[100] ;
484 sprintf(path,"/ALIC_1/PHOS_%d/PEMC_1/PCOL_1/PTIO_1/PCOR_1/PAGA_1/PTII_1",module) ;
485 Double_t lpos[3]={x,0.0,z} ;
486 Double_t gpos[3]={0.,0.,0.} ;
487 if (!gGeoManager->cd(path)){
488 AliFatal("Geo manager can not find path \n");
489 }
490 TGeoHMatrix *m = gGeoManager->GetCurrentMatrix();
491 if (m) m->LocalToMaster(lpos,gpos);
492 else{
493 AliFatal("Geo matrixes are not loaded \n") ;
494 }
495 gGeoManager->FindNode(gpos[0],gpos[1],gpos[2]) ;
496 //Check that path contains PSTR and extract strip number
497 TString cpath(gGeoManager->GetPath()) ;
498 Int_t indx = cpath.Index("PCEL") ;
499 if(indx==-1){ //for the few events when particle hits between srips use ideal geometry
500 relid[0] = module ;
501 relid[1] = 0 ;
502 relid[2] = static_cast<Int_t>(TMath::Ceil( x/ GetCellStep() + GetNPhi() / 2.) );
503 relid[3] = static_cast<Int_t>(TMath::Ceil(-z/ GetCellStep() + GetNZ() / 2.) ) ;
504 if(relid[2]<1)relid[2]=1 ;
505 if(relid[3]<1)relid[3]=1 ;
506 if(relid[2]>GetNPhi())relid[2]=GetNPhi() ;
507 if(relid[3]>GetNZ())relid[3]=GetNZ() ;
508 }
509 else{
510 Int_t indx2 = cpath.Index("/",indx) ;
511 if(indx2==-1)
512 indx2=cpath.Length() ;
513 TString cell=cpath(indx+5,indx2-indx-5) ;
514 Int_t icell=cell.Atoi() ;
515 indx = cpath.Index("PSTR") ;
516 indx2 = cpath.Index("/",indx) ;
517 TString strip=cpath(indx+5,indx2-indx-5) ;
518 Int_t iStrip = strip.Atoi() ;
519 relid[0] = module ;
520 relid[1] = 0 ;
19c8ddd0 521 Int_t raw = fGeometryEMCA->GetNCellsXInStrip()*((iStrip-1)/fGeometryEMCA->GetNStripZ()) +
91daaf24 522 1 + (icell-1)/fGeometryEMCA->GetNCellsZInStrip() ;
523 Int_t col = fGeometryEMCA->GetNCellsZInStrip()*(1+(iStrip-1)%fGeometryEMCA->GetNStripZ()) -
524 (icell-1)%fGeometryEMCA->GetNCellsZInStrip() ;
525 if(col==0) col=GetNZ() ;
526 relid[2] = raw ;
527 relid[3] = col ;
528 }
529
842988a5 530 RelToAbsNumbering(relid,AbsId) ;
531}
532
533//____________________________________________________________________________
7b7c1533 534void AliPHOSGeometry::RelPosInModule(const Int_t * relid, Float_t & x, Float_t & z) const
d15a28e7 535{
b2a60966 536 // Converts the relative numbering into the local PHOS-module (x, z) coordinates
52a36ffd 537 // Note: sign of z differs from that in the previous version (Yu.Kharlov, 12 Oct 2000)
b2a60966 538
d15a28e7 539
91daaf24 540 if (!gGeoManager){
541 AliFatal("Geo manager not initialized\n");
542 }
543 //construct module name
544 char path[100] ;
545 if(relid[1]==0){ //this is PHOS
546
547// Calculations using ideal geometry (obsolete)
548// x = - ( GetNPhi()/2. - relid[2] + 0.5 ) * GetCellStep() ; // position of Xtal with respect
549// z = - ( GetNZ() /2. - relid[3] + 0.5 ) * GetCellStep() ; // of center of PHOS module
550
551 Double_t pos[3]= {0.0,0.0,0.}; //Position incide the crystal (Y coordinalte is not important)
552 Double_t posC[3]={0.0,0.0,0.}; //Global position
553
554 //Shift and possibly apply misalignment corrections
555 Int_t nCellsInStrip=fGeometryEMCA->GetNCellsXInStrip() ;
556 Int_t strip=1+(relid[3]-1)/fGeometryEMCA->GetNCellsZInStrip()+((relid[2]-1)/nCellsInStrip)*fGeometryEMCA->GetNStripZ() ;
557 Int_t sellRaw = (relid[2]-1)%nCellsInStrip ;
558 Int_t cell=fGeometryEMCA->GetNCellsZInStrip()*(sellRaw+1) -(relid[3]-1)%fGeometryEMCA->GetNCellsZInStrip() ;
559 sprintf(path,"/ALIC_1/PHOS_%d/PEMC_1/PCOL_1/PTIO_1/PCOR_1/PAGA_1/PTII_1/PSTR_%d/PCEL_%d",
560 relid[0],strip,cell) ;
561 if (!gGeoManager->cd(path)){
562 AliFatal("Geo manager can not find path \n");
563 }
564 TGeoHMatrix *m = gGeoManager->GetCurrentMatrix();
565 if (m) m->LocalToMaster(pos,posC);
566 else{
567 AliFatal("Geo matrixes are not loaded \n") ;
568 }
569 //Return to PHOS local system
570 Double_t posL[3]={posC[0],posC[1],posC[2]};
571 sprintf(path,"/ALIC_1/PHOS_%d",relid[0]) ;
572 if (!gGeoManager->cd(path)){
573 AliFatal("Geo manager can not find path \n");
574 }
575 TGeoHMatrix *mPHOS = gGeoManager->GetCurrentMatrix();
576 if (mPHOS) mPHOS->MasterToLocal(posC,posL);
577 else{
578 AliFatal("Geo matrixes are not loaded \n") ;
579 }
580//printf("old: x=%f, z=%f \n",x,z);
581 x=posL[0] ;
582 z=-posL[1];
583//printf("Geo: x=%f, z=%f \n",x,z);
584 return ;
585 }
586 else{//CPV
587 //first calculate position with respect to CPV plain
588 Int_t row = relid[2] ; //offset along x axis
589 Int_t column = relid[3] ; //offset along z axis
590 Double_t pos[3]= {0.0,0.0,0.}; //Position incide the CPV printed circuit
591 Double_t posC[3]={0.0,0.0,0.}; //Global position
592 pos[0] = - ( GetNumberOfCPVPadsPhi()/2. - row - 0.5 ) * GetPadSizePhi() ; // position of pad with respect
593 pos[2] = - ( GetNumberOfCPVPadsZ() /2. - column - 0.5 ) * GetPadSizeZ() ; // of center of PHOS module
594
595 //now apply possible shifts and rotations
596 sprintf(path,"/ALIC_1/PHOS_%d/PCPV_1",relid[0]) ;
597 if (!gGeoManager->cd(path)){
598 AliFatal("Geo manager can not find path \n");
599 }
600 TGeoHMatrix *m = gGeoManager->GetCurrentMatrix();
601 if (m) m->LocalToMaster(pos,posC);
602 else{
603 AliFatal("Geo matrixes are not loaded \n") ;
604 }
605 //Return to PHOS local system
606 Double_t posL[3]={0.,0.,0.,} ;
607 sprintf(path,"/ALIC_1/PHOS_%d",relid[0]) ;
608 if (!gGeoManager->cd(path)){
609 AliFatal("Geo manager can not find path \n");
610 }
611 TGeoHMatrix *mPHOS = gGeoManager->GetCurrentMatrix();
612 if (mPHOS) mPHOS->MasterToLocal(posC,posL);
613 else{
614 AliFatal("Geo matrixes are not loaded \n") ;
615 }
616 x=posL[0] ;
617 z=posL[1];
618 return ;
619
52a36ffd 620 }
91daaf24 621
2f3366b6 622}
aa0b9641 623
624//____________________________________________________________________________
625
7b51037f 626void AliPHOSGeometry::GetModuleCenter(TVector3& center,
627 const char *det,
628 Int_t module) const
aa0b9641 629{
bfc17d18 630 // Returns a position of the center of the CPV or EMC module
91daaf24 631 // in ideal (not misaligned) geometry
1504ac47 632 Float_t rDet = 0.;
e77bb310 633 if (strcmp(det,"CPV") == 0) rDet = GetIPtoCPVDistance ();
634 else if (strcmp(det,"EMC") == 0) rDet = GetIPtoCrystalSurface();
351dd634 635 else
636 AliFatal(Form("Wrong detector name %s",det));
bfc17d18 637
395f4eea 638 Float_t angle = GetPHOSAngle(module); // (40,20,0,-20,-40) degrees
639 angle *= TMath::Pi()/180;
640 angle += 3*TMath::Pi()/2.;
7b51037f 641 center.SetXYZ(rDet*TMath::Cos(angle), rDet*TMath::Sin(angle), 0.);
aa0b9641 642}
643
644//____________________________________________________________________________
645
7b51037f 646void AliPHOSGeometry::Global2Local(TVector3& localPosition,
647 const TVector3& globalPosition,
648 Int_t module) const
aa0b9641 649{
bfc17d18 650 // Transforms a global position of the rec.point to the local coordinate system
91daaf24 651 //Return to PHOS local system
652 Double_t posG[3]={globalPosition.X(),globalPosition.Y(),globalPosition.Z()} ;
653 Double_t posL[3]={0.,0.,0.} ;
654 char path[100] ;
655 sprintf(path,"/ALIC_1/PHOS_%d",module) ;
656 if (!gGeoManager->cd(path)){
657 AliFatal("Geo manager can not find path \n");
658 }
659 TGeoHMatrix *mPHOS = gGeoManager->GetCurrentMatrix();
660 if (mPHOS) mPHOS->MasterToLocal(posG,posL);
661 else{
662 AliFatal("Geo matrixes are not loaded \n") ;
663 }
664 localPosition.SetXYZ(posL[0],posL[1],posL[2]) ;
665
666/*
395f4eea 667 Float_t angle = GetPHOSAngle(module); // (40,20,0,-20,-40) degrees
668 angle *= TMath::Pi()/180;
669 angle += 3*TMath::Pi()/2.;
7b51037f 670 localPosition = globalPosition;
671 localPosition.RotateZ(-angle);
91daaf24 672*/
673}
674//____________________________________________________________________________
675void AliPHOSGeometry::Local2Global(Int_t mod, Float_t x, Float_t z,
676 TVector3& globalPosition) const
677{
678 char path[100] ;
679 sprintf(path,"/ALIC_1/PHOS_%d/PEMC_1/PCOL_1/PTIO_1/PCOR_1/PAGA_1/PTII_1",mod) ;
680 if (!gGeoManager->cd(path)){
681 AliFatal("Geo manager can not find path \n");
682 }
683 //calculate offset to crystal surface
684 Float_t * inthermo = fGeometryEMCA->GetInnerThermoHalfSize() ;
685 Float_t * strip = fGeometryEMCA->GetStripHalfSize() ;
686 Float_t* splate = fGeometryEMCA->GetSupportPlateHalfSize();
687 Float_t * crystal = fGeometryEMCA->GetCrystalHalfSize() ;
688 Float_t * pin = fGeometryEMCA->GetAPDHalfSize() ;
689 Float_t * preamp = fGeometryEMCA->GetPreampHalfSize() ;
690 Float_t dy=-inthermo[1]+strip[1]+splate[1]+crystal[1]-fGeometryEMCA->GetAirGapLed()/2.+pin[1]+preamp[1] ;
691 Double_t posL[3]={x,dy,z} ;
692 Double_t posG[3] ;
693 TGeoHMatrix *mPHOS = gGeoManager->GetCurrentMatrix();
694 if (mPHOS) mPHOS->LocalToMaster(posL,posG);
695 else{
696 AliFatal("Geo matrixes are not loaded \n") ;
697 }
19c8ddd0 698 globalPosition.SetXYZ(posG[0],posG[1],-posG[2]) ;
91daaf24 699
700
701}
702//____________________________________________________________________________
703void AliPHOSGeometry::GetIncidentVector(TVector3 &vtx, Int_t module, Float_t x,Float_t z, TVector3 &vInc) const {
704 //Calculates vector pointing from vertex to current poisition in module local frame
705
706 TVector3 global ;
707 Local2Global(module,x,z,global) ;
708 global-=vtx ;
709 Global2Local(vInc,global,module) ;
710
aa0b9641 711}