]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug fix in SetNRowPad() reposted by Bogdan
authorcblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Nov 2002 14:34:53 +0000 (14:34 +0000)
committercblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Nov 2002 14:34:53 +0000 (14:34 +0000)
TRD/AliTRDparameter.cxx

index 4651a4cf6dbe3c27c39484756c281b9f3c3b6189..ac37aff64e6eb36bfe2315175c91dfaee679b261 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.10  2002/10/31 17:46:22  cblume
+New padplane (same number of columns in outer plane
+
 Revision 1.9  2002/10/28 13:02:51  cblume
 Bug fix in GetTiltingAngle()
 
@@ -523,7 +526,7 @@ void AliTRDparameter::SetNRowPad()
                             - fGeo->GetChamberLength(iplan,1)
                              - fGeo->GetChamberLength(iplan,2) / 2.;
         for (Int_t ic = 0; ic < icham; ic++) {
-          row0 += fGeo->GetChamberLength(iplan,icham);
+          row0 += fGeo->GetChamberLength(iplan,ic);
         }
         fRow0[iplan][icham][isect]       = row0;