]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/qa/QATrender.C
Fixes
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / qa / QATrender.C
index 8097310f164aac91fb659de47229c34256ae6917..6d72b1517a059360fc426765b3f8af63d3fb13db 100644 (file)
@@ -675,6 +675,10 @@ public:
     fOutput->Close();
     fOutput = 0;
     fTree   = 0;
+    std::ofstream doc(".doc");
+    doc << fPeriod << " " << fPass << " ("
+       << fDataType << ") " << fRunNo << std::endl;
+    doc.close();
     gSystem->Exec(Form("chmod g+rw %s", OutputName()));
   }
   /**