#ifndef ROOT_TProofLimitsFinder
#define ROOT_TProofLimitsFinder
#ifndef ROOT_THLimitsFinder
#include "THLimitsFinder.h"
#endif
class TH1;
class TString;
class TProofLimitsFinder : public THLimitsFinder {
public:
   TProofLimitsFinder();
   virtual ~TProofLimitsFinder();
   virtual Int_t FindGoodLimits(TH1 *h, Axis_t xmin, Axis_t xmax);
   virtual Int_t FindGoodLimits(TH1 *h, Axis_t xmin, Axis_t xmax, Axis_t ymin, Axis_t ymax);
   virtual Int_t FindGoodLimits(TH1 *h, Axis_t xmin, Axis_t xmax, Axis_t ymin, Axis_t ymax, Axis_t zmin, Axis_t zmax);
   static void AutoBinFunc(TString& key,
                           Double_t& xmin, Double_t& xmax,
                           Double_t& ymin, Double_t& ymax,
                           Double_t& zmin, Double_t& zmax);
   ClassDef(TProofLimitsFinder,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.