]> git.uio.no Git - u/mrichter/AliRoot.git/blame - macros/DrawDIPO.C
Corrected list of libraries
[u/mrichter/AliRoot.git] / macros / DrawDIPO.C
CommitLineData
4e47b882 1void DrawDIPO()
fe4da5cc 2{
3 gMC->Gsatt("*", "seen", -1);
4 gMC->Gsatt("alic", "seen", 0);
4e47b882 5 gROOT->LoadMacro("ViewDIPO.C");
6 gInterpreter->ProcessLine("ViewDIPO()");
fe4da5cc 7 gMC->Gdopt("hide", "on");
8 gMC->Gdopt("shad", "on");
9 gMC->Gsatt("*", "fill", 7);
10 gMC->SetClipBox(".");
11// gMC->SetClipBox("*", 0, 1000, -1000, 1000, -3000, 3000);
12 gMC->DefaultRange();
13 gMC->Gdraw("alic", 30, 30, 0, 17, 13.5, .019, .019);
14 gMC->Gdhead(1111, "Magnetic Dipole");
15 gMC->Gdman(16, 4, "MAN");
16}