]> git.uio.no Git - u/mrichter/AliRoot.git/blob - VZERO/DrawVZERO.C
Scintillator thickness increased to 2 cm
[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 //  right part view  :
15
16 //  gMC->Gdraw("alic", 0, 0, 0, 10, 10, 0.2, 0.2);
17
18     gMC->Gdraw("alic", 90, 0, 0, -70, 10, 0.9, 0.2 );
19     
20     gMC->Gdhead(1111, "VZERO Detector");
21
22
23 }