]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/DrawSTART.C
Updated documentation (Marian)
[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, 300, -300, 300, -300, 300);
14  //   gMC->SetClipBox("*", 0, 1000, -1000, 1000, -1000, 1000);
15  gMC->DefaultRange();
16  gMC->Gdraw("ALIC", 40, 30, 0, -10, 2, 0.5, 0.5);
17  gMC->Gdhead(1111, "START Detector");
18  //  gMC->Gdman(13, 9, "MAN");
19 }