]> git.uio.no Git - u/mrichter/AliRoot.git/blame - VZERO/DrawVZERO.C
New coordinate system
[u/mrichter/AliRoot.git] / VZERO / DrawVZERO.C
CommitLineData
47890cd3 1void 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();
61874e87 13
4adedb1a 14// right part view :
61874e87 15
16// gMC->Gdraw("alic", 0, 0, 0, 10, 10, 0.2, 0.2);
17
4adedb1a 18 gMC->Gdraw("alic", 90, 0, 0, -70, 10, 0.9, 0.2 );
19
47890cd3 20 gMC->Gdhead(1111, "VZERO Detector");
21
22
23}