X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=FMD%2FAliFMDQAChecker.h;h=0931e54423a7d44e1eb2654d7d2e08cfa1c58239;hb=2fc6fff15e54a2843c4072e8ab5b49afee13e438;hp=028bceb542fb15a0cb918d4bbe56730d20aa5a52;hpb=1d65d916e17bf38e0c3e2e7e2808ce4777fd80c3;p=u%2Fmrichter%2FAliRoot.git diff --git a/FMD/AliFMDQAChecker.h b/FMD/AliFMDQAChecker.h index 028bceb542f..0931e54423a 100644 --- a/FMD/AliFMDQAChecker.h +++ b/FMD/AliFMDQAChecker.h @@ -195,8 +195,6 @@ protected: * @param low Lower bound on fit range * @param high Upper bound on fit range */ - void AddFitResults(TH1* hist, const TFitResultPtr& res, Int_t color, - Double_t low, Double_t high) const; UShort_t CheckFit(TH1* hist, const TFitResultPtr& res, Double_t low, Double_t high, Int_t& color) const; Bool_t fDoScale; // Whether to scale all histograms @@ -209,8 +207,12 @@ protected: Int_t fELossMinEntries; // Least number of entries before fitting Int_t fELossMaxEntries; // Maximum number of entries before clear Double_t fELossGoodParError; // Least relative error + Double_t fELossMinSharing; // Least to consider for sharing fit Double_t fROErrorsBad; // Cut on read-out errors Double_t fROErrorsFkup; // Cut on read-out errors + Int_t fMaxNProblem; // Maximum number of problematic fits + Int_t fMaxNBad; // Maximum number of bad fits + Bool_t fNoFits; // If true, do not fit at all private: /** * Copy constructor - not implemented @@ -227,7 +229,7 @@ private: */ AliFMDQAChecker& operator=(const AliFMDQAChecker& qac); - ClassDef(AliFMDQAChecker,0) // Yves? what to do? + ClassDef(AliFMDQAChecker,0) // Checker of FMD data quality }; #endif // AliFMDQAChecker_H