]> git.uio.no Git - u/mrichter/AliRoot.git/blob - CRT/DrawCRT.C
Chages concerning coding convetion requirements.
[u/mrichter/AliRoot.git] / CRT / DrawCRT.C
1 void DrawCRT()
2 {
3    gMC->Gsatt("*", "seen", -1);
4    gMC->Gsatt("alic", "seen", 0);
5    gROOT->LoadMacro("ViewCRT.C");
6    gInterpreter->ProcessLine("ViewCRT()");
7    //gMC->Gdopt("proj", "pers");
8    gMC->Gdopt("hide", "on");
9    gMC->Gdopt("shad", "on");
10    gMC->Gsatt("*", "fill", 7);
11    gMC->SetClipBox(".");
12    gMC->SetClipBox("ALIC", 0, 3000, -3000, 3000, -6000, 6000);
13    gMC->DefaultRange();
14    gMC->Gdraw("alic", 0, 90, 0, 10, 9.5, .009, .009);
15    gMC->Gdhead(1111, "View of CRT (ACORDE)");
16    gMC->Gdman(18, 4, "MAN");
17 }