]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removed warning from part of code not properly implimneted yet.
authornilsen <nilsen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 21 Mar 2003 14:34:10 +0000 (14:34 +0000)
committernilsen <nilsen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 21 Mar 2003 14:34:10 +0000 (14:34 +0000)
ITS/AliITSvSPD02.cxx

index 9ee2a57287c03867298b1ab8ab708f4cce234fb7..a274371b77761a561ca84675fb9b8821e0baf60b 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.2  2003/02/12 10:39:05  hristov
+Updated AliTrackReference class (S.Radomski)
+
 Revision 1.1  2002/12/05 20:07:25  nilsen
 Adding new SPD 2002 test-beam geometry, with Config file (setup for testing,
 50 pions in one event and not 50 events with one pion).
@@ -479,7 +482,7 @@ void AliITSvSPD02::InitAliITSgeom(){
        return;
     } // end if
     cout << "Reading Geometry transformation directly from Geant 3." << endl;
-    const Int_t nlayers = 2;
+    const Int_t nlayers = 6;
     const Int_t ndeep = 5;
     Int_t itsGeomTreeNames[nlayers][ndeep],lnam[20],lnum[20];
     Int_t nlad[nlayers],ndet[nlayers];