]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/DrawTOF1.C
add un-use functionality to clusters
[u/mrichter/AliRoot.git] / TOF / DrawTOF1.C
index a2c98c7e161ebeaada4b72c0b4902076e907b9fa..2c5636aa461ddecab33bd1e59899c05f74adeacc 100644 (file)
@@ -1,8 +1,9 @@
-//void DrawTPC()
+void DrawTPC()
 {
    gMC->Gsatt("*", "seen", -1);
    gMC->Gsatt("alic", "seen", 0);
-   gROOT->Macro("ViewTPC.C");
+   gROOT->LoadMacro("ViewTPC.C");
+   gInterpreter->ProcessLine("ViewTPC()");
    gMC->Gdopt("hide", "on");
    gMC->Gdopt("shad", "on");
    gMC->Gsatt("*", "fill", 7);