]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/DrawSPD.C
New padplane (same number of columns in outer plane
[u/mrichter/AliRoot.git] / ITS / DrawSPD.C
CommitLineData
3bff72db 1void DrawSPD()
2{
3 gMC->Gsatt("*", "seen", -1);
4 gMC->Gsatt("alic", "seen", 0);
5 gROOT->LoadMacro("ViewSPD.C");
6 gInterpreter->ProcessLine("ViewSPD()");
7 gMC->Gdopt("hide", "on");
8 gMC->Gdopt("shad", "on");
9 gMC->Gsatt("*", "fill", 7);
10 gMC->SetClipBox(".");
11 gMC->SetClipBox("*", 0, 100, -1000, 1000, -1000, 1000);
12 gMC->DefaultRange();
13 gMC->Gdraw("alic", 40, 30, 0, 10, 10, .5, .5);
14 gMC->Gdhead(1111, "Inner Tracking System");
15 gMC->Gdman(16, 6, "MAN");
16}