]> git.uio.no Git - u/mrichter/AliRoot.git/blob - VZERO/DrawVZERO.C
Generator for dimuon decays of low masses resonances in AliRoot.
[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
9    gMC->Gdopt("hide", "on");
10    gMC->Gdopt("shad", "on");
11    gMC->Gsatt("*", "fill", 7);
12    gMC->SetClipBox(".");
13
14    gMC->DefaultRange();
15    gMC->Gdraw("alic", 40, 30, 0, 13, 11, .05, .05);
16    gMC->Gdhead(1111, "VZERO detector");
17    gMC->Gdman(16, 6, "MAN");
18
19 }