]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Commenting out debug printouts
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 29 Apr 2009 09:53:30 +0000 (09:53 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 29 Apr 2009 09:53:30 +0000 (09:53 +0000)
ITS/AliITSv11GeometrySSD.cxx

index 9d480eeef5a5ef6f50eaee3178df17a2a69a6d91..62486d399fa8bb664aa2b308681420b2e7091205 100644 (file)
@@ -2283,10 +2283,11 @@ TList* AliITSv11GeometrySSD::GetSSDHybridParts(){
     
     xmothervertex[i][7] = xmothervertex[i][6];
     ymothervertex[i][7] = 0.5*fgkSSDStiffenerHeight;
-
+    /*
     for (Int_t j = 0; j<8; j++) {
-      //      cout << "vtx " << j << " " <<  xmothervertex[i][j] << " " << ymothervertex[i][j] << endl;
+      cout << "vtx " << j << " " <<  xmothervertex[i][j] << " " << ymothervertex[i][j] << endl;
     }
+    */
     TGeoXtru *shape = new TGeoXtru(2);
     shape->DefinePolygon(8,xmothervertex[i],ymothervertex[i]);
     shape->DefineSection(0,-0.5*fgkSSDStiffenerLength);