THLimitsFinder


class description - source file - inheritance tree

class THLimitsFinder : public TObject


    public:
THLimitsFinder(const THLimitsFinder&) THLimitsFinder() virtual ~THLimitsFinder() static TClass* Class() 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 THLimitsFinder* GetLimitsFinder() virtual TClass* IsA() const static void Optimize(Double_t A1, Double_t A2, Int_t nold, Double_t& BinLow, Double_t& BinHigh, Int_t& nbins, Double_t& BWID, Option_t* option) static void OptimizeLimits(Int_t nbins, Int_t& newbins, Axis_t& xmin, Axis_t& xmax, Bool_t isInteger) static void SetLimitsFinder(THLimitsFinder* finder) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
static THLimitsFinder* fgLimitsFinder !Pointer to hist limits finder

Class Description



Last update: Fri May 14 13:32:39 2004


ROOT page - Class index - Top of the page

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.