]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Always recompile sub-classes - will fail otherwise, because an attempt to load the...
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 Jun 2013 11:59:22 +0000 (11:59 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 Jun 2013 11:59:22 +0000 (11:59 +0000)
PWGLF/FORWARD/trains/Helper.C

index 7e0450725add6d2b39202f7d1a5e0bfbf54657eb..b930488e01a505e6b4e6a8ea974ee2db891893df 100644 (file)
@@ -326,7 +326,7 @@ struct Helper
       gSystem->Load("libProofPlayer");
     }
     // (Always) recompile and with debug symbols 
-    gROOT->LoadMacro(Form("%s.C+g",cl.Data()));
+    gROOT->LoadMacro(Form("%s.C++g",cl.Data()));
     Long_t ptr = gROOT->ProcessLine(Form("new %s(\"%s\", %d);", 
                                         cl.Data(), url.GetUrl(), verbose));
     if (verbose < 3) gSystem->RedirectOutput(0);