library: libRooFit
#include "RooPlotable.h"

RooPlotable


class description - header file - 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)
TObject * crossCast()
virtual ~RooPlotable()
const char* getYAxisLabel()
void setYAxisLabel(const char *label)
void updateYAxisLimits(Double_t y)
void setYAxisLimits(Double_t ymin, Double_t ymax)
Double_t getYAxisMin()
Double_t getYAxisMax()
Double_t getFitRangeNEvt()
 the normalization value refers to the full "fit range" instead of
 the "plot range"
Double_t getFitRangeNEvt(Double_t xlo, Double_t xhi)
Double_t getFitRangeBinW()

Last update: Tue Jul 11 11:46:06 2006
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.