12 #ifndef ROOT_TProofLimitsFinder
13 #define ROOT_TProofLimitsFinder
28 class TProofLimitsFinder :
public THLimitsFinder {
31 TProofLimitsFinder() { }
32 virtual ~TProofLimitsFinder() { }
33 virtual Int_t FindGoodLimits(TH1 *h, Axis_t xmin, Axis_t xmax);
34 virtual Int_t FindGoodLimits(TH1 *h, Axis_t xmin, Axis_t xmax, Axis_t ymin, Axis_t ymax);
35 virtual Int_t FindGoodLimits(TH1 *h, Axis_t xmin, Axis_t xmax, Axis_t ymin, Axis_t ymax, Axis_t zmin, Axis_t zmax);
37 static void AutoBinFunc(TString& key,
38 Double_t& xmin, Double_t& xmax,
39 Double_t& ymin, Double_t& ymax,
40 Double_t& zmin, Double_t& zmax);
42 ClassDef(TProofLimitsFinder,0)