#ifndef ROOT_TPaveStatsEditor
#define ROOT_TPaveStatsEditor
#ifndef ROOT_TGedFrame
#include "TGedFrame.h"
#endif
class TGCheckButton;
class TPaveStats;
class TPaveStatsEditor : public TGedFrame {
protected:
   TPaveStats         *fPaveStats;        
   
   TGCheckButton      *fHistoName;        
   TGCheckButton      *fEntries;          
   TGCheckButton      *fMean;             
   TGCheckButton      *fRMS;              
   TGCheckButton      *fUnderflow;        
   TGCheckButton      *fOverflow;         
   TGCheckButton      *fIntegral;         
   TGCheckButton      *fSkewness;         
   TGCheckButton      *fKurtosis;         
   TGCheckButton      *fStatsErrors;      
   
   TGCheckButton      *fNameValues;       
   TGCheckButton      *fErrors;           
   TGCheckButton      *fChisquare;        
   TGCheckButton      *fProbability;      
   virtual void ConnectSignals2Slots();
   
public:
   TPaveStatsEditor(const TGWindow *p=0,
                    Int_t width = 140, Int_t height = 30,
                    UInt_t options = kChildFrame,
                    Pixel_t back = GetDefaultFrameBackground());
   virtual ~TPaveStatsEditor(); 
   virtual void   SetModel(TObject* obj);
   virtual void   DoStatOptions();
   virtual void   DoFitOptions();
   virtual void   SetValuesON(Bool_t on);
           
   ClassDef(TPaveStatsEditor,0)  
};
#endif
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.