]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing obsolete macros
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 18 Feb 2003 10:49:07 +0000 (10:49 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 18 Feb 2003 10:49:07 +0000 (10:49 +0000)
macros/DrawCASTOR.C [deleted file]
macros/ViewCASTOR.C [deleted file]

diff --git a/macros/DrawCASTOR.C b/macros/DrawCASTOR.C
deleted file mode 100644 (file)
index 83f5a17..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-void DrawCASTOR()
-{
-   gMC->Gsatt("*", "seen", -1);
-   gMC->Gsatt("alic", "seen", 0);
-   gROOT->LoadMacro("ViewCASTOR.C");
-   gInterpreter->ProcessLine("ViewCASTOR()");
-   gMC->Gdopt("hide", "on");
-   gMC->Gdopt("shad", "on");
-   gMC->Gsatt("*", "fill", 7);
-   gMC->SetClipBox(".");
-   gMC->SetClipBox("*", 0, 20, -20, 20, -1900, -1700);
-   gMC->DefaultRange();
-   gMC->Gdraw("alic", 40, 30, 0, -191.5, -78, .19, .19);
-   gMC->Gdhead(1111, "Castor");
-   gMC->Gdman(15,-2, "MAN");
-}
diff --git a/macros/ViewCASTOR.C b/macros/ViewCASTOR.C
deleted file mode 100644 (file)
index 3fec238..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-void ViewCASTOR()
-{
-   gMC->Gsatt("OCTA","seen",0);
-   gMC->Gsatt("EM  ","seen",0);
-   gMC->Gsatt("HAD ","seen",0);
-   gMC->Gsatt("CAL ","seen",0);
-   gMC->Gsatt("CALT","seen",1);
-   gMC->Gsatt("OCT ","seen",0);
-   gMC->Gsatt("SLEM","seen",1);
-   gMC->Gsatt("SLHA","seen",1);
-   gMC->Gsatt("SAHA","seen",1);
-}