]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/FMDutil/AliFMDGainDA.h
Various hacks to fix up DAs:
[u/mrichter/AliRoot.git] / FMD / FMDutil / AliFMDGainDA.h
index 521fb7d8e95c169b9e37cb8558287589b53598b5..0d410778f05fa4a91a4bfa5723e5f2cbf9ee3f93 100644 (file)
@@ -43,6 +43,27 @@ public:
    * 
    */
   virtual ~AliFMDGainDA();
+  /**
+   * Open our output files 
+   *
+   * The output files are named 
+   *
+   *   gains.csv
+   *   conditions.csv 
+   *
+   * or 
+   * 
+   *   gains_XXXXXXXXX.csv 
+   *   conditions_XXXXXXXXX.csv 
+   *
+   * in case the run number is to be appended
+   * 
+   * @param appendRun if true, append run number (9 digits, zero
+   * padded) to the output file name(s).
+   *
+   * @return true on success 
+   */
+  Bool_t OpenFiles(Bool_t appendRun=false);
   /** 
    * Initialize 
    *