]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/DrawPMD.C
Additional protection
[u/mrichter/AliRoot.git] / macros / DrawPMD.C
index 5f90fa28eb96bef79fca6447361d8003c6dd2942..b5cb295c87053d92078cffd319bbfc697a0138c6 100644 (file)
@@ -8,9 +8,9 @@ void DrawPMD()
    gMC->Gdopt("shad", "on");
    gMC->Gsatt("*", "fill", 7);
    gMC->SetClipBox(".");
-   gMC->SetClipBox("*", 0, 3000, -3000, 3000, -6000, 6000);
+   //   gMC->SetClipBox("*", 0, 3000, -3000, 3000, -6000, 6000);
    gMC->DefaultRange();
-   gMC->Gdraw("alic", 40, 30, 0, 22, 15.5, .04, .04);
+   gMC->Gdraw("alic", 40, 30, 0, 0, 5, .025, .025);
    gMC->Gdhead(1111, "Photon Multiplicity Detector");
    gMC->Gdman(17, 5, "MAN");
 }