| RooPlot() |
| RooPlot(Double_t xmin, Double_t xmax) |
| RooPlot(const RooAbsRealLValue& var1, const RooAbsRealLValue& var2) |
| RooPlot(const RooAbsRealLValue& var, Double_t xmin, Double_t xmax, Int_t nBins) |
| RooPlot(Double_t xmin, Double_t xmax, Double_t ymin, Double_t ymax) |
| RooPlot(const char* name, const char* title, const RooAbsRealLValue& var, Double_t xmin, Double_t xmax, Int_t nBins) |
| RooPlot(const RooAbsRealLValue& var1, const RooAbsRealLValue& var2, Double_t xmin, Double_t xmax, Double_t ymin, Double_t ymax) |
virtual | ~RooPlot() |
void | TObject::AbstractMethod(const char* method) const |
void | addObject(TObject* obj, Option_t* drawOptions = "", Bool_t invisible = kFALSE) |
void | addPlotable(RooPlotable* plotable, Option_t* drawOptions = "", Bool_t invisible = kFALSE, Bool_t refreshNorm = kFALSE) |
void | addTH1(TH1* hist, Option_t* drawOptions = "", Bool_t invisible = kFALSE) |
virtual void | TObject::AppendPad(Option_t* option = "") |
virtual void | Browse(TBrowser* b) |
Double_t | chiSquare(int nFitParam = 0) const |
Double_t | chiSquare(const char* pdfname, const char* histname, int nFitParam = 0) const |
static TClass* | Class() |
virtual const char* | TObject::ClassName() const |
virtual void | TNamed::Clear(Option_t* option = "") |
virtual TObject* | TNamed::Clone(const char* newname = "") const |
virtual Int_t | TNamed::Compare(const TObject* obj) const |
virtual void | TNamed::Copy(TObject& named) const |
virtual Int_t | defaultPrintContents(Option_t* opt) const |
static ostream& | RooPrintable::defaultPrintStream(ostream* os = 0) |
virtual RooPrintable::StyleOption | RooPrintable::defaultPrintStyle(Option_t* opt) const |
virtual void | TObject::Delete(Option_t* option = "")MENU |
virtual Int_t | TObject::DistancetoPrimitive(Int_t px, Int_t py) |
virtual void | Draw(Option_t* options = 0) |
Bool_t | drawAfter(const char* after, const char* target) |
Bool_t | drawBefore(const char* before, const char* target) |
virtual void | TObject::DrawClass() constMENU |
virtual TObject* | TObject::DrawClone(Option_t* option = "") constMENU |
virtual void | TObject::Dump() constMENU |
RooPlot* | emptyClone(const char* name) |
virtual void | TObject::Error(const char* method, const char* msgfmt) const |
virtual void | TObject::Execute(const char* method, const char* params, Int_t* error = 0) |
virtual void | TObject::Execute(TMethod* method, TObjArray* params, Int_t* error = 0) |
virtual void | TObject::ExecuteEvent(Int_t event, Int_t px, Int_t py) |
virtual void | TObject::Fatal(const char* method, const char* msgfmt) const |
virtual void | TNamed::FillBuffer(char*& buffer) |
virtual TObject* | TObject::FindObject(const char* name) const |
virtual TObject* | TObject::FindObject(const TObject* obj) const |
TObject* | findObject(const char* name, const TClass* clas = 0) const |
TAttFill* | getAttFill(const char* name = 0) const |
TAttLine* | getAttLine(const char* name = 0) const |
TAttMarker* | getAttMarker(const char* name = 0) const |
TAttText* | getAttText(const char* name = 0) const |
virtual Stat_t | GetBinContent(Int_t) const |
virtual Stat_t | GetBinContent(Int_t, Int_t) const |
virtual Stat_t | GetBinContent(Int_t, Int_t, Int_t) const |
RooCurve* | getCurve(const char* name = 0) const |
virtual Option_t* | TObject::GetDrawOption() const |
TString | getDrawOptions(const char* name) const |
static Long_t | TObject::GetDtorOnly() |
Double_t | getFitRangeBinW() const |
Double_t | getFitRangeNEvt() const |
Double_t | getFitRangeNEvt(Double_t xlo, Double_t xhi) const |
RooHist* | getHist(const char* name = 0) const |
virtual const char* | TObject::GetIconName() const |
Bool_t | getInvisible(const char* name) const |
Double_t | GetMaximum(Double_t maxval = FLT_MAX) const |
Double_t | GetMinimum(Double_t minval = -FLT_MAX) const |
virtual const char* | TNamed::GetName() const |
Int_t | GetNbinsX() const |
Int_t | GetNdivisions(Option_t* axis = "X") const |
const RooArgSet* | getNormVars() const |
TObject* | getObject(Int_t idx) const |
virtual char* | TObject::GetObjectInfo(Int_t px, Int_t py) const |
static Bool_t | TObject::GetObjectStat() |
virtual Option_t* | TObject::GetOption() const |
Double_t | getPadFactor() const |
RooAbsRealLValue* | getPlotVar() const |
virtual const char* | TNamed::GetTitle() const |
virtual UInt_t | TObject::GetUniqueID() const |
TAxis* | GetXaxis() const |
TAxis* | GetYaxis() const |
virtual Bool_t | TObject::HandleTimer(TTimer* timer) |
virtual ULong_t | TNamed::Hash() const |
virtual void | TObject::Info(const char* method, const char* msgfmt) const |
virtual Bool_t | TObject::InheritsFrom(const char* classname) const |
virtual Bool_t | TObject::InheritsFrom(const TClass* cl) const |
virtual void | TObject::Inspect() constMENU |
void | TObject::InvertBit(UInt_t f) |
virtual TClass* | IsA() const |
virtual Bool_t | TObject::IsEqual(const TObject* obj) const |
virtual Bool_t | TObject::IsFolder() const |
Bool_t | TObject::IsOnHeap() const |
virtual Bool_t | TNamed::IsSortable() const |
Bool_t | TObject::IsZombie() const |
virtual void | TNamed::ls(Option_t* option = "") const |
void | TObject::MayNotUse(const char* method) const |
static void | RooPrintable::nameFieldLength(Int_t newLen) |
const char* | nameOf(Int_t idx) const |
virtual Bool_t | TObject::Notify() |
Stat_t | numItems() const |
static void | TObject::operator delete(void* ptr) |
static void | TObject::operator delete(void* ptr, void* vp) |
static void | TObject::operator delete[](void* ptr) |
static void | TObject::operator delete[](void* ptr, void* vp) |
void* | TObject::operator new(size_t sz) |
void* | TObject::operator new(size_t sz, void* vp) |
void* | TObject::operator new[](size_t sz) |
void* | TObject::operator new[](size_t sz, void* vp) |
TNamed& | TNamed::operator=(const TNamed& rhs) |
virtual void | TObject::Paint(Option_t* option = "") |
virtual void | TObject::Pop() |
virtual void | Print(Option_t* options = 0) const |
virtual void | RooPrintable::printAddress(ostream& os) const |
virtual void | printArgs(ostream& os) const |
virtual void | printClassName(ostream& os) const |
virtual void | RooPrintable::printExtras(ostream& os) const |
virtual void | printMultiline(ostream& os, Int_t content, Bool_t verbose = kFALSE, TString indent = "") const |
virtual void | printName(ostream& os) const |
virtual void | RooPrintable::printStream(ostream& os, Int_t contents, RooPrintable::StyleOption style, TString indent = "") const |
virtual void | printTitle(ostream& os) const |
virtual void | RooPrintable::printTree(ostream& os, TString indent = "") const |
virtual void | printValue(ostream& os) const |
RooHist* | pullHist(const char* histname = 0, const char* pdfname = 0) const |
virtual Int_t | TObject::Read(const char* name) |
virtual void | TObject::RecursiveRemove(TObject* obj) |
void | remove(const char* name = 0, Bool_t deleteToo = kTRUE) |
void | TObject::ResetBit(UInt_t f) |
RooHist* | residHist(const char* histname = 0, const char* pdfname = 0, bool normalize = false) const |
virtual void | TObject::SaveAs(const char* filename = "", Option_t* option = "") constMENU |
virtual void | TObject::SavePrimitive(basic_ostream<char,char_traits<char> >& out, Option_t* option = "") |
void | SetAxisColor(Color_t color = 1, Option_t* axis = "X") |
void | SetAxisRange(Double_t xmin, Double_t xmax, Option_t* axis = "X") |
void | SetBarOffset(Float_t offset = 0.25) |
void | SetBarWidth(Float_t width = 0.5) |
void | TObject::SetBit(UInt_t f) |
void | TObject::SetBit(UInt_t f, Bool_t set) |
void | SetContour(Int_t nlevels, const Double_t* levels = 0) |
void | SetContourLevel(Int_t level, Double_t value) |
virtual void | SetDrawOption(Option_t* option = "") |
Bool_t | setDrawOptions(const char* name, TString options) |
static void | TObject::SetDtorOnly(void* obj) |
void | SetFillAttributes() |
void | SetFillColor(Color_t fcolor) |
void | SetFillStyle(Style_t fstyle) |
void | setInvisible(const char* name, Bool_t flag = kTRUE) |
void | SetLabelColor(Color_t color = 1, Option_t* axis = "X") |
void | SetLabelFont(Style_t font = 62, Option_t* axis = "X") |
void | SetLabelOffset(Float_t offset = 0.005, Option_t* axis = "X") |
void | SetLabelSize(Float_t size = 0.02, Option_t* axis = "X") |
void | SetLineAttributes() |
void | SetLineColor(Color_t lcolor) |
void | SetLineStyle(Style_t lstyle) |
void | SetLineWidth(Width_t lwidth) |
void | SetMarkerAttributes() |
void | SetMarkerColor(Color_t tcolor = 1) |
void | SetMarkerSize(Size_t msize = 1) |
void | SetMarkerStyle(Style_t mstyle = 1) |
virtual void | SetMaximum(Double_t maximum = -1111) |
virtual void | SetMinimum(Double_t minimum = -1111) |
virtual void | SetName(const char* name) |
virtual void | SetNameTitle(const char* name, const char* title) |
void | SetNdivisions(Int_t n = 510, Option_t* axis = "X") |
static void | TObject::SetObjectStat(Bool_t stat) |
void | SetOption(Option_t* option = " ") |
void | setPadFactor(Double_t factor) |
void | SetStats(Bool_t stats = kTRUE) |
void | SetTickLength(Float_t length = 0.02, Option_t* axis = "X") |
virtual void | SetTitle(const char* name) |
void | SetTitleFont(Style_t font = 62, Option_t* axis = "X") |
void | SetTitleOffset(Float_t offset = 1, Option_t* axis = "X") |
void | SetTitleSize(Float_t size = 0.02, Option_t* axis = "X") |
virtual void | TObject::SetUniqueID(UInt_t uid) |
void | SetXTitle(const char* title) |
void | SetYTitle(const char* title) |
void | SetZTitle(const char* title) |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual Int_t | TNamed::Sizeof() const |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
virtual void | TObject::SysError(const char* method, const char* msgfmt) const |
Bool_t | TObject::TestBit(UInt_t f) const |
Int_t | TObject::TestBits(UInt_t f) const |
void | updateNormVars(const RooArgSet& vars) |
virtual void | TObject::UseCurrentStyle() |
virtual void | TObject::Warning(const char* method, const char* msgfmt) const |
virtual Int_t | TObject::Write(const char* name = 0, Int_t option = 0, Int_t bufsize = 0) |
virtual Int_t | TObject::Write(const char* name = 0, Int_t option = 0, Int_t bufsize = 0) const |