]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/DrawEMCAL.C
Typo (Raffaele)
[u/mrichter/AliRoot.git] / macros / DrawEMCAL.C
1 void DrawEMCAL(){
2    gMC->Gsatt("*", "seen", -1);
3    gMC->Gsatt("alic", "seen", 0);
4    gROOT->LoadMacro("ViewEMCAL.C");
5    gInterpreter->ProcessLine("ViewEMCAL()");
6    gMC->Gdopt("hide", "on");
7    gMC->Gdopt("shad", "on");
8    gMC->Gsatt("*", "fill", 7);
9    gMC->SetClipBox(".");
10    gMC->SetClipBox("*", 0, 600, -90, 2000, 0, 1000);
11    gMC->DefaultRange();
12    gMC->Gdraw("alic", 40, 30, 0, 8, 7.5, .02, .02);
13    gMC->Gdhead(1111, "Large E&M Calorimeter Detector");
14    gMC->Gdman(16, 4, "MAN");
15    gMC->Gdman(2, 4, "WM2");
16 }