]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/DrawMUON.C
Record charged and neutral energy component separately.
[u/mrichter/AliRoot.git] / macros / DrawMUON.C
index bc3cb701a542fe586b2b96f6c3fef6139f25c166..d651a4fea5557303394297bcf5eee4b459c50a40 100644 (file)
@@ -1,8 +1,9 @@
-//void DrawMUON()
+void DrawMUON()
 {
    gMC->Gsatt("*", "seen", -1);
    gMC->Gsatt("alic", "seen", 0);
-   gROOT->Macro("ViewMUON.C");
+   gROOT->LoadMacro("ViewMUON.C");
+   gInterpreter->ProcessLine("ViewMUON()");
    gMC->Gdopt("hide", "on");
    gMC->Gdopt("shad", "on");
    gMC->Gsatt("*", "fill", 7);