]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixed warnings
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 18 May 2010 08:46:35 +0000 (08:46 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 18 May 2010 08:46:35 +0000 (08:46 +0000)
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?