]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Obsolete macros
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 31 Oct 2009 11:00:29 +0000 (11:00 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 31 Oct 2009 11:00:29 +0000 (11:00 +0000)
macros/DrawTRD.C [deleted file]

diff --git a/macros/DrawTRD.C b/macros/DrawTRD.C
deleted file mode 100644 (file)
index 30a9cb2..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-void DrawTRD()
-{
-   gMC->Gsatt("*", "seen", -1);
-   gMC->Gsatt("alic", "seen", 0);
-   gROOT->LoadMacro("ViewTRD.C");
-   gInterpreter->ProcessLine("ViewTRD()");
-   gMC->Gdopt("hide", "on");
-   gMC->Gdopt("shad", "on");
-   gMC->Gsatt("*", "fill", 7);
-   gMC->SetClipBox(".");
-   gMC->SetClipBox("*", 0, 2000, -2000, 2000, -2000, 2000);
-   gMC->DefaultRange();
-   gMC->Gdraw("alic", 40, 30, 0, 12, 9.4, .021, .021);
-   gMC->Gdhead(1111, "Transition Radiation Detector");
-   gMC->Gdman(18, 4, "MAN");
-}