]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fix because trunk does not compile
authormchojnac <mchojnac@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 26 Jan 2013 20:10:10 +0000 (20:10 +0000)
committermchojnac <mchojnac@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 26 Jan 2013 20:10:10 +0000 (20:10 +0000)
PWGLF/FORWARD/trains/GridHelper.C

index f0d32961ea6fb2bdbf0cec84b0b874b8ac4185e4..24e9b6aa6291efb9a3a35fab7698c069d3907816 100644 (file)
@@ -446,11 +446,11 @@ struct GridHelper : public PluginHelper
     Long64_t ret = mgr->StartAnalysis("grid", nEvents);
 
     std::ofstream outJobs(Form("%s.jobid", mgr->GetName()));
-    outJobs << fHandler->GetGridJobIDs() << std::endl;
+    //outJobs << fHandler->GetGridJobIDs() << std::endl;
     outJobs.close();
 
     std::ofstream outStages(Form("%s.stage", mgr->GetName()));
-    outStages << fHandler->GetGridStages() << std::endl;
+   // outStages << fHandler->GetGridStages() << std::endl;
     outStages.close();
 
     return ret;