]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/DrawVZERO.C
Small changes in order to make compiling easier for new users.
[u/mrichter/AliRoot.git] / VZERO / DrawVZERO.C
index 64e094d1d813335574b8a49134cba09baf109da5..e02706e0330303a31320fc58b43054c8b579f4b2 100755 (executable)
@@ -10,11 +10,18 @@ void DrawVZERO()
    gMC->Gsatt("*", "fill", 7);
    gMC->SetClipBox(".");
    gMC->DefaultRange();
+   
+//   Vues de la partie gauche :
 
-   gMC->Gdraw("alic", 0, 0, 0, 10, 10, 0.2, 0.2);
+//   gMC->Gdraw("alic", 30, 0, 0, -25, 10, 0.2, 0.2);
 
-//    gMC->Gdraw("alic", 90, 0, 0, 90, 9, 0.92, 0.2 );
-   
+//   Vues de la partie droite :
+
+//  gMC->Gdraw("alic", 0, 0, 0, 10, 10, 0.2, 0.2);
+
+
+    gMC->Gdraw("alic", 90, 0, 0, 90, 9, 0.92, 0.2 );
+  
     gMC->Gdhead(1111, "VZERO Detector");