]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/DrawALICE.C
Restoring the correspondence between Config.C and G3 visualization
[u/mrichter/AliRoot.git] / macros / DrawALICE.C
1 void DrawALICE()
2 {
3    gMC->Gsatt("*", "seen", -1);
4    gMC->Gsatt("alic", "seen", 0);
5    gROOT->LoadMacro("ViewABSO.C");gInterpreter->ProcessLine("ViewABSO()");
6    gROOT->LoadMacro("ViewDIPO.C");gInterpreter->ProcessLine("ViewDIPO()");
7    gROOT->LoadMacro("ViewFMD.C");gInterpreter->ProcessLine("ViewFMD()");
8    gROOT->LoadMacro("ViewHALL.C");gInterpreter->ProcessLine("ViewHALL()");
9    gROOT->LoadMacro("ViewITS.C");gInterpreter->ProcessLine("ViewITS()");
10    gROOT->LoadMacro("ViewMAG.C");gInterpreter->ProcessLine("ViewMAG()");
11    gROOT->LoadMacro("ViewMUON.C");gInterpreter->ProcessLine("ViewMUON()");
12    gROOT->LoadMacro("ViewPHOS.C");gInterpreter->ProcessLine("ViewPHOS()");
13    gROOT->LoadMacro("ViewPIPE.C");gInterpreter->ProcessLine("ViewPIPE()");
14    gROOT->LoadMacro("ViewPMD.C");gInterpreter->ProcessLine("ViewPMD()");
15    gROOT->LoadMacro("ViewRICH.C");gInterpreter->ProcessLine("ViewRICH()");
16    gROOT->LoadMacro("ViewSHIL.C");gInterpreter->ProcessLine("ViewSHIL()");
17    gROOT->LoadMacro("ViewSTART.C");gInterpreter->ProcessLine("ViewSTART()");
18    gROOT->LoadMacro("ViewTOF.C");gInterpreter->ProcessLine("ViewTOF()");
19    gROOT->LoadMacro("ViewTPC.C");gInterpreter->ProcessLine("ViewTPC()");
20    gROOT->LoadMacro("ViewTRD.C");gInterpreter->ProcessLine("ViewTRD()");
21    gROOT->LoadMacro("ViewFRAME.C");gInterpreter->ProcessLine("ViewFRAME()");
22    gMC->Gdopt("hide", "on");
23    gMC->Gdopt("shad", "on");
24    gMC->Gsatt("*", "fill", 7);
25    gMC->SetClipBox(".");
26    gMC->SetClipBox("*", 0, 3000, -3000, 3000, -3500, 3500);
27    gMC->DefaultRange();
28    //   gMC->Gdraw("alic", 40, 30, 0, 12, 7.5, .005, .005);
29    gMC->Gdraw("alic", 40, 30, 0, 13, 8, .012, .012);
30    gMC->Gdhead(1111, "ALICE Detector");
31    gMC->Gdman(18, 2, "MAN");
32 }