]> git.uio.no Git - u/mrichter/AliRoot.git/blob - VZERO/DrawVZERO.C
correct making of debug libraries and executables
[u/mrichter/AliRoot.git] / VZERO / DrawVZERO.C
1 void DrawVZERO()
2
3 {
4    gMC->Gsatt("*", "seen", -1);
5    gMC->Gsatt("alic", "seen", 0);
6    gROOT->LoadMacro("ViewVZERO.C");
7    gInterpreter->ProcessLine("ViewVZERO()");
8    gMC->Gdopt("hide", "off");
9    gMC->Gdopt("shad", "off");
10    gMC->Gsatt("*", "fill", 7);
11    gMC->SetClipBox(".");
12    gMC->DefaultRange();
13
14    gMC->Gdraw("alic", 0, 0, 0, 10, 10, 0.2, 0.2);
15
16 //    gMC->Gdraw("alic", 90, 0, 0, 90, 9, 0.92, 0.2 );
17    
18     gMC->Gdhead(1111, "VZERO Detector");
19
20
21 }