]> git.uio.no Git - u/mrichter/AliRoot.git/blame - macros/DrawTOF0.C
More details on installation pre-requisites
[u/mrichter/AliRoot.git] / macros / DrawTOF0.C
CommitLineData
fe4da5cc 1//void DrawTOF0()
2{
3 geant3->Gsatt("*", "seen", -1);
4 gMC->Gsatt("alic", "seen", 0);
5 gROOT->Macro("ViewTOF0.C");
6 gMC->Gdopt("hide", "on");
7 gMC->Gdopt("shad", "on");
8 gMC->Gsatt("*", "fill", 7);
9 gMC->SetClipBox(".");
10 gMC->SetClipBox("*", 0, 1000, -1000, 1000, -1000, 1000);
11 gMC->Gdraw("alic", 40, 30, 0, 12, 9.5, .025, .025);
12 gMC->Gdhead(1111, "Time Projection Chamber");
13 gMC->Gdman(18, 4, "MAN");
14}