]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/DrawSHIL.C
Do not read the ASCII file containing the parameters of the ITS detectors (Massimo)
[u/mrichter/AliRoot.git] / macros / DrawSHIL.C
1 void DrawSHIL()
2 {
3    gMC->Gsatt("*", "seen", -1);
4    gMC->Gsatt("alic", "seen", 0);
5    gROOT->LoadMacro("ViewSHIL.C");
6    gInterpreter->ProcessLine("ViewSHIL()");
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", 30, 30, 0, 25, 18, .025, .025);
14    gMC->Gdhead(1111, "Muon Shield");
15    gMC->Gdman(16, 6, "MAN");
16 }