]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/DrawS01.C
macro moved to oldmacros directory. It has to be updated
[u/mrichter/AliRoot.git] / ITS / DrawS01.C
diff --git a/ITS/DrawS01.C b/ITS/DrawS01.C
deleted file mode 100644 (file)
index be45e53..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-void DrawS01()
-{
-   gMC->Gsatt("*", "seen", -1);
-   gMC->Gsatt("alic", "seen", 0);
-   gROOT->LoadMacro("ViewS01.C");
-   gInterpreter->ProcessLine("ViewS01()");
-   gMC->Gdopt("hide", "on");
-   gMC->Gdopt("shad", "on");
-   gMC->Gsatt("*", "fill", 7);
-   gMC->SetClipBox(".");
-   gMC->SetClipBox("*", 0, 100, -1000, 1000, -1000, 1000);
-   gMC->DefaultRange();
-   gMC->Gdraw("alic", 40, 30, 0, 10, 10, .1, .1);
-   gMC->Gdhead(1111, "Inner Tracking System");
-   gMC->Gdman(16, 6, "MAN");
-}