]> git.uio.no Git - u/mrichter/AliRoot.git/blame - macros/DrawRICH.C
Macro with example of the usage of AliSurveyObj
[u/mrichter/AliRoot.git] / macros / DrawRICH.C
CommitLineData
de1857bb 1void DrawHMPID()
fe4da5cc 2{
3 gMC->Gsatt("*", "seen", -1);
4 gMC->Gsatt("alic", "seen", 0);
de1857bb 5 gROOT->LoadMacro("ViewHMPID.C");
6 gInterpreter->ProcessLine("ViewHMPID()");
fe4da5cc 7 gMC->Gdopt("hide", "on");
8 gMC->Gdopt("shad", "on");
9 gMC->Gsatt("*", "fill", 7);
10 gMC->SetClipBox(".");
61e7d3e9 11 // gMC->SetClipBox("*", 0, 3000, -3000, 3000, -6000, 6000);
fe4da5cc 12 gMC->DefaultRange();
13 gMC->Gdraw("alic", 40, 120, 0, 10, 0, .03, .03);
14 gMC->Gdhead(1111, "Ring Imaging Cherenkov");
15 gMC->Gdman(16, 6, "MAN");
16}