]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Updated radii for evaluation of layers material budget using LUT (non default option)
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 8 Jul 2008 17:23:17 +0000 (17:23 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 8 Jul 2008 17:23:17 +0000 (17:23 +0000)
ITS/AliITStrackerMI.cxx

index 708f62c75639836d35d66ce21af5c03cb8e18b15..dc2dd66db77ba1a0a317df750863933b1b2fa073 100644 (file)
@@ -4621,8 +4621,8 @@ void AliITStrackerMI::BuildMaterialLUT(TString material) {
   Double_t point1[3],point2[3];
   Double_t phi,cosphi,sinphi,z;
   // 0-5 layers, 6 pipe, 7-8 shields 
-  Double_t rmin[9]={ 3.5, 5.5,13.0,22.0,35.0,41.0, 2.0, 7.5,25.0};
-  Double_t rmax[9]={ 5.5, 7.3,17.0,26.0,41.0,47.0, 3.0,10.5,30.0};
+  Double_t rmin[9]={ 3.5, 5.5,13.0,22.0,35.0,41.0, 2.0, 8.0,25.0};
+  Double_t rmax[9]={ 5.5, 8.0,17.0,26.0,41.0,47.0, 3.0,10.5,30.0};
 
   Int_t ifirst=0,ilast=0;  
   if(material.Contains("Pipe")) {
@@ -5404,4 +5404,3 @@ void AliITStrackerMI::UseTrackForPlaneEff(AliITStrackMI* track, Int_t ilayer) {
   }
 return;
 }
-