]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDQAChecker.h
- Adapt default setting for ESDpid object
[u/mrichter/AliRoot.git] / FMD / AliFMDQAChecker.h
index 04083a5bbde8efdeed73e3b1a090b5b24bd9f5e8..d4d920bb3229fc26ebd853e3e7ddcfae519e1cdb 100644 (file)
@@ -21,6 +21,15 @@ public:
   {}          
   /** Destructor */
   virtual ~AliFMDQAChecker() {}
+  /** 
+   * Member function called to do the actual checking
+   * 
+   * @param rv   Array of return values. 
+   * @param what What to check 
+   * @param list Array of arrays of histograms.  There's one arrat for
+   *             each 'specie'
+   * @param t    Reconstruction parameters - not used. 
+   */
   void Check(Double_t* rv, AliQAv1::ALITASK_t what, TObjArray** list, const AliDetectorRecoParam* t);
 private:
   ClassDef(AliFMDQAChecker,0)  // Yves? what to do?