]> git.uio.no Git - u/mrichter/AliRoot.git/blame - macros/DrawABSO.C
Updated names of the environment variables (no dollar sign). Gaussian distribution...
[u/mrichter/AliRoot.git] / macros / DrawABSO.C
CommitLineData
4e47b882 1void DrawABSO()
fe4da5cc 2{
3 gMC->Gsatt("*", "seen", -1);
4 gMC->Gsatt("alic", "seen", 0);
4e47b882 5 gROOT->LoadMacro("ViewABSO.C");
6 gInterpreter->ProcessLine("ViewABSO()");
fe4da5cc 7 gMC->Gdopt("hide", "on");
8 gMC->Gdopt("shad", "on");
9 gMC->Gsatt("*", "fill", 7);
10 gMC->SetClipBox(".");
11 gMC->SetClipBox("*", 0, 3000, -3000, 3000, -6000, 6000);
12 gMC->DefaultRange();
13 gMC->Gdraw("alic", 40, 30, 0, 21.5, 15, .04, .04);
14 gMC->Gdhead(1111, "Muon Absorber");
15 gMC->Gdman(16, 6, "MAN");
16}