]> git.uio.no Git - u/mrichter/AliRoot.git/blame - START/DrawSTART.C
This commit was generated by cvs2svn to compensate for changes in r244,
[u/mrichter/AliRoot.git] / START / DrawSTART.C
CommitLineData
6ca40650 1//void DrawSTART()
2{
3 geant3->Gsatt("*", "seen", -1);
4 geant3->Gsatt("alic", "seen", 0);
5 gROOT->Macro("ViewSTART.C");
6 geant3->Gdopt("hide", "on");
7 geant3->Gdopt("shad", "on");
8 geant3->Gsatt("*", "fill", 7);
9 geant3->SetClipBox(".");
10 geant3->SetClipBox("*", 0, 1000, -1000, 1000, -1000, 1000);
11 geant3->DefaultRange();
12 geant3->Gdraw("alic", 40, 30, 0, 6, 9, .08, .08);
13 geant3->Gdhead(1111, "START Detector");
14 geant3->Gdman(13, 9, "MAN");
15}