]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/DrawSTART.C
kHijing_pA added.
[u/mrichter/AliRoot.git] / macros / DrawSTART.C
1 void DrawSTART()
2 {
3
4  gMC->Gsatt("*", "seen", -1);
5  gMC->Gsatt("alic", "seen", 0);
6  
7  gROOT->LoadMacro("ViewSTART.C");
8  gInterpreter->ProcessLine("ViewSTART()");
9  gMC->Gdopt("hide", "on");
10  gMC->Gdopt("shad", "on");
11  gMC->Gsatt("*", "fill", 7);
12  gMC->SetClipBox(".");
13  gMC->SetClipBox("*", 0, 1000, -1000, 1000, -1000, 1000);
14  gMC->DefaultRange();
15  gMC->Gdraw("ALIC", 40, 30, 0, 6, 9, 0.05, 0.05);
16  gMC->Gdhead(1111, "START Detector");
17  gMC->Gdman(13, 9, "MAN");
18 }