]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TOF/DrawTOF.C
Fix for coverity
[u/mrichter/AliRoot.git] / TOF / DrawTOF.C
1 void DrawTOF()
2 {
3    gMC->Gsatt("*", "seen", -1);
4    gMC->Gsatt("alic", "seen", 0);   
5    gROOT->LoadMacro("ViewTOF4.C");
6    gInterpreter->ProcessLine("ViewTOF4()");
7    gMC->Gdopt("hide", "on");
8    gMC->Gdopt("shad", "on");
9    gMC->Gsatt("*", "fill", 7);
10    gMC->SetClipBox(".");
11    gMC->SetClipBox("*", 0, 1000, -1000, 1000, -1000, 1000);
12    gMC->DefaultRange();
13    gMC->Gdraw("alic", 40, 30, 0, 12, 9.5, .02, .02);
14    gMC->Gdhead(1111, "Time Of Flight");
15 //   gMC->Gdman(18, 4, "MAN");
16 }