From: hristov Date: Tue, 18 Feb 2003 10:49:07 +0000 (+0000) Subject: Removing obsolete macros X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=2155086e020830c8f24fed30632adfca5649e5af;p=u%2Fmrichter%2FAliRoot.git Removing obsolete macros --- diff --git a/macros/DrawCASTOR.C b/macros/DrawCASTOR.C deleted file mode 100644 index 83f5a17229e..00000000000 --- a/macros/DrawCASTOR.C +++ /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 index 3fec238be0d..00000000000 --- a/macros/ViewCASTOR.C +++ /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); -}