]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/DrawITS.C
Adding signals for TRD and calorimeter physics
[u/mrichter/AliRoot.git] / macros / DrawITS.C
index fc1b90e9ef9b19305fb4c6ea4bef3ebbeb8a2731..2a55f5b27a755d7b7056dcd8dd63526c64bb2be7 100644 (file)
@@ -8,9 +8,9 @@ void DrawITS()
    gMC->Gdopt("shad", "on");
    gMC->Gsatt("*", "fill", 7);
    gMC->SetClipBox(".");
-   gMC->SetClipBox("*", 0, 300, -300, 300, -300, 300);
+   gMC->SetClipBox("*", 0, 100, -100, 100, -100, 100);
    gMC->DefaultRange();
-   gMC->Gdraw("alic", 40, 30, 0, 9, 10, .1, .1);
+   gMC->Gdraw("alic", 40, 30, 0, 10, 10, .03, .03);
    gMC->Gdhead(1111, "Inner Tracking System");
    gMC->Gdman(16, 6, "MAN");
 }