]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/AliPHOSvFast.cxx
New class to make V2 clusters starting from digits or hits (fast simulation). Origin...
[u/mrichter/AliRoot.git] / PHOS / AliPHOSvFast.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 // Implementation of the PHOS manager class for fast simulations     
20 // Tracks particles until the reach a grossly designed PHOS module
21 // Modify the particles property (momentum, energy, type) according to
22 //  the PHOS response function. The result is called a virtual reconstructed
23 //  particle.                
24 //
25 //*-- Author: Yves Schutz (SUBATECH)
26
27 // --- ROOT system ---
28  
29 #include "TBRIK.h"
30 #include "TNode.h"
31 #include "TParticle.h"
32 #include "TTree.h"
33 #include "TGeometry.h"
34 #include "TFile.h"
35
36 // --- Standard library ---
37
38 // --- AliRoot header files ---
39 #include "AliPHOSFastRecParticle.h"
40 #include "AliPHOSGeometry.h"
41 #include "AliPHOSvFast.h"
42 #include "AliPHOSGetter.h"
43 #include "AliRun.h"
44 #include "AliConst.h"
45
46 ClassImp(AliPHOSvFast)
47
48 //____________________________________________________________________________
49 AliPHOSvFast::AliPHOSvFast() : AliPHOS()
50 {
51   // default ctor : initialize data member
52    fBigBoxX = 0. ;                      
53    fBigBoxY = 0. ;                      
54    fBigBoxZ = 0. ;                       
55    fFastRecParticles = 0 ;        
56    fNRecParticles = 0 ;                
57    fRan = 0 ;                            
58    fResPara1 = 0. ;                       
59    fResPara2 = 0. ;                        
60    fResPara3 = 0. ;                      
61    fPosParaA0 = 0. ;                      
62    fPosParaA1 = 0. ;
63    fPosParaB0 = 0. ;     
64    fPosParaB1 = 0. ;    
65    fPosParaB2 = 0. ;    
66
67 }
68
69 //____________________________________________________________________________
70 AliPHOSvFast::AliPHOSvFast(const char *name, const char *title):
71   AliPHOS(name,title)
72 {
73   // ctor
74
75   
76   // create the Getter 
77   AliPHOSGetter::GetInstance(gDirectory->GetName(), 0) ; 
78   
79   SetBigBox(0, GetGeometry()->GetOuterBoxSize(0) ) ;
80   SetBigBox(1, GetGeometry()->GetOuterBoxSize(3) + GetGeometry()->GetCPVBoxSize(1) ) ; 
81   SetBigBox(2, GetGeometry()->GetOuterBoxSize(2) ); 
82   
83   fNRecParticles = 0 ; 
84   fFastRecParticles = new AliPHOSFastRecParticle::FastRecParticlesList("AliPHOSFastRecParticle", 100) ;
85   
86   fResPara1 = 0.030 ;    // GeV
87   fResPara2 = 0.00003 ; 
88   fResPara3 = 0.00001 ; 
89   
90   fPosParaA0 = 2.87 ;    // mm
91   fPosParaA1 = -0.0975 ;  
92   fPosParaB0 = 0.257 ;   
93   fPosParaB1 = 0.137 ; 
94   fPosParaB2 = 0.00619 ; 
95 }
96
97 //____________________________________________________________________________
98 AliPHOSvFast::~AliPHOSvFast()
99 {
100   // dtor
101  
102   fFastRecParticles->Delete() ; 
103   delete fFastRecParticles ;
104   fFastRecParticles = 0 ; 
105
106 }
107
108 //____________________________________________________________________________
109 void AliPHOSvFast::AddRecParticle(const AliPHOSFastRecParticle & rp)
110 {  
111   // Add a virtually reconstructed particle to the list 
112
113   new( (*fFastRecParticles)[fNRecParticles] ) AliPHOSFastRecParticle(rp) ;
114   fNRecParticles++ ; 
115 }
116
117 //____________________________________________________________________________
118 void AliPHOSvFast::BuildGeometry()
119 {
120   // Build the PHOS geometry for the ROOT display
121    //BEGIN_HTML
122   /*
123     <H2>
124      PHOS FAST in ALICE displayed by root
125     </H2>
126     <H4> All Views </H4>
127     <P>
128     <CENTER>
129     <IMG Align=BOTTOM ALT="Fast All Views" SRC="../images/AliPHOSvFastAllViews.gif"> 
130     </CENTER></P>
131     <H4> Front View </H4>
132     <P>
133     <CENTER>
134     <IMG Align=BOTTOM ALT="Fast Front View" SRC="../images/AliPHOSvFastFrontView.gif"> 
135     </CENTER></P>
136   */
137   //END_HTML  
138  
139   const Int_t kColorPHOS = kRed ;
140   
141   Double_t const kRADDEG = 180.0 / kPI ;
142   
143   new TBRIK( "BigBox", "PHOS box", "void", GetBigBox(0)/2, 
144              GetBigBox(1)/2, 
145              GetBigBox(2)/2 );
146   
147   // position PHOS into ALICE
148
149   Float_t r = GetGeometry()->GetIPtoCrystalSurface() + GetBigBox(1) / 2.0 ;
150   Int_t number = 988 ; 
151   Float_t pphi =  TMath::ATan( GetBigBox(0)  / ( 2.0 * GetGeometry()->GetIPtoCrystalSurface() ) ) ;
152   pphi *= kRADDEG ;
153   TNode * top = gAlice->GetGeometry()->GetNode("alice") ;
154  
155   char * nodename = new char[20] ;  
156   char * rotname  = new char[20] ; 
157
158   for( Int_t i = 1; i <= GetGeometry()->GetNModules(); i++ ) { 
159    Float_t angle = pphi * 2 * ( i - GetGeometry()->GetNModules() / 2.0 - 0.5 ) ;
160    sprintf(rotname, "%s%d", "rot", number++) ;
161    new TRotMatrix(rotname, rotname, 90, angle, 90, 90 + angle, 0, 0);
162    top->cd();
163    sprintf(nodename,"%s%d", "Module", i) ;    
164    Float_t x =  r * TMath::Sin( angle / kRADDEG ) ;
165    Float_t y = -r * TMath::Cos( angle / kRADDEG ) ;
166    TNode * bigboxnode = new TNode(nodename, nodename, "BigBox", x, y, 0, rotname ) ;
167    bigboxnode->SetLineColor(kColorPHOS) ;
168    fNodes->Add(bigboxnode) ;
169   }
170   delete[] nodename ; 
171   delete[] rotname ; 
172 }
173
174 //____________________________________________________________________________
175 void AliPHOSvFast::CreateGeometry()
176 {
177   // Create the geometry for GEANT
178   
179   AliPHOSvFast *phostmp = (AliPHOSvFast*)gAlice->GetModule("PHOS") ;
180   
181   if ( phostmp == NULL ) {
182     
183     fprintf(stderr, "PHOS detector not found!\n") ;
184     return ;
185     
186   }
187
188   // Get pointer to the array containing media indeces
189   Int_t *idtmed = fIdtmed->GetArray() - 699 ;
190   
191   Float_t bigbox[3] ; 
192   bigbox[0] =   GetBigBox(0) / 2.0 ;
193   bigbox[1] =   GetBigBox(1) / 2.0 ;
194   bigbox[2] =   GetBigBox(2) / 2.0 ;
195   
196   gMC->Gsvolu("PHOS", "BOX ", idtmed[798], bigbox, 3) ;
197   
198   // --- Position  PHOS mdules in ALICE setup ---
199   
200   Int_t idrotm[99] ;
201   Double_t const kRADDEG = 180.0 / kPI ;
202   
203   for( Int_t i = 1; i <= GetGeometry()->GetNModules(); i++ ) {
204     
205     Float_t angle = GetGeometry()->GetPHOSAngle(i) ;
206     AliMatrix(idrotm[i-1], 90.0, angle, 90.0, 90.0+angle, 0.0, 0.0) ;
207  
208     Float_t r = GetGeometry()->GetIPtoCrystalSurface() + GetBigBox(1) / 2.0 ;
209
210     Float_t xP1 = r * TMath::Sin( angle / kRADDEG ) ;
211     Float_t yP1 = -r * TMath::Cos( angle / kRADDEG ) ;
212     gMC->Gspos("PHOS", i, "ALIC", xP1, yP1, 0.0, idrotm[i-1], "ONLY") ;
213  
214   } // for GetNModules
215
216 }
217
218
219 //____________________________________________________________________________
220 void AliPHOSvFast::Init(void)
221 {
222   // Prints out an information message
223   
224   Int_t i;
225
226   printf("\n");
227   for(i=0;i<35;i++) printf("*");
228   printf(" FAST PHOS_INIT ");
229   for(i=0;i<35;i++) printf("*");
230   printf("\n");
231
232   // Here the PHOS initialisation code (if any!)
233
234   for(i=0;i<80;i++) printf("*");
235   printf("\n");
236   
237 }
238
239 //___________________________________________________________________________
240 Float_t AliPHOSvFast::GetBigBox(Int_t index) const
241 {
242   // Get the X, Y or Z dimension of the box describing a PHOS module
243   
244   Float_t rv = 0 ; 
245
246   switch (index) {
247   case 0:
248     rv = fBigBoxX ; 
249     break ; 
250   case 1:
251      rv = fBigBoxY ; 
252     break ; 
253   case 2:
254      rv = fBigBoxZ ; 
255     break ; 
256  }
257   return rv ; 
258 }
259
260 //___________________________________________________________________________
261 void AliPHOSvFast::MakeBranch(Option_t* opt, const char *file)
262 {  
263   // Create new branch in the current reconstructed Root Tree
264  
265   AliDetector::MakeBranch(opt,file) ;
266   
267   char branchname[10];
268   sprintf(branchname,"%s",GetName());
269   const char *cd = strstr(opt,"R");
270   
271   if (fFastRecParticles && gAlice->TreeR() && cd) {
272     MakeBranchInTree(gAlice->TreeR(), 
273                      branchname, &fFastRecParticles, fBufferSize, file);
274   }
275 }
276
277 //____________________________________________________________________________
278 Double_t AliPHOSvFast::MakeEnergy(const Double_t energy)
279 {  
280   // Smears the energy according to the energy dependent energy resolution.
281   // A gaussian distribution is assumed
282
283   Double_t sigma  = SigmaE(energy) ; 
284   return  fRan.Gaus(energy, sigma) ;   
285 }
286
287 //____________________________________________________________________________
288 TVector3 AliPHOSvFast::MakePosition(const Double_t energy, const TVector3 pos, const Double_t theta, const Double_t phi)
289 {
290   // Smears the impact position according to the energy dependent position resolution
291   // A gaussian position distribution is assumed
292
293   TVector3 newpos ;
294   Double_t sigma = SigmaP( energy, theta*180./TMath::Pi() ) ;
295   Double_t x = fRan.Gaus( pos.X(), sigma ) ;
296   sigma = SigmaP( energy, phi*180./TMath::Pi() ) ;
297   Double_t z = fRan.Gaus( pos.Z(), sigma ) ;
298   Double_t y = pos.Y() ; 
299   
300   newpos.SetX(x) ; 
301   newpos.SetY(y) ; 
302   newpos.SetZ(z) ; 
303               
304   return newpos ; 
305 }
306
307 //____________________________________________________________________________
308 void AliPHOSvFast::MakeRecParticle(const Int_t modid, const TVector3 pos, AliPHOSFastRecParticle & rp)
309 {
310   // Modify the primary particle properties according
311   //  1. the response function of PHOS
312   //  2. the performance of the EMC+PPSD setup
313   
314   Int_t type = MakeType( rp ) ;
315   rp.SetType(type) ;
316
317   
318   // get the detected energy
319
320   TLorentzVector momentum ;  
321   rp.Momentum(momentum) ; 
322   Double_t kineticenergy = TMath::Sqrt( TMath::Power(momentum.E(), 2) - TMath::Power(rp.GetMass(), 2) ) ; 
323   Double_t modifiedkineticenergy = MakeEnergy(kineticenergy ) ;
324   Double_t modifiedenergy = TMath::Sqrt( TMath::Power(modifiedkineticenergy, 2)  
325                                          + TMath::Power( rp.GetMass(), 2) ) ;
326  
327   // get the angle of incidence 
328   
329   Double_t incidencetheta = 90. * TMath::Pi() /180 - rp.Theta() ; 
330   Double_t incidencephi   = ( 270 + GetGeometry()->GetPHOSAngle(modid) ) * TMath::Pi() / 180. - rp.Phi() ;   
331
332   // get the detected direction
333   
334   TVector3 modifiedposition = MakePosition(kineticenergy, pos, incidencetheta, incidencephi) ; 
335   modifiedposition *= modifiedkineticenergy / modifiedposition.Mag() ; 
336
337   // Set the modified 4-momentum of the reconstructed particle
338
339   rp.SetMomentum(modifiedposition.X(), modifiedposition.Y(), modifiedposition.Z(), modifiedenergy) ; 
340
341  }
342
343 //____________________________________________________________________________
344 Int_t AliPHOSvFast::MakeType(AliPHOSFastRecParticle & rp )
345 {
346   // Generate a particle type using the performance of the EMC+PPSD setup
347
348   Int_t rv =   AliPHOSFastRecParticle::kUNDEFINED ;
349   Int_t charge = (Int_t)rp.GetPDG()->Charge() ;
350   Int_t test ; 
351   Float_t ran ; 
352   if ( charge != 0 && ( TMath::Abs(rp.GetPdgCode()) != 11 ) ) 
353     test = - 1 ;
354   else
355     test = rp.GetPdgCode() ; 
356
357   Info("MakeType", "SHOULD NOT BE USED until values of probabilities are properly set ") ;
358   assert(1==0) ;    // NB: ALL VALUES SHOULD BE CHECKED !!!!
359   switch (test) { 
360
361   case 22:    // it's a photon              // NB: ALL VALUES SHOLD BE CHECKED !!!!
362     ran = fRan.Rndm() ; 
363     if( ran <= 0.9498 )
364       rv =  AliPHOSFastRecParticle::kNEUTRALHAFAST ; 
365     else
366       rv =  AliPHOSFastRecParticle::kNEUTRALEMFAST ;     
367     break ; 
368
369   case 2112:  // it's a neutron
370     ran = fRan.Rndm() ; 
371     if ( ran <= 0.9998 )
372       rv =  AliPHOSFastRecParticle::kNEUTRALHASLOW ; 
373     else 
374       rv = AliPHOSFastRecParticle::kNEUTRALEMSLOW ; 
375     break ; 
376     
377   case -2112: // it's a anti-neutron
378     ran = fRan.Rndm() ; 
379     if ( ran <= 0.9984 )
380       rv =  AliPHOSFastRecParticle::kNEUTRALHASLOW ; 
381     else 
382       rv =  AliPHOSFastRecParticle::kNEUTRALEMSLOW ; 
383     break ; 
384     
385   case 11:    // it's a electron
386     ran = fRan.Rndm() ; 
387     if ( ran <= 0.9996 )
388       rv =  AliPHOSFastRecParticle::kCHARGEDEMFAST ; 
389     else 
390       rv =  AliPHOSFastRecParticle::kCHARGEDHAFAST ; 
391     break; 
392
393   case -11:   // it's a positon
394     ran = fRan.Rndm() ; 
395     if ( ran <= 0.9996 )
396       rv =  AliPHOSFastRecParticle::kCHARGEDEMFAST ; 
397     else 
398       rv =  AliPHOSFastRecParticle::kCHARGEDHAFAST ; 
399     break; 
400
401   case -1:    // it's a charged
402     ran = fRan.Rndm() ; 
403     if ( ran <= 0.9996 )
404       rv =  AliPHOSFastRecParticle::kCHARGEDHAFAST ; 
405     else 
406       rv =  AliPHOSFastRecParticle::kNEUTRALHAFAST ; 
407
408     break ; 
409   }
410     
411   
412   return rv ;
413 }
414
415 //___________________________________________________________________________
416 void AliPHOSvFast::ResetPoints()
417 {
418   // This overloads the method in AliDetector
419   
420   ResetFastRecParticles() ; 
421 }
422
423 //___________________________________________________________________________
424 void AliPHOSvFast::ResetFastRecParticles()
425 {
426   // Resets the list of virtual reconstructed particles
427  
428   if (fFastRecParticles) 
429     fFastRecParticles->Clear() ;
430   fNRecParticles = 0 ; 
431 }
432
433 //___________________________________________________________________________
434 void AliPHOSvFast::SetBigBox(Int_t index, Float_t value)
435 {
436   // Set the size of the Box describing a PHOS module
437   
438   switch (index) {
439   case 0:
440     fBigBoxX = value ; 
441     break ; 
442   case 1:
443     fBigBoxY = value ; 
444     break ; 
445   case 2:
446     fBigBoxZ = value ; 
447     break ; 
448  }
449
450 }
451
452 //____________________________________________________________________________
453 Double_t AliPHOSvFast::SigmaE(Double_t energy)
454 {
455   // Calculates the energy dependent energy resolution
456   
457   Double_t rv = -1 ; 
458   
459   rv = TMath::Sqrt( TMath::Power(fResPara1/energy, 2) 
460                + TMath::Power(fResPara2/TMath::Sqrt(energy), 2) 
461                + TMath::Power(fResPara3, 2) ) ;  
462
463   return rv * energy ; 
464 }
465
466 //____________________________________________________________________________
467 Double_t AliPHOSvFast::SigmaP(Double_t energy, Double_t incidence)
468 {
469   // Calculates the energy dependent position resolution 
470
471   Double_t paraA = fPosParaA0 + fPosParaA1 * incidence ; 
472   Double_t paraB = fPosParaB0 + fPosParaB1 * incidence + fPosParaB2 * incidence * incidence ; 
473
474   return ( paraA / TMath::Sqrt(energy) + paraB ) * 0.1   ; // in cm  
475 }
476
477 //____________________________________________________________________________
478 void AliPHOSvFast::StepManager(void)
479 {
480   // Only verifies if the particle reaches PHOS and stops the tracking 
481
482   TLorentzVector lv ; 
483   gMC->TrackPosition(lv) ;
484   TVector3 pos = lv.Vect() ; 
485   Int_t modid  ; 
486   gMC->CurrentVolID(modid);
487   
488   Float_t energy = gMC->Etot() ; //Total energy of current track
489
490   //Calculating mass of current particle
491   TDatabasePDG * pdg = TDatabasePDG::Instance() ;
492   TParticlePDG * partPDG = pdg->GetParticle(gMC->TrackPid()) ;
493   Float_t mass = partPDG->Mass() ;
494
495   if(energy > mass){
496     pos.SetMag(TMath::Sqrt(energy*energy-mass*mass)) ;
497     TLorentzVector pTrack(pos, energy) ;  
498
499     TParticle * part = new TParticle(gMC->TrackPid(), 0,-1,-1,-1,-1, pTrack, lv)  ;
500         
501     AliPHOSFastRecParticle rp(*part) ;
502
503     // Adds the response of PHOS to the particle
504     MakeRecParticle(modid, pos, rp) ;
505     
506     // add the `track' particle to the FastRecParticles list
507   
508     AddRecParticle(rp) ;
509
510     part->Delete() ;
511   }
512   // stop the track as soon PHOS is reached
513   
514   gMC->StopTrack() ; 
515
516 }
517