library: libRooFit
#include "RooPlotable.h"

RooPlotable


class description - source file - inheritance tree (.pdf)

class RooPlotable : public RooPrintable

Inheritance Chart:
RooPrintable
<-
RooPlotable
<-
RooCurve
RooEllipse
RooHist
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.


    public:
virtual ~RooPlotable() static TClass* Class() TObject* crossCast() virtual Double_t getFitRangeBinW() const virtual Double_t getFitRangeNEvt() const virtual Double_t getFitRangeNEvt(Double_t xlo, Double_t xhi) const const char* getYAxisLabel() const Double_t getYAxisMax() const Double_t getYAxisMin() const virtual TClass* IsA() const RooPlotable& operator=(const RooPlotable&) virtual void printToStream(ostream& os, RooPrintable::PrintOption opt = Standard, TString indent = ) const void setYAxisLabel(const char* label) void setYAxisLimits(Double_t ymin, Double_t ymax) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) void updateYAxisLimits(Double_t y)

Data Members


    protected:
TString _yAxisLabel Double_t _ymin Double_t _ymax Double_t _normValue

Class Description


void printToStream(ostream& os, PrintOption opt, TString indent) const

TObject* crossCast()



Inline Functions


                void ~RooPlotable()
         const char* getYAxisLabel() const
                void setYAxisLabel(const char* label)
                void updateYAxisLimits(Double_t y)
                void setYAxisLimits(Double_t ymin, Double_t ymax)
            Double_t getYAxisMin() const
            Double_t getYAxisMax() const
            Double_t getFitRangeNEvt() const
            Double_t getFitRangeNEvt(Double_t xlo, Double_t xhi) const
            Double_t getFitRangeBinW() const
             TClass* Class()
             TClass* IsA() const
                void ShowMembers(TMemberInspector& insp, char* parent)
                void Streamer(TBuffer& b)
                void StreamerNVirtual(TBuffer& b)
        RooPlotable& operator=(const RooPlotable&)


Last update: Tue Jun 28 18:14:20 2005
Copyright (c) 2000-2005, Regents of the University of California *


ROOT page - Class index - Class Hierarchy - 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.