]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/DrawMUON.C
Changed AliRunLoader::GetRunLoader() into AliRunLoader::Instance()
[u/mrichter/AliRoot.git] / macros / DrawMUON.C
1 void DrawMUON()
2 {
3    gMC->Gsatt("*", "seen", -1);
4    gMC->Gsatt("alic", "seen", 0);
5    gROOT->LoadMacro("ViewMUON.C");
6    gInterpreter->ProcessLine("ViewMUON()");
7    gMC->Gdopt("hide", "on");
8    gMC->Gdopt("shad", "on");
9    gMC->Gsatt("*", "fill", 7);
10    gMC->SetClipBox(".");
11    gMC->SetClipBox("*", 0, 2000, -2000, 2000, 0, 6000);
12    gMC->DefaultRange();
13    gMC->Gdraw("alic", 40, 30, 0, 22, 16, .017, .017);
14    gMC->Gdhead(1111, "Muon Arm");
15    gMC->Gdman(16, 6, "MAN");
16 }