]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Update
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 17 Jul 2012 12:29:11 +0000 (12:29 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 17 Jul 2012 12:29:11 +0000 (12:29 +0000)
FMD/AliFMDQAChecker.h

index 7f11b1e5709e3004e399db5cc039372fa0d03dc8..16267d20ae59ce277990b0ee75d7a0fdaecd6098 100644 (file)
@@ -186,17 +186,17 @@ protected:
                     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 
-  Bool_t   fDidExternal;     // Whether we've processed the external params 
-  Bool_t   fShowFitResults;  // Whether to put the fit result on the plots
-  Double_t fELossLowCut;     // Low cut on ELoss fits 
-  Double_t fELossNRMS;       // Number of RMS to fit upward
-  Double_t fELossBadChi2Nu;  // Cut on bad chi2/nu
-  Double_t fELossFkupChi2Nu; // Cut on F**ked up chi2/nu
-  Int_t    fELossMinEntries; // Least number of entries before fitting
+  Bool_t   fDoScale;           // Whether to scale all histograms 
+  Bool_t   fDidExternal;       // Whether we've processed the external params 
+  Bool_t   fShowFitResults;    // Whether to put the fit result on the plots
+  Double_t fELossLowCut;       // Low cut on ELoss fits 
+  Double_t fELossNRMS;         // Number of RMS to fit upward
+  Double_t fELossBadChi2Nu;    // Cut on bad chi2/nu
+  Double_t fELossFkupChi2Nu;   // Cut on F**ked up chi2/nu
+  Int_t    fELossMinEntries;   // Least number of entries before fitting
   Double_t fELossGoodParError; // Least relative error
-  Double_t fROErrorsBad;     // Cut on read-out errors 
-  Double_t fROErrorsFkup;    // Cut on read-out errors 
+  Double_t fROErrorsBad;       // Cut on read-out errors 
+  Double_t fROErrorsFkup;      // Cut on read-out errors 
 private:
   /** 
    * Copy constructor - not implemented