]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/AliHMPIDQAChecker.h
o First Version of TRDnSigma implementation (Xianguo) o still requires some catching...
[u/mrichter/AliRoot.git] / HMPID / AliHMPIDQAChecker.h
index b6d7006bec45733f4419fc1f54306699300c20e4..8ff7e1349cb5ae5da97613ae85eeb0bd051eac2b 100644 (file)
@@ -35,13 +35,30 @@ public:
   Double_t CheckRec(TObjArray *listrec, TObjArray *listref) const ;
   Double_t CheckSim(TObjArray *listsim, TObjArray *listref) const ;
 
+  Double_t CheckRaw(Int_t specie, TObjArray* list);
+
+  void    InitOnlineThresholds();
+  void    PrintThresholds();
+  
+  
 private:
   AliHMPIDQAChecker(const AliHMPIDQAChecker& qac) ; // cpy ctor   
   AliHMPIDQAChecker& operator= (const AliHMPIDQAChecker&); // Not implemented
   Bool_t        fNoReference ; //! flag telling if reference data hqve been found or not  
   TObjArray *   fQARefRec ;    //! Reference data from OCDB 
-      
-  ClassDef(AliHMPIDQAChecker,1)  // description 
+  
+  Int_t         fHmpQaThr_NumberOfExcludedDDL;                //
+  Int_t         fHmpQaThr_DataSizeLowerThreshold;             //
+  Int_t         fHmpQaThr_DataSizeUpperThreshold;             //
+  Float_t       fHmpQaThr_PadOccupancyLowerThreshold;         //
+  Float_t       fHmpQaThr_PadOccupancyUpperThreshold;         //
+  Int_t         fHmpQaThr_SectorGainLossWarningThreshold;     //
+  Int_t         fHmpQaThr_SectorGainLossErrorThreshold;       //
+  Float_t       fHmpQaThr_MissingPadFractionWarningThreshold; //
+  Float_t       fHmpQaThr_MissingPadFractionErrorThreshold;   //
+  Bool_t        fIsOnlineThr;                                 // 
+  
+  ClassDef(AliHMPIDQAChecker,2)  // description 
 
 };