]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HMPID/AliHMPIDv2.cxx
1dbeeb93b7a2194d6381b59edc4cc9d66c43d5a9
[u/mrichter/AliRoot.git] / HMPID / AliHMPIDv2.cxx
1
2 // **************************************************************************
3 // * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 // *                                                                        *
5 // * Author: The ALICE Off-line Project.                                    *
6 // * Contributors are mentioned in the code where appropriate.              *
7 // *                                                                        *
8 // * Permission to use, copy, modify and distribute this software and its   *
9 // * documentation strictly for non-commercial purposes is hereby granted   *
10 // * without fee, provided that the above copyright notice appears in all   *
11 // * copies and that both the copyright notice and this permission notice   *
12 // * appear in the supporting documentation. The authors make no claims     *
13 // * about the suitability of this software for any purpose. It is          *
14 // * provided "as is" without express or implied warranty.                  *
15 // **************************************************************************
16
17
18 #include "AliHMPIDv2.h"     //class header
19 #include "AliHMPIDParam.h"  //StepManager()
20 #include "AliHMPIDHit.h"    //Hits2SDigs(),StepManager()
21 #include "AliHMPIDDigit.h"  //Digits2Raw(), Raw2SDigits()
22 #include "AliRawReader.h"  //Raw2SDigits()
23 #include <TVirtualMC.h>    //StepManager() for gMC
24 #include <TPDGCode.h>      //StepHistory() 
25 #include <AliStack.h>      //StepManager(),Hits2SDigits()78.6
26 #include <AliLoader.h>        //Hits2SDigits()
27 #include <AliRunLoader.h>     //Hits2SDigits()
28 #include <AliConst.h>
29 #include <AliPDG.h>
30 #include <AliMC.h>            //StepManager()      
31 #include <AliRun.h>           //CreateMaterials()    
32 #include <AliMagF.h>          //CreateMaterials()
33 #include <TGeoManager.h>      //CreateGeometry()
34 #include <TF1.h>              //DefineOpticalProperties()
35 #include <TF2.h>              //DefineOpticalProperties()
36 #include <TLorentzVector.h>   //IsLostByFresnel() 
37 #include <AliCDBManager.h>    //CreateMaterials()
38 #include <AliCDBEntry.h>      //CreateMaterials()
39  
40 ClassImp(AliHMPIDv2)    
41 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
42 void AliHMPIDv2::AddAlignableVolumes()const
43 {
44 // Associates the symbolic volume name with the corresponding volume path. Interface method from AliModule invoked from AliMC
45 // Arguments: none
46 //   Returns: none   
47   for(Int_t i=AliHMPIDDigit::kMinCh;i<=AliHMPIDDigit::kMaxCh;i++)
48     gGeoManager->SetAlignableEntry(Form("/HMPID/Chamber%i",i),Form("ALIC_1/Hmp_%i",i));           //clm ??? 
49 }
50 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
51 void AliHMPIDv2::CreateMaterials()
52 {
53 // Definition of available HMPID materials  
54 // Arguments: none
55 //   Returns: none    
56   AliDebug(1,"Start v2 HMPID.");
57     
58     //clm update material definition later on from Antonello
59     
60 //data from PDG booklet 2002     density [gr/cm^3] rad len [cm] abs len [cm]    
61   Float_t   aAir[4]={12,14,16,36}    ,   zAir[4]={6,7,8,18} ,   wAir[4]={0.000124,0.755267,0.231781,0.012827} , dAir=0.00120479; Int_t nAir=4;//mixture 0.9999999
62   Float_t aC6F14[2]={ 12.01 , 18.99} , zC6F14[2]={ 6 , 9}   , wC6F14[2]={6 , 14} , dC6F14=1.68    ; Int_t nC6F14=-2;
63   Float_t  aSiO2[2]={ 28.09 , 15.99} ,  zSiO2[2]={14 , 8}   ,  wSiO2[2]={1 ,  2} ,  dSiO2=2.64    ; Int_t  nSiO2=-2; 
64   Float_t   aCH4[2]={ 12.01 ,  1.01} ,   zCH4[2]={ 6 , 1}   ,   wCH4[2]={1 ,  4} ,   dCH4=7.17e-4 ; Int_t   nCH4=-2; 
65   Float_t   aCsI[2]={132.90 ,126.90} ,   zCsI[2]={55 ,53}   ,   wCsI[2]={1 ,  1} ,   dCsI=0.1     ; Int_t   nCsI=-2; 
66   
67   Float_t     aRoha= 12.01 ,               zRoha=  6 ,                              dRoha=  0.10 ,   radRoha= 18.80 , absRoha=  86.3/dRoha; //special material- quasi quartz
68   Float_t       aCu= 63.55 ,                 zCu= 29 ,                                dCu=  8.96 ,     radCu=  1.43 ,   absCu= 134.9/dCu  ;
69   Float_t        aW=183.84 ,                  zW= 74 ,                                 dW= 19.30 ,      radW=  0.35 ,    absW= 185.0/dW   ;
70   Float_t       aAl= 26.98 ,                 zAl= 13 ,                                dAl=  2.70 ,     radAl=  8.90 ,   absAl= 106.4/dAl  ;
71   Float_t       aAr= 39.94 ,                 zAr= 18 ,                                dAr=  1.396e-3,  radAr=  14.0 ,   absAr= 117.2/dAr  ;   
72            
73     Int_t   matId=0;                           //tmp material id number
74     Int_t   unsens =  0, sens=1;               //sensitive or unsensitive medium
75     Int_t   itgfld = gAlice->Field()->Integ(); //type of field intergration 0 no field -1 user in guswim 1 Runge Kutta 2 helix 3 const field along z
76     Float_t maxfld = gAlice->Field()->Max();   //max field value
77     Float_t tmaxfd = -10.0;                    //max deflection angle due to magnetic field in one step
78     Float_t deemax = - 0.2;                    //max fractional energy loss in one step   
79     Float_t stemax = - 0.1;                    //mas step allowed [cm]
80     Float_t epsil  =   0.001;                  //abs tracking precision [cm]   
81     Float_t stmin  = - 0.001;                  //min step size [cm] in continius process transport, negative value: choose it automatically
82     
83     AliMixture(++matId,"Air"  ,aAir  ,zAir  ,dAir  ,nAir  ,wAir  ); AliMedium(kAir  ,"Air"  ,matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);
84     AliMixture(++matId,"C6F14",aC6F14,zC6F14,dC6F14,nC6F14,wC6F14); AliMedium(kC6F14,"C6F14",matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);      
85     AliMixture(++matId,"SiO2" ,aSiO2 ,zSiO2 ,dSiO2 ,nSiO2 ,wSiO2 ); AliMedium(kSiO2 ,"SiO2" ,matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);    
86     AliMixture(++matId,"CH4"  ,aCH4  ,zCH4  ,dCH4  ,nCH4  ,wCH4  ); AliMedium(kCH4  ,"CH4"  ,matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);  
87     AliMixture(++matId,"CsI"  ,aCsI  ,zCsI  ,dCsI  ,nCsI  ,wCsI  ); AliMedium(kCsI  ,"CsI"  ,matId,   sens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);//sensitive
88   
89     AliMixture(++matId ,"Neo" ,aSiO2 ,zSiO2 ,dSiO2 ,nSiO2 ,wSiO2 ); AliMedium(kNeo,"Neo" , matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin); //clm neoceram
90     AliMaterial(++matId,"Roha",aRoha,zRoha,dRoha,radRoha,absRoha);  AliMedium(kRoha,"Roha", matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin); //Roha->honeycomb
91
92     
93     AliMaterial(++matId,"Cu"  ,aCu  ,zCu  ,dCu  ,radCu  ,absCu  );  AliMedium(kCu  ,"Cu"  , matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);
94     AliMaterial(++matId,"W"   ,aW   ,zW   ,dW   ,radW   ,absW   );  AliMedium(kW   ,"W"   , matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);
95     AliMaterial(++matId,"Al"  ,aAl  ,zAl  ,dAl  ,radAl  ,absAl  );  AliMedium(kAl  ,"Al"  , matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);
96     AliMaterial(++matId,"Ar"  ,aAr  ,zAr  ,dAr  ,radAr  ,absAr  );  AliMedium(kAr  ,"Ar"  , matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);
97     
98     DefineOpticalProperties();
99 }//void AliHMPID::CreateMaterials()
100 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
101 void AliHMPIDv2::CreateGeometry()
102 {
103 //Creates detailed geometry simulation (currently GEANT volumes tree)         
104   AliDebug(1,"Start main.");
105   if(!gMC->IsRootGeometrySupported()) return;                
106  
107  Double_t cm=1,mm=0.1*cm,um=0.001*mm;//default is cm
108  
109   TGeoMedium *al   =gGeoManager->GetMedium("HMPID_Al");    
110   TGeoMedium *ch4  =gGeoManager->GetMedium("HMPID_CH4");    
111   TGeoMedium *roha =gGeoManager->GetMedium("HMPID_Roha");   
112   TGeoMedium *neoc =gGeoManager->GetMedium("HMPID_Neo");
113   TGeoMedium *c6f14=gGeoManager->GetMedium("HMPID_C6F14");  
114   TGeoMedium *sio2 =gGeoManager->GetMedium("HMPID_SiO2");   
115   TGeoMedium *cu   =gGeoManager->GetMedium("HMPID_Cu");     
116   TGeoMedium *w    =gGeoManager->GetMedium("HMPID_W");      
117   TGeoMedium *csi  =gGeoManager->GetMedium("HMPID_CsI");    
118   TGeoMedium *ar   =gGeoManager->GetMedium("HMPID_Ar");     
119
120   TGeoVolume *hmp=gGeoManager->MakeBox ("Hmp",ch4,1681*mm/2, 1466*mm/2,(2*80*mm+2*60*mm)/2);//2033P1  z from p84 TDR  
121
122   TString title=GetTitle();
123   if(title.Contains("TestBeam")  )
124       {
125         gGeoManager->GetVolume("ALIC")->AddNode(hmp,0,new TGeoTranslation(5.0*mm/2 ,  5.0*mm/2, 1000.0*mm));
126       }
127   else
128     {
129       for(Int_t iCh=AliHMPIDDigit::kMinCh;iCh<=AliHMPIDDigit::kMaxCh;iCh++){//place 7 chambers
130       TGeoHMatrix *pMatrix=new TGeoHMatrix;
131       AliHMPIDParam::IdealPosition(iCh,pMatrix);
132       gGeoManager->GetVolume("ALIC")->AddNode(hmp,iCh,pMatrix);
133        }
134      }
135
136   TGeoRotation *rot=new TGeoRotation("HwireRot"); rot->RotateY(90); //rotate wires around Y to be along X (initially along Z)
137   TGeoVolume *sbo=gGeoManager->MakeBox ("Hsbo",ch4  , 1419*mm/2 , 1378.00*mm/2 ,   50.5*mm/2);//2072P1
138   TGeoVolume *cov=gGeoManager->MakeBox ("Hcov",al   , 1419*mm/2 , 1378.00*mm/2 ,    0.5*mm/2);  
139   TGeoVolume *hon=gGeoManager->MakeBox ("Hhon",roha , 1359*mm/2 , 1318.00*mm/2 ,   49.5*mm/2);  
140   TGeoVolume *rad=gGeoManager->MakeBox ("Hrad",c6f14, 1330*mm/2 ,  413.00*mm/2 ,   24.0*mm/2); //2011P1
141   TGeoVolume *neo=gGeoManager->MakeBox ("Hneo",neoc , 1330*mm/2 ,  413.00*mm/2 ,    4.0*mm/2); 
142   TGeoVolume *win=gGeoManager->MakeBox ("Hwin",sio2 , 1330*mm/2 ,  413.00*mm/2 ,    5.0*mm/2); 
143   TGeoVolume *si1=gGeoManager->MakeBox ("Hsi1",sio2 , 1330*mm/2 ,    5.00*mm/2 ,   15.0*mm/2);    
144   TGeoVolume *si2=gGeoManager->MakeBox ("Hsi2",neoc ,   10*mm/2 ,  403.00*mm/2 ,   15.0*mm/2);    
145   TGeoVolume *spa=gGeoManager->MakeTube("Hspa",sio2 ,    0*mm   ,    5.00*mm   ,   15.0*mm/2);         
146   TGeoVolume *fr4=gGeoManager->MakeBox ("Hfr4",ch4  , 1407*mm/2 , 1366.00*mm/2 ,   15.0*mm/2);//2043P1 
147   TGeoVolume *f4a=gGeoManager->MakeBox ("Hf4a",al   , 1407*mm/2 , 1366.00*mm/2 ,   10.0*mm/2); 
148   TGeoVolume *f4i=gGeoManager->MakeBox ("Hf4i",ch4  , 1323*mm/2 , 1296.00*mm/2 ,   10.0*mm/2); 
149   TGeoVolume *col=gGeoManager->MakeTube("Hcol",cu   ,    0*mm   ,  100.00*um   , 1323.0*mm/2);
150   TGeoVolume *sec=gGeoManager->MakeBox ("Hsec",ch4  ,  648*mm/2 ,  411.00*mm/2 ,   6.2*mm/2);//sec=gap
151  
152   TGeoVolume *gap=gGeoManager->MakeBox ("Hgap",ch4  ,  640*mm/2 ,  403.20*mm/2 ,    6.2*mm/2);//gap=pad+ano+cat
153   TGeoVolume *cat=gGeoManager->MakeTube("Hcat",cu   ,    0*mm   ,   50.00*um   ,    8.0*mm/2); 
154   TGeoVolume *ano=gGeoManager->MakeTube("Hano",w    ,    0*mm   ,   20.00*um   ,    8.0*mm/2); 
155   TGeoVolume *pad=gGeoManager->MakeBox ("Hpad",csi  ,    8*mm/2 ,    8.40*mm/2 ,    1.7*mm/2);      
156   TGeoVolume *fr1=gGeoManager->MakeBox ("Hfr1",al   , 1463*mm/2 , 1422.00*mm/2 ,   58.3*mm/2);//2040P1
157   TGeoVolume *fr1up=gGeoManager->MakeBox ("Hfr1up",ch4,(1426.00-37.00)*mm/2 , (1385.00-37.00)*mm/2 ,    20.0*mm/2);//2040P1
158   TGeoVolume *fr1perUpBig=gGeoManager->MakeBox ("Hfr1perUpBig",ch4,1389*mm/2,35*mm/2,10*mm/2);    
159   TGeoVolume *fr1perUpSma=gGeoManager->MakeBox ("Hfr1perUpSma",ch4,35*mm/2,(1385-37-2*35)*mm/2,10*mm/2);
160         TGeoVolume *fr1perDowBig=gGeoManager->MakeBox ("Hfr1perDowBig",ch4,1389*mm/2,46*mm/2,2.3*mm/2);    
161   TGeoVolume *fr1perDowSma=gGeoManager->MakeBox ("Hfr1perDowSma",ch4,46*mm/2,(1385-37-2*46)*mm/2,2.3*mm/2);
162         
163         TGeoVolume *ppf=gGeoManager->MakeBox ("Hppf",al   ,  648*mm/2 ,  411.00*mm/2 ,   38.3*mm/2);//2001P2
164   TGeoVolume *lar=gGeoManager->MakeBox ("Hlar",ar   ,  181*mm/2 ,   89.25*mm/2 ,   38.3*mm/2);//2001P2
165   TGeoVolume *smo=gGeoManager->MakeBox ("Hsmo",ar   ,  114*mm/2 ,   89.25*mm/2 ,   38.3*mm/2);//2001P2
166                 
167
168 // ^ Y   z=         z=-12mm      z=98.25mm               ALIC->7xHmp (virtual)-->1xHsbo (virtual) --->2xHcov (real) 2072P1
169 // |  ____________________________________                                    |                   |-->1xHhon (real) 2072P1
170 // | |   ______     ____          ______  |                                   |
171 //   |  |      |   |    |   *    |      | |                                   |->3xHrad (virtual) --->1xHneo (real) 2011P1
172 //   |  |50.5mm|   |24mm|   *    |45.5mm| |                                   |                   |-->1xHwin (real) 2011P1
173 //   |  |      |   |    |   *    |      | |                                   |                   |-->2xHsi1 (real) 2011P1
174 //   |  |      |   |____|   *    |______| |                                   |                   |-->2xHsi2 (real) 2011P1
175 //   |  |      |    ____    *     ______  |                                   |                   |->30xHspa (real) 2011P1
176 //   |  |      |   |    |   *    |      | |                                   |
177 //   |  |      |   |    |   *    |      | |                                   |->1xHfr4 (vitual) --->1xHf4a (real)---->1xHf4i(virtual) 2043P1 
178 //   |  |  sb  |   | rad|   *    |      | |                                   |                  |-->322xHcol (real) 2043P1
179 //   |  |      |   |____|   *    |______| |                                   |
180 //   |  |      |    ____    *     ______  |                                   |->1xHfr1 (real) --> 6xHppf(real) ---->8xHlar (virtual) 2001P1
181 //   |  |      |   |    |   *    |      | |                                   |                                     |--->8xHsmo (virtual) 2001P1     
182 //   |  |      |   |    |   *    |      | |                                   |               
183 //   |  |      |   |    |   *    |      | |                                   |-> 6xHgap (virtual) --->48xHrow (virtual) -->80xHcel (virtual) -->4xHcat (real) from p84 TDR 
184 //   |  |______|   |____|   *    |______| |                                                                                                  |-->2xHano (real) from p84 TDR                                  
185 //   |____________________________________|                                                                                                  |-->1xHpad (real) from p84 TDR 
186 //                                                       --->Z 
187   hmp->AddNode(sbo ,1,new TGeoTranslation(   0*mm,   0*mm, -73.75*mm));                     //p.84 TDR
188      sbo->AddNode(hon ,1,new TGeoTranslation(  0*mm,0*mm,      0*mm)); //2072P1
189      sbo->AddNode(cov ,1,new TGeoTranslation(  0*mm,0*mm,    +25*mm)); 
190      sbo->AddNode(cov ,2,new TGeoTranslation(  0*mm,0*mm,    -25*mm)); 
191   hmp->AddNode(rad,2,new TGeoTranslation(   0*mm,+434*mm, -12.00*mm)); 
192   hmp->AddNode(rad,1,new TGeoTranslation(   0*mm,   0*mm, -12.00*mm)); 
193   hmp->AddNode(rad,0,new TGeoTranslation(   0*mm,-434*mm, -12.00*mm)); 
194     rad->AddNode(neo,1,new TGeoTranslation(   0*mm,   0*mm, -10.0*mm));
195     rad->AddNode(win,1,new TGeoTranslation(   0*mm,   0*mm,   9.5*mm));
196     rad->AddNode(si1,1,new TGeoTranslation(   0*mm,-204*mm,  -0.5*mm)); rad->AddNode(si1,2,new TGeoTranslation(   0*mm,+204*mm,  -0.5*mm));
197     rad->AddNode(si2,1,new TGeoTranslation(-660*mm,   0*mm,  -0.5*mm)); rad->AddNode(si2,2,new TGeoTranslation(+660*mm,   0*mm,  -0.5*mm));
198     for(Int_t i=0;i<3;i++) for(Int_t j=0;j<10;j++) rad->AddNode(spa,10*i+j,new TGeoTranslation(-1330*mm/2+116*mm+j*122*mm,(i-1)*105*mm,-0.5*mm));
199   hmp->AddNode(fr4,1,new TGeoTranslation(   0*mm,   0*mm,   9.00*mm));                     //p.84 TDR
200   for(int i=1;i<=322;i++)  fr4->AddNode(col,i,new TGeoCombiTrans( 0*mm, -1296/2*mm+i*4*mm,-5*mm,rot)); //F4 2043P1
201                            fr4->AddNode(f4a,1,new TGeoTranslation(   0*mm,0*mm, 2.5*mm));    
202                                         f4a->AddNode(f4i,1,new TGeoTranslation(   0*mm,0*mm,   0*mm));
203   hmp->AddNode(sec,4,new TGeoTranslation(-335*mm,+433*mm,  78.6*mm)); hmp->AddNode(sec,5,new TGeoTranslation(+335*mm,+433*mm,  78.6*mm));
204   hmp->AddNode(sec,2,new TGeoTranslation(-335*mm,   0*mm,  78.6*mm)); hmp->AddNode(sec,3,new TGeoTranslation(+335*mm,   0*mm,  78.6*mm));
205   hmp->AddNode(sec,0,new TGeoTranslation(-335*mm,-433*mm,  78.6*mm)); hmp->AddNode(sec,1,new TGeoTranslation(+335*mm,-433*mm,  78.6*mm));
206     sec->AddNode(gap,1,new TGeoTranslation(0,0,0.*mm));
207   TGeoVolume *row=          gap->Divide("Hrow",2,48,0,0);//along Y->48 rows
208   TGeoVolume *cel=          row->Divide("Hcel",1,80,0,0);//along X->80 cells
209       cel->AddNode(cat,1,new TGeoCombiTrans (0,  3.15*mm , -2.70*mm , rot)); //4 cathode wires
210       cel->AddNode(ano,1,new TGeoCombiTrans (0,  2.00*mm , -0.29*mm , rot)); //2 anod wires
211       cel->AddNode(cat,2,new TGeoCombiTrans (0,  1.05*mm , -2.70*mm , rot)); 
212       cel->AddNode(cat,3,new TGeoCombiTrans (0, -1.05*mm , -2.70*mm , rot)); 
213       cel->AddNode(ano,2,new TGeoCombiTrans (0, -2.00*mm , -0.29*mm , rot)); 
214       cel->AddNode(cat,4,new TGeoCombiTrans (0, -3.15*mm , -2.70*mm , rot));   
215       cel->AddNode(pad,1,new TGeoTranslation(0,  0.00*mm ,  2.25*mm));       //1 pad  
216             
217   hmp->AddNode(fr1,1,new TGeoTranslation(0.,0.,(80.+1.7)*mm+58.3*mm/2.));
218                 fr1->AddNode(fr1up,1,new TGeoTranslation(0.,0.,(58.3*mm-20.00*mm)/2.));
219                 
220                 fr1->AddNode(fr1perUpBig,0,new TGeoTranslation(0.,(1385-37-35)*mm/2.,(58.3*mm-20.00*2*mm-10.0*mm)/2.));
221                 fr1->AddNode(fr1perUpSma,0,new TGeoTranslation((1426-37-35)*mm/2.,0.,(58.3*mm-20.00*2*mm-10.0*mm)/2.));
222                 fr1->AddNode(fr1perUpBig,1,new TGeoTranslation(0.,-(1385-37-35)*mm/2.,(58.3*mm-20.00*2*mm-10.0*mm)/2.));
223                 fr1->AddNode(fr1perUpSma,1,new TGeoTranslation(-(1426-37-35)*mm/2.,0.,(58.3*mm-20.00*2*mm-10.0*mm)/2.));
224                 
225           fr1->AddNode(fr1perDowBig,0,new TGeoTranslation(0.,(1385-37-46)*mm/2.,(-58.3*mm+2.3*mm)/2.));
226                 fr1->AddNode(fr1perDowSma,0,new TGeoTranslation((1426-37-46)*mm/2.,0.,(-58.3*mm+2.3*mm)/2.));
227           fr1->AddNode(fr1perDowBig,1,new TGeoTranslation(0.,-(1385-37-46)*mm/2.,(-58.3*mm+2.3*mm)/2.));
228                 fr1->AddNode(fr1perDowSma,1,new TGeoTranslation(-(1426-37-46)*mm/2.,0.,(-58.3*mm+2.3*mm)/2.));
229                 
230                         
231           fr1->AddNode(ppf,4,new TGeoTranslation(-335*mm,433*mm,(-58.3+38.3)*mm/2.));  fr1->AddNode(ppf,5,new TGeoTranslation(335*mm,433*mm,(-58.3+38.3)*mm/2.));       
232           fr1->AddNode(ppf,2,new TGeoTranslation(-335*mm,0.,(-58.3+38.3)*mm/2.));      fr1->AddNode(ppf,3,new TGeoTranslation(335*mm,0.,(-58.3+38.3)*mm/2.));
233           fr1->AddNode(ppf,0,new TGeoTranslation(-335*mm,-433*mm,(-58.3+38.3)*mm/2.)); fr1->AddNode(ppf,1,new TGeoTranslation(335*mm,-433*mm,(-58.3+38.3)*mm/2.));
234                 
235                 
236                 
237                 
238                 
239                 
240 // ^ Y  single cell                                                5.5mm CH4 = 1*mm CsI + 4.45*mm CsI x cath +0.05*mm safety margin         
241 // |      ______________________________           
242 // |     |                              |          ^                            ||     
243 //       |                              | 1.05mm                                ||     
244 // 2.2*mm| xxxxxxxxxxxxxxxxxxxxxxxxxxxx |--              50um  x                || cat shift  x=0mm , y= 3.15mm , z=-2.70mm       
245 //       |                              |                                       ||     
246 //       |                              |                                       ||     
247 // __    |  ..........................  | 2.1mm                    20un .       ||  ano shift x=0mm , y= 2.00mm , z=-0.29mm   
248 //       |                              |                                       ||     
249 //       |                              |                                       ||     
250 //       | xxxxxxxxxxxxxxxxxxxxxxxxxxxx |--                    x                ||  cat shift x=0mm , y= 1.05mm , z=-2.70mm   
251 //       |                              |                                       ||     
252 //       |                              |         8.4mm                         ||   
253 // 4*mm  |                              | 2.1mm                                 ||  pad shift x=0mm , y= 0.00mm , z=2.25*mm   
254 //       |                              |                                       ||  
255 //       |                              |                                       ||  
256 //       | xxxxxxxxxxxxxxxxxxxxxxxxxxxx |--                    x                ||  cat shift x=0mm , y=-1.05mm , z=-2.70mm   
257 //       |                              |                                       ||  
258 //       |                              |                                       ||    
259 // __    |  ..........................  | 2.1mm                         . 2.04mm||  ano shift x=0mm , y=-2.00mm , z=-0.29mm   
260 //       |                              |                                       ||  
261 //       |                              |                                       ||  
262 //       | xxxxxxxxxxxxxxxxxxxxxxxxxxxx |--                    x    4.45mm      ||  cat shift x=0mm , y=-3.15mm , z=-2.70mm   
263 // 2.2*mm|                              |                                       ||  
264 //       |                              | 1.05mm                                ||         
265 //       |______________________________|          v                            ||    
266 //       <             8 mm             >                          
267 //                                   ----->X                                 ----->Z
268   ppf->AddNode(lar,0,new TGeoTranslation(-224.5*mm,-151.875*mm,  0.*mm));
269   ppf->AddNode(lar,1,new TGeoTranslation(-224.5*mm,- 50.625*mm,  0.*mm));
270   ppf->AddNode(lar,2,new TGeoTranslation(-224.5*mm,+ 50.625*mm,  0.*mm));
271   ppf->AddNode(lar,3,new TGeoTranslation(-224.5*mm,+151.875*mm,  0.*mm));
272   ppf->AddNode(lar,4,new TGeoTranslation(+224.5*mm,-151.875*mm,  0.*mm));
273   ppf->AddNode(lar,5,new TGeoTranslation(+224.5*mm,- 50.625*mm,  0.*mm));
274   ppf->AddNode(lar,6,new TGeoTranslation(+224.5*mm,+ 50.625*mm,  0.*mm));
275   ppf->AddNode(lar,7,new TGeoTranslation(+224.5*mm,+151.875*mm,  0.*mm));
276   ppf->AddNode(smo,0,new TGeoTranslation(- 65.0*mm,-151.875*mm,  0.*mm));
277   ppf->AddNode(smo,1,new TGeoTranslation(- 65.0*mm,- 50.625*mm,  0.*mm));
278   ppf->AddNode(smo,2,new TGeoTranslation(- 65.0*mm,+ 50.625*mm,  0.*mm));
279   ppf->AddNode(smo,3,new TGeoTranslation(- 65.0*mm,+151.875*mm,  0.*mm));
280   ppf->AddNode(smo,4,new TGeoTranslation(+ 65.0*mm,-151.875*mm,  0.*mm));
281   ppf->AddNode(smo,5,new TGeoTranslation(+ 65.0*mm,- 50.625*mm,  0.*mm));
282   ppf->AddNode(smo,6,new TGeoTranslation(+ 65.0*mm,+ 50.625*mm,  0.*mm));
283   ppf->AddNode(smo,7,new TGeoTranslation(+ 65.0*mm,+151.875*mm,  0.*mm)); 
284
285
286
287   AliDebug(1,"Stop v2. HMPID option");  
288 }//CreateGeometry()
289 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
290 void AliHMPIDv2::Init()
291 {
292 // This methode defines ID for sensitive volumes, i.e. such geometry volumes for which there are if(gMC->CurrentVolID()==XXX) statements in StepManager()
293 // Arguments: none
294 //   Returns: none      
295   AliDebug(1,"Start v2 HMPID.");    
296   fIdPad     = gMC->VolId("Hpad");
297   fIdCell    = gMC->VolId("Hcel");
298   AliDebug(1,"Stop v2 HMPID.");    
299 }
300 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
301 void AliHMPIDv2::DefineOpticalProperties()
302 {
303 // Optical properties definition.
304   const Int_t kNbins=30;       //number of photon energy points
305   Float_t emin=5.5,emax=8.5;         //Photon energy range,[eV]
306   Float_t aEckov [kNbins]; 
307   Float_t aAbsRad[kNbins], aAbsWin[kNbins], aAbsGap[kNbins], aAbsMet[kNbins];
308   Float_t aIdxRad[kNbins], aIdxWin[kNbins], aIdxGap[kNbins], aIdxMet[kNbins], aIdxPc[kNbins]; 
309   Float_t                                                    aQeAll [kNbins], aQePc [kNbins];
310
311   TF2 *pRaIF=new TF2("HidxRad","sqrt(1+0.554*(1239.84/x)^2/((1239.84/x)^2-5796)-0.0005*(y-20))"                                       ,emin,emax,0,50); //DiMauro mail temp 0-50 degrees C
312   TF1 *pWiIF=new TF1("HidxWin","sqrt(1+46.411/(10.666*10.666-x*x)+228.71/(18.125*18.125-x*x))"                                        ,emin,emax);      //SiO2 idx TDR p.35
313   TF1 *pGaIF=new TF1("HidxGap","1+0.12489e-6/(2.62e-4 - x*x/1239.84/1239.84)"                                                         ,emin,emax);      //?????? from where  
314
315   TF1 *pRaAF=new TF1("HabsRad","(x<7.8)*(gaus+gaus(3))+(x>=7.8)*0.0001"                                                               ,emin,emax);  //fit from DiMauro data 28.10.03 
316   pRaAF->SetParameters(3.20491e16,-0.00917890,0.742402,3035.37,4.81171,0.626309);
317   TF1 *pWiAF=new TF1("HabsWin","(x<8.2)*(818.8638-301.0436*x+36.89642*x*x-1.507555*x*x*x)+(x>=8.2)*0.0001"                            ,emin,emax);  //fit from DiMauro data 28.10.03 
318   TF1 *pGaAF=new TF1("HabsGap","(x<7.75)*6512.399+(x>=7.75)*3.90743e-2/(-1.655279e-1+6.307392e-2*x-8.011441e-3*x*x+3.392126e-4*x*x*x)",emin,emax);  //????? from where  
319   
320   TF1 *pQeF =new TF1("Hqe"    ,"0+(x>6.07267)*0.344811*(1-exp(-1.29730*(x-6.07267)))"                                                 ,emin,emax);  //fit from DiMauro data 28.10.03  
321                             
322   for(Int_t i=0;i<kNbins;i++){
323     Float_t eV=emin+0.1*i;  //Ckov energy in eV
324     aEckov [i] =1e-9*eV;    //Ckov energy in GeV
325     aAbsRad[i]=pRaAF->Eval(eV); aIdxRad[i]=1.292;//pRaIF->Eval(eV,20);      //Simulation for 20 degress C       
326     aAbsWin[i]=pWiAF->Eval(eV); aIdxWin[i]=1.5787;//pWiIF->Eval(eV);
327     aAbsGap[i]=pGaAF->Eval(eV); aIdxGap[i]=1.0005;//pGaIF->Eval(eV);   
328     aQeAll[i] =1;                     //QE for all other materials except for PC must be 1.  
329     aAbsMet[i] =0.0001;                aIdxMet[i]=0;                                             //metal ref idx must be 0 in order to reflect photon
330                                        aIdxPc [i]=1;           aQePc [i]=pQeF->Eval(eV);         //PC ref idx must be 1 in order to apply photon to QE conversion 
331                                        
332   }
333   gMC->SetCerenkov((*fIdtmed)[kC6F14]    , kNbins, aEckov, aAbsRad  , aQeAll , aIdxRad );    
334   gMC->SetCerenkov((*fIdtmed)[kSiO2]     , kNbins, aEckov, aAbsWin  , aQeAll , aIdxWin );    
335   gMC->SetCerenkov((*fIdtmed)[kCH4]      , kNbins, aEckov, aAbsGap  , aQeAll , aIdxGap );    
336   gMC->SetCerenkov((*fIdtmed)[kCu]       , kNbins, aEckov, aAbsMet  , aQeAll , aIdxMet );    
337   gMC->SetCerenkov((*fIdtmed)[kW]        , kNbins, aEckov, aAbsMet  , aQeAll , aIdxMet ); //n=0 means reflect photons       
338   gMC->SetCerenkov((*fIdtmed)[kCsI]      , kNbins, aEckov, aAbsMet  , aQePc  , aIdxPc  ); //n=1 means convert photons    
339   gMC->SetCerenkov((*fIdtmed)[kAl]       , kNbins, aEckov, aAbsMet  , aQeAll , aIdxMet );    
340   delete pRaAF;delete pWiAF;delete pGaAF; delete pRaIF; delete pWiIF; delete pGaIF; delete pQeF;
341 }
342 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
343 Bool_t AliHMPIDv2::IsLostByFresnel()
344 {
345 // Calculate probability for the photon to be lost by Fresnel reflection.
346   TLorentzVector p4;
347   Double_t mom[3],localMom[3];
348   gMC->TrackMomentum(p4);   mom[0]=p4(1);   mom[1]=p4(2);   mom[2]=p4(3);
349   localMom[0]=0; localMom[1]=0; localMom[2]=0;
350   gMC->Gmtod(mom,localMom,2);
351   Double_t localTc    = localMom[0]*localMom[0]+localMom[2]*localMom[2];
352   Double_t localTheta = TMath::ATan2(TMath::Sqrt(localTc),localMom[1]);
353   Double_t cotheta = TMath::Abs(TMath::Cos(localTheta));
354   if(gMC->GetRandom()->Rndm() < Fresnel(p4.E()*1e9,cotheta,1)){
355     AliDebug(1,"Photon lost");
356     return kTRUE;
357   }else
358     return kFALSE;
359 }//IsLostByFresnel()
360 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
361 void AliHMPIDv2::GenFee(Float_t qtot)
362 {
363 // Generate FeedBack photons for the current particle. To be invoked from StepManager().
364 // eloss=0 means photon so only pulse height distribution is to be analysed.
365   TLorentzVector x4;
366   gMC->TrackPosition(x4); 
367   Int_t iNphotons=gMC->GetRandom()->Poisson(0.02*qtot);  //# of feedback photons is proportional to the charge of hit
368   AliDebug(1,Form("N photons=%i",iNphotons));
369   Int_t j;
370   Float_t cthf, phif, enfp = 0, sthf, e1[3], e2[3], e3[3], vmod, uswop,dir[3], phi,pol[3], mom[4];
371 //Generate photons
372   for(Int_t i=0;i<iNphotons;i++){//feedbacks loop
373     Double_t ranf[2];
374     gMC->GetRandom()->RndmArray(2,ranf);    //Sample direction
375     cthf=ranf[0]*2-1.0;
376     if(cthf<0) continue;
377     sthf = TMath::Sqrt((1 - cthf) * (1 + cthf));
378     phif = ranf[1] * 2 * TMath::Pi();
379     
380     if(Double_t randomNumber=gMC->GetRandom()->Rndm()<=0.57)
381       enfp = 7.5e-9;
382     else if(randomNumber<=0.7)
383       enfp = 6.4e-9;
384     else
385       enfp = 7.9e-9;
386     
387
388     dir[0] = sthf * TMath::Sin(phif);    dir[1] = cthf;    dir[2] = sthf * TMath::Cos(phif);
389     gMC->Gdtom(dir, mom, 2);
390     mom[0]*=enfp;    mom[1]*=enfp;    mom[2]*=enfp;
391     mom[3] = TMath::Sqrt(mom[0]*mom[0]+mom[1]*mom[1]+mom[2]*mom[2]);
392     
393     // Polarisation
394     e1[0]=      0;    e1[1]=-dir[2];    e1[2]= dir[1];
395     e2[0]=-dir[1];    e2[1]= dir[0];    e2[2]=      0;
396     e3[0]= dir[1];    e3[1]=      0;    e3[2]=-dir[0];
397     
398     vmod=0;
399     for(j=0;j<3;j++) vmod+=e1[j]*e1[j];
400     if (!vmod) for(j=0;j<3;j++) {
401       uswop=e1[j];
402       e1[j]=e3[j];
403       e3[j]=uswop;
404     }
405     vmod=0;
406     for(j=0;j<3;j++) vmod+=e2[j]*e2[j];
407     if (!vmod) for(j=0;j<3;j++) {
408       uswop=e2[j];
409       e2[j]=e3[j];
410       e3[j]=uswop;
411     }
412     
413     vmod=0;  for(j=0;j<3;j++) vmod+=e1[j]*e1[j];  vmod=TMath::Sqrt(1/vmod);  for(j=0;j<3;j++) e1[j]*=vmod;    
414     vmod=0;  for(j=0;j<3;j++) vmod+=e2[j]*e2[j];  vmod=TMath::Sqrt(1/vmod);  for(j=0;j<3;j++) e2[j]*=vmod;
415     
416     phi = gMC->GetRandom()->Rndm()* 2 * TMath::Pi();
417     for(j=0;j<3;j++) pol[j]=e1[j]*TMath::Sin(phi)+e2[j]*TMath::Cos(phi);
418     gMC->Gdtom(pol, pol, 2);
419     Int_t outputNtracksStored;    
420     gAlice->GetMCApp()->PushTrack(1,                             //transport
421                      gAlice->GetMCApp()->GetCurrentTrackNumber(),//parent track 
422                      50000051,                                   //PID
423                      mom[0],mom[1],mom[2],mom[3],                //track momentum  
424                      x4.X(),x4.Y(),x4.Z(),x4.T(),                //track origin 
425                      pol[0],pol[1],pol[2],                       //polarization
426                      kPFeedBackPhoton,                           //process ID   
427                      outputNtracksStored,                        //on return how many new photons stored on stack
428                      1.0);                                       //weight
429   }//feedbacks loop
430   AliDebug(1,"Stop.");
431 }//GenerateFeedbacks()
432 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
433 void AliHMPIDv2::Hits2SDigits()
434 {
435 // Interface method ivoked from AliSimulation to create a list of sdigits corresponding to list of hits. Every hit generates one or more sdigits.
436 // Arguments: none
437 //   Returns: none   
438   AliDebug(1,"Start.");
439   for(Int_t iEvt=0;iEvt < GetLoader()->GetRunLoader()->GetNumberOfEvents();iEvt++){                //events loop
440     GetLoader()->GetRunLoader()->GetEvent(iEvt);                          //get next event
441   
442     if(!GetLoader()->TreeH()) {GetLoader()->LoadHits();                    }
443     if(!GetLoader()->TreeS()) {GetLoader()->MakeTree("S"); MakeBranch("S");}//to
444           
445     for(Int_t iEnt=0;iEnt<GetLoader()->TreeH()->GetEntries();iEnt++){//prims loop
446       GetLoader()->TreeH()->GetEntry(iEnt);
447       Hit2Sdi(Hits(),SdiLst());
448     }//prims loop
449     GetLoader()->TreeS()->Fill();
450     GetLoader()->WriteSDigits("OVERWRITE");
451     SdiReset();
452   }//events loop  
453   GetLoader()->UnloadHits();
454   GetLoader()->UnloadSDigits();  
455   AliDebug(1,"Stop.");
456 }//Hits2SDigits()
457 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
458 void AliHMPIDv2::Hit2Sdi(TClonesArray *pHitLst,TClonesArray *pSdiLst)
459 {
460 // Converts list of hits to list of sdigits. 
461 // Arguments: pHitLst  - list of hits provided not empty
462 //            pSDigLst - list of sdigits where to store the results
463 //   Returns: none         
464   for(Int_t iHit=0;iHit<pHitLst->GetEntries();iHit++){         //hits loop
465     AliHMPIDHit *pHit=(AliHMPIDHit*)pHitLst->At(iHit);         //get pointer to current hit   
466     pHit->Hit2Sdi(pSdiLst);                                    //convert this hit to list of sdigits     
467   }//hits loop loop
468 }//Hits2Sdi()
469 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
470 void AliHMPIDv2::Digits2Raw()
471 {
472 // Interface method invoked by AliSimulation to create raw data streams from digits. Events loop is done in AliSimulation
473 // Arguments: none
474 //   Returns: none    
475   AliDebug(1,"Start.");
476   GetLoader()->LoadDigits();
477   TTree * treeD = GetLoader()->TreeD();
478   if(!treeD) {
479     AliError("No digits tree!");
480     return;
481   }
482   treeD->GetEntry(0);
483   
484   AliHMPIDDigit::WriteRaw(DigLst());
485     
486   GetLoader()->UnloadDigits();
487   AliDebug(1,"Stop.");      
488 }//Digits2Raw()
489 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
490 Float_t AliHMPIDv2::Fresnel(Float_t ene,Float_t pdoti, Bool_t pola)
491 {
492 // Correction for Fresnel   ???????????
493 // Arguments:   ene - photon energy [GeV],
494 //              PDOTI=COS(INC.ANG.), PDOTR=COS(POL.PLANE ROT.ANG.)
495 //   Returns:  
496     Float_t en[36] = {5.0,5.1,5.2,5.3,5.4,5.5,5.6,5.7,5.8,5.9,6.0,6.1,6.2,
497                       6.3,6.4,6.5,6.6,6.7,6.8,6.9,7.0,7.1,7.2,7.3,7.4,7.5,7.6,7.7,
498                       7.8,7.9,8.0,8.1,8.2,8.3,8.4,8.5};
499     Float_t csin[36] = {2.14,2.21,2.33,2.48,2.76,2.97,2.99,2.59,2.81,3.05,
500                         2.86,2.53,2.55,2.66,2.79,2.96,3.18,3.05,2.84,2.81,2.38,2.11,
501                         2.01,2.13,2.39,2.73,3.08,3.15,2.95,2.73,2.56,2.41,2.12,1.95,
502                         1.72,1.53};
503     Float_t csik[36] = {0.,0.,0.,0.,0.,0.196,0.408,0.208,0.118,0.49,0.784,0.543,
504                         0.424,0.404,0.371,0.514,0.922,1.102,1.139,1.376,1.461,1.253,0.878,
505                         0.69,0.612,0.649,0.824,1.347,1.571,1.678,1.763,1.857,1.824,1.824,
506                         1.714,1.498};
507     Float_t xe=ene;
508     Int_t  j=Int_t(xe*10)-49;
509     Float_t cn=csin[j]+((csin[j+1]-csin[j])/0.1)*(xe-en[j]);
510     Float_t ck=csik[j]+((csik[j+1]-csik[j])/0.1)*(xe-en[j]);
511
512     //FORMULAE FROM HANDBOOK OF OPTICS, 33.23 OR
513     //W.R. HUNTER, J.O.S.A. 54 (1964),15 , J.O.S.A. 55(1965),1197
514
515     Float_t sinin=TMath::Sqrt(1-pdoti*pdoti);
516     Float_t tanin=sinin/pdoti;
517
518     Float_t c1=cn*cn-ck*ck-sinin*sinin;
519     Float_t c2=4*cn*cn*ck*ck;
520     Float_t aO=TMath::Sqrt(0.5*(TMath::Sqrt(c1*c1+c2)+c1));
521     Float_t b2=0.5*(TMath::Sqrt(c1*c1+c2)-c1);
522     
523     Float_t rs=((aO-pdoti)*(aO-pdoti)+b2)/((aO+pdoti)*(aO+pdoti)+b2);
524     Float_t rp=rs*((aO-sinin*tanin)*(aO-sinin*tanin)+b2)/((aO+sinin*tanin)*(aO+sinin*tanin)+b2);
525     
526
527     //CORRECTION FACTOR FOR SURFACE ROUGHNESS
528     //B.J. STAGG  APPLIED OPTICS, 30(1991),4113
529
530     Float_t sigraf=18.;
531     Float_t lamb=1240/ene;
532     Float_t fresn;
533  
534     Float_t  rO=TMath::Exp(-(4*TMath::Pi()*pdoti*sigraf/lamb)*(4*TMath::Pi()*pdoti*sigraf/lamb));
535
536     if(pola)
537     {
538         Float_t pdotr=0.8;                                 //DEGREE OF POLARIZATION : 1->P , -1->S
539         fresn=0.5*(rp*(1+pdotr)+rs*(1-pdotr));
540     }
541     else
542         fresn=0.5*(rp+rs);
543       
544     fresn = fresn*rO;
545     return fresn;
546 }//Fresnel()
547 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
548 void AliHMPIDv2::Print(Option_t *option)const
549 {
550 // Debug printout
551   TObject::Print(option);
552 }//void AliHMPID::Print(Option_t *option)const
553 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
554 Bool_t AliHMPIDv2::Raw2SDigits(AliRawReader *pRR)
555 {
556 // Interface methode ivoked from AliSimulation to create a list of sdigits from raw digits. Events loop is done in AliSimulation
557 // Arguments: pRR- raw reader 
558 //   Returns: kTRUE on success (currently ignored in AliSimulation::ConvertRaw2SDigits())      
559   AliHMPIDDigit sdi; //tmp sdigit, raw digit will be converted to it
560   
561   if(!GetLoader()->TreeS()) {MakeTree("S");  MakeBranch("S");}
562     
563   TClonesArray *pSdiLst=SdiLst(); Int_t iSdiCnt=0; //tmp list of sdigits for all chambers
564   pRR->Select("HMPID",0,13);//select all HMPID DDL files
565   UInt_t w32=0;
566   while(pRR->ReadNextInt(w32)){//raw records loop (in selected DDL files)
567     UInt_t ddl=pRR->GetDDLID(); //returns 0,1,2 ... 13
568     sdi.Raw(ddl,w32);  
569     new((*pSdiLst)[iSdiCnt++]) AliHMPIDDigit(sdi); //add this digit to the tmp list
570   }//raw records loop
571   GetLoader()->TreeS()->Fill(); GetLoader()->WriteSDigits("OVERWRITE");//write out sdigits
572   SdiReset();
573   return kTRUE;
574 }//Raw2SDigits
575 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
576 void AliHMPIDv2::StepCount()
577 {
578 // Count number of ckovs created  
579 }
580 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
581 void AliHMPIDv2::StepHistory()
582 {
583 // This methode is invoked from StepManager() in order to print out 
584   static Int_t iStepN;
585   const char *sParticle;
586   switch(gMC->TrackPid()){
587     case kProton:      sParticle="PROTON"    ;break;
588     case kNeutron:     sParticle="neutron"   ;break;
589     case kGamma:       sParticle="gamma"     ;break;
590     case 50000050:     sParticle="CKOV"      ;break;
591     case kPi0:         sParticle="Pi0"       ;break;  
592     case kPiPlus:      sParticle="Pi+"       ;break;  
593     case kPiMinus:     sParticle="Pi-"       ;break;  
594     case kElectron:    sParticle="electron"  ;break;  
595     default:           sParticle="not known" ;break;
596   }
597
598   TString flag="fanny combination";
599   if(gMC->IsTrackAlive())
600       if(gMC->IsTrackEntering())      flag="enters to";
601       else if(gMC->IsTrackExiting())  flag="exits from";
602       else if(gMC->IsTrackInside())   flag="inside";
603   else
604       if(gMC->IsTrackStop())          flag="stoped in";        
605   
606
607
608   
609   Int_t vid=0,copy=0;
610   TString path=gMC->CurrentVolName(); path.Prepend("-");path.Prepend(gMC->CurrentVolOffName(1));//current volume and his mother are always there
611   vid=gMC->CurrentVolOffID(2,copy);  if(vid) {path.Prepend("-");path.Prepend(gMC->VolName(vid));}
612   vid=gMC->CurrentVolOffID(3,copy);  if(vid) {path.Prepend("-");path.Prepend(gMC->VolName(vid));}
613  
614   
615   Printf("Step %i: %s (%i) %s %s m=%.6f GeV q=%.1f dEdX=%.4f Etot=%.4f",iStepN,sParticle,gMC->TrackPid(),flag.Data(),path.Data(),gMC->TrackMass(),gMC->TrackCharge(),gMC->Edep()*1e9,gMC->Etot());
616   
617   Double_t gMcTrackPos[3]; gMC->TrackPosition(gMcTrackPos[0],gMcTrackPos[1],gMcTrackPos[2]);
618   Double_t  gMcTrackPosLoc[3]; gMC->Gmtod(gMcTrackPos,gMcTrackPosLoc,1);
619   Printf("gMC Track Position (MARS) x: %5.3lf, y: %5.3lf, z: %5.3lf (r: %5.3lf) ---> (LOC) x: %5.3f, y: %5.3f, z: %5.3f",gMcTrackPos[0],gMcTrackPos[1],gMcTrackPos[2],TMath::Sqrt(gMcTrackPos[0]*gMcTrackPos[0]+gMcTrackPos[1]*gMcTrackPos[1]+gMcTrackPos[2]*gMcTrackPos[2]),gMcTrackPosLoc[0],gMcTrackPosLoc[1],gMcTrackPosLoc[2]);
620   
621
622   
623   Printf("Step %i: tid=%i flags alive=%i disap=%i enter=%i exit=%i inside=%i out=%i stop=%i new=%i",
624                             iStepN, gAlice->GetMCApp()->GetCurrentTrackNumber(),
625                             gMC->IsTrackAlive(), gMC->IsTrackDisappeared(),gMC->IsTrackEntering(), gMC->IsTrackExiting(),
626                             gMC->IsTrackInside(),gMC->IsTrackOut(),        gMC->IsTrackStop(),     gMC->IsNewTrack());
627   
628   Float_t a,z,den,rad,abs; a=z=den=rad=abs=-1;
629   Int_t mid=gMC->CurrentMaterial(a,z,den,rad,abs);
630   Printf("Step %i: mid=%i a=%7.2f z=%7.2f den=%9.4f rad=%9.2f abs=%9.2f\n\n",iStepN,mid,a,z,den,rad,abs);
631   
632   TArrayI proc;  gMC->StepProcesses(proc); 
633   Printf("Processes in this step:");
634   for ( int i = 0 ; i < proc.GetSize(); i++)
635   {
636     Printf("%s",TMCProcessName[proc.At(i)]);
637   }
638   Printf("End process list");
639   
640   iStepN++;
641 }//StepHistory()
642 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
643 void AliHMPIDv2::StepManager()
644 {
645 // Full Step Manager.
646 // Arguments: none
647 //   Returns: none           
648 //  StepHistory(); return; //uncomment to print tracks history
649  //  StepCount(); return;     //uncomment to count photons
650   
651   Int_t   copy; //volume copy aka node
652   
653 //Treat photons    
654   if((gMC->TrackPid()==50000050||gMC->TrackPid()==50000051)&&gMC->CurrentVolID(copy)==fIdPad){   //photon (Ckov or feedback) hit PC (fIdPad)
655     if(gMC->Edep()>0){                                                                           //photon survided QE test i.e. produces electron
656       if(IsLostByFresnel()){ gMC->StopTrack(); return;}                                          //photon lost due to fersnel reflection on PC       
657                                                                                          gMC->CurrentVolOffID(5,copy);                                             //current chamber since geomtry tree is Hmp-Hsec-Hgap-Hrow-Hcel-Hpad
658       Int_t   tid=     gMC->GetStack()->GetCurrentTrackNumber();                                 //take TID
659       Int_t   pid=     gMC->TrackPid();                                                          //take PID
660       Float_t etot=    gMC->Etot();                                                              //total hpoton energy, [GeV] 
661       Double_t x[3];   gMC->TrackPosition(x[0],x[1],x[2]);                                       //take MARS position at entrance to PC
662       Float_t xl,yl;   AliHMPIDParam::Instance()->Mars2Lors(copy,x,xl,yl);                       //take LORS position
663        if ( yl < 0  ) Printf("-------------------> SUPER PROBLEM PHOTON>>> Ch: %d, x[]: %f %f %f (MARS)-> xl: %f yl: %f",copy,x[0],x[1],x[2],xl,yl);
664       new((*fHits)[fNhits++])AliHMPIDHit(copy,etot,pid,tid,xl,yl,x);                             //HIT for photon, position at P, etot will be set to Q
665       GenFee(etot);                                                                              //generate feedback photons etot is modified in hit ctor to Q of hit
666     }//photon hit PC and DE >0 
667   }//photon hit PC
668   
669 //Treat charged particles  
670   static Float_t eloss;                                                                           //need to store mip parameters between different steps    
671   static Double_t in[3];
672   if(gMC->TrackCharge() && gMC->CurrentVolID(copy)==fIdCell){                                     //charged particle in amplification gap (fIdCell)
673     if(gMC->IsTrackEntering()||gMC->IsNewTrack()) {                                               //entering or newly created
674       eloss=0;                                                                                    //reset Eloss collector                         
675       gMC->TrackPosition(in[0],in[1],in[2]);                                                      //take position at the entrance
676     }else if(gMC->IsTrackExiting()||gMC->IsTrackStop()||gMC->IsTrackDisappeared()){               //exiting or disappeared
677       eloss              +=gMC->Edep();                                                           //take into account last step Eloss
678                           gMC->CurrentVolOffID(4,copy);                                           //take current chamber since geometry tree is Hmp-Hsec-Hgap-Hrow-Hcel
679       Int_t tid=          gMC->GetStack()->GetCurrentTrackNumber();                               //take TID
680       Int_t pid=          gMC->TrackPid();                                                        //take PID
681       Double_t out[3];    gMC->TrackPosition(out[0],out[1],out[2]);                               //take MARS position at exit
682       out[0]=0.5*(out[0]+in[0]);                                                                  //>
683       out[1]=0.5*(out[1]+in[1]);                                                                  //take hit position at the anod plane
684       out[2]=0.5*(out[2]+in[2]);                                                                  //>
685       Float_t xl,yl;AliHMPIDParam::Instance()->Mars2Lors(copy,out,xl,yl);                         //take LORS position
686        if ( yl < 0  ) Printf("-------------------> SUPER PROBLEM CHARGED>>> Ch: %d, x[]: %f %f %f (MARS)-> xl: %f yl: %f",copy,out[0],out[1],out[2],xl,yl);
687       new((*fHits)[fNhits++])AliHMPIDHit(copy,eloss,pid,tid,xl,yl,out);                           //HIT for MIP, position near anod plane, eloss will be set to Q 
688       GenFee(eloss);                                                                              //generate feedback photons 
689     }else                                                                                         //just going inside
690       eloss          += gMC->Edep();                                                              //collect this step eloss 
691   }//MIP in GAP
692 }//StepManager()
693 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
694 void AliHMPIDv2::TestPoint(Int_t ch,Float_t x,Float_t y)
695 {
696 // Utility method to check the validity of geometry by poviding some crucial points
697 // Arguments: ch,x,y- crucial point definition (cm) in LORS
698 //   Returns: none    
699   Double_t mars[3];
700   AliHMPIDParam::Instance()->Lors2Mars(ch,x,y,mars);
701   Printf("(ch=%i,locX=%.2f,locY=%.2f) %s",ch,x,y,gGeoManager->FindNode(mars[0],mars[1],mars[2])->GetName());
702 }//TestPoint()
703 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
704 void AliHMPIDv2::TestGeom()
705 {
706   TGeoManager::Import("geometry.root");
707   for(Int_t ch=AliHMPIDDigit::kMinCh;ch<=AliHMPIDDigit::kMaxCh;ch++)
708     TestPoint(ch,0,0);
709 }
710 //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++