]> 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:50:16 +0000 (09:50 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 29 Apr 2009 09:50:16 +0000 (09:50 +0000)
ITS/AliITSv11GeometrySSD.cxx

index cf53e6c137bc5a8bf224a70bddaa767d3d748107..9d480eeef5a5ef6f50eaee3178df17a2a69a6d91 100644 (file)
@@ -2285,7 +2285,7 @@ TList* AliITSv11GeometrySSD::GetSSDHybridParts(){
     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]);