]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RICH/DrawRICH.C
Possibility to stop tracking at a given layer (default is 1). Added new method AliITS...
[u/mrichter/AliRoot.git] / RICH / DrawRICH.C
1 void DrawRICH()
2 {
3    gMC->Gsatt("*", "seen", -1);
4    gMC->Gsatt("alic", "seen", 0);
5    gROOT->LoadMacro("ViewRICH.C");
6    gInterpreter->ProcessLine("ViewRICH()");
7    gMC->Gdopt("hide", "off");
8    gMC->Gdopt("shad", "off");
9    gMC->Gsatt("*", "fill", 1);
10    gMC->SetClipBox(".");
11    gMC->SetClipBox("*", 0, 2000, 0, 2000, 0, 2000);
12    gMC->DefaultRange();
13    gMC->Gdraw("alic", 30, 40, 0, -2, 4, .03, .03);
14    gMC->Gdhead(1111, "Ring Imaging Cherenkov");
15    gMC->Gdman(16, 6, "MAN");
16 }