X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FDrawMUON.C;h=d651a4fea5557303394297bcf5eee4b459c50a40;hb=581e32d467b78c0073eedfd9974ea5d0f7ea0d88;hp=bc3cb701a542fe586b2b96f6c3fef6139f25c166;hpb=fe4da5cc22f890b04843f1aebec0f1bf4f9c3fc9;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/DrawMUON.C b/MUON/DrawMUON.C index bc3cb701a54..d651a4fea55 100644 --- a/MUON/DrawMUON.C +++ b/MUON/DrawMUON.C @@ -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);