]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/scripts/DrawInner.C
TPC ALTRO mapping class
[u/mrichter/AliRoot.git] / FMD / scripts / DrawInner.C
CommitLineData
d389af40 1//
2// Script to draw detail of the FMD
3//
4void DrawInner()
5{
6 gAlice->Init("FMD/scripts/ConfigInner.C");
7 gMC->Gsatt("*", "seen", -1);
8 gMC->Gsatt("alic", "seen", 0);
9 gROOT->LoadMacro("FMD/ViewFMD.C");
10 gInterpreter->ProcessLine("ViewFMD()");
baa92757 11 // gROOT->LoadMacro("VZERO/ViewVZERO.C");
12 // gInterpreter->ProcessLine("ViewVZERO()");
13 // gROOT->LoadMacro("START/ViewSTART.C");
14 // gInterpreter->ProcessLine("ViewSTART()");
d389af40 15 gROOT->LoadMacro("macros/ViewITS.C");
16 gInterpreter->ProcessLine("ViewITS()");
17 // gROOT->LoadMacro("FMD/scripts/ViewPIPE.C");
18 // gInterpreter->ProcessLine("ViewPIPE()");
19 // gMC->Gsatt("ITSV", "seen", 1);
baa92757 20 // gMC->Gsatt("0STR", "seen", 1);
21 // gMC->Gsatt("0STL", "seen", 1);
22 // gMC->Gsatt("0SUP", "seen", 1);
d389af40 23 // gMC->Gsatt("FMD1", "seen", 1);
24 // gMC->Gsatt("FMD2", "seen", 1);
baa92757 25 // gMC->Gsatt("FMD3", "seen", 0);
26 //gMC->Gdopt("hide", "on");
27 //gMC->Gdopt("shad", "on");
28 // gMC->Gsatt("*", "fill", 7);
29 // gMC->SetClipBox(".");
30 // gMC->SetClipBox("*", 0, 1000, -1000, 1000, -1000, 1000);
31 // gMC->DefaultRange();
32 // gMC->Gdraw("alic", 60, 0, 0, 10, 10, .10, .10);
d389af40 33 // gMC->Gdhead(1111, "FMD3 detail");
34 // gMC->Gdman(16, 10, "MAN");
baa92757 35 gGeoManager->GetTopVolume()->Draw();
d389af40 36 gPad->Modified();
37 gPad->cd();
baa92757 38 // gPad->Print("Inner.png");
d389af40 39}