]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/DrawITS.C
SetChildMomentumRange, SetChildPtRange, SetChildPhiRange, SetChildThetaRange added.
[u/mrichter/AliRoot.git] / macros / DrawITS.C
1 void DrawITS()
2 {
3    gMC->Gsatt("*", "seen", -1);
4    gMC->Gsatt("alic", "seen", 0);
5    gROOT->LoadMacro("ViewITS.C");
6    gInterpreter->ProcessLine("ViewITS()");
7    gMC->Gdopt("hide", "on");
8    gMC->Gdopt("shad", "on");
9    gMC->Gsatt("*", "fill", 7);
10    gMC->SetClipBox(".");
11    gMC->SetClipBox("*", 0, 300, -300, 300, -300, 300);
12    gMC->DefaultRange();
13    gMC->Gdraw("alic", 40, 30, 0, 9, 10, .1, .1);
14    gMC->Gdhead(1111, "Inner Tracking System");
15    gMC->Gdman(16, 6, "MAN");
16 }