#include <TGraph.h>
Inheritance diagram for TGraph:
Public Types | |
enum | |
enum | |
Public Member Functions | |
TGraph () | |
TGraph (Int_t n) | |
TGraph (Int_t n, const Int_t *x, const Int_t *y) | |
TGraph (Int_t n, const Float_t *x, const Float_t *y) | |
TGraph (Int_t n, const Double_t *x, const Double_t *y) | |
TGraph (const TGraph &gr) | |
TGraph & | operator= (const TGraph &) |
TGraph (const TVectorF &vx, const TVectorF &vy) | |
TGraph (const TVectorD &vx, const TVectorD &vy) | |
TGraph (const TH1 *h) | |
TGraph (const TF1 *f, Option_t *option="") | |
TGraph (const char *filename, const char *format="%lg %lg", Option_t *option="") | |
virtual | ~TGraph () |
virtual void | Apply (TF1 *f) |
virtual void | Browse (TBrowser *b) |
virtual Double_t | Chisquare (const TF1 *f1) const |
virtual void | ComputeRange (Double_t &xmin, Double_t &ymin, Double_t &xmax, Double_t &ymax) const |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
virtual void | Draw (Option_t *chopt="") |
virtual void | DrawGraph (Int_t n, const Int_t *x, const Int_t *y, Option_t *option="") |
virtual void | DrawGraph (Int_t n, const Float_t *x, const Float_t *y, Option_t *option="") |
virtual void | DrawGraph (Int_t n, const Double_t *x=0, const Double_t *y=0, Option_t *option="") |
virtual void | DrawPanel () |
virtual Double_t | Eval (Double_t x, TSpline *spline=0, Option_t *option="") const |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
virtual void | Expand (Int_t newsize) |
virtual void | Expand (Int_t newsize, Int_t step) |
virtual TObject * | FindObject (const char *name) const |
virtual TObject * | FindObject (const TObject *obj) const |
virtual TFitResultPtr | Fit (const char *formula, Option_t *option="", Option_t *goption="", Axis_t xmin=0, Axis_t xmax=0) |
virtual TFitResultPtr | Fit (TF1 *f1, Option_t *option="", Option_t *goption="", Axis_t xmin=0, Axis_t xmax=0) |
virtual void | FitPanel () |
Bool_t | GetEditable () const |
TF1 * | GetFunction (const char *name) const |
TH1F * | GetHistogram () const |
TList * | GetListOfFunctions () const |
virtual Double_t | GetCorrelationFactor () const |
virtual Double_t | GetCovariance () const |
virtual Double_t | GetMean (Int_t axis=1) const |
virtual Double_t | GetRMS (Int_t axis=1) const |
Int_t | GetMaxSize () const |
Int_t | GetN () const |
virtual Double_t | GetErrorX (Int_t bin) const |
virtual Double_t | GetErrorY (Int_t bin) const |
virtual Double_t | GetErrorXhigh (Int_t bin) const |
virtual Double_t | GetErrorXlow (Int_t bin) const |
virtual Double_t | GetErrorYhigh (Int_t bin) const |
virtual Double_t | GetErrorYlow (Int_t bin) const |
Double_t * | GetX () const |
Double_t * | GetY () const |
virtual Double_t * | GetEX () const |
virtual Double_t * | GetEY () const |
virtual Double_t * | GetEXhigh () const |
virtual Double_t * | GetEXlow () const |
virtual Double_t * | GetEYhigh () const |
virtual Double_t * | GetEYlow () const |
virtual Double_t * | GetEXlowd () const |
virtual Double_t * | GetEXhighd () const |
virtual Double_t * | GetEYlowd () const |
virtual Double_t * | GetEYhighd () const |
Double_t | GetMaximum () const |
Double_t | GetMinimum () const |
TAxis * | GetXaxis () const |
TAxis * | GetYaxis () const |
virtual Int_t | GetPoint (Int_t i, Double_t &x, Double_t &y) const |
virtual void | InitExpo (Double_t xmin=0, Double_t xmax=0) |
virtual void | InitGaus (Double_t xmin=0, Double_t xmax=0) |
virtual void | InitPolynom (Double_t xmin=0, Double_t xmax=0) |
virtual Int_t | InsertPoint () |
virtual Double_t | Integral (Int_t first=0, Int_t last=-1) const |
virtual Bool_t | IsEditable () const |
virtual Int_t | IsInside (Double_t x, Double_t y) const |
virtual void | LeastSquareFit (Int_t m, Double_t *a, Double_t xmin=0, Double_t xmax=0) |
virtual void | LeastSquareLinearFit (Int_t n, Double_t &a0, Double_t &a1, Int_t &ifail, Double_t xmin=0, Double_t xmax=0) |
virtual Int_t | Merge (TCollection *list) |
virtual void | Paint (Option_t *chopt="") |
void | PaintGraph (Int_t npoints, const Double_t *x, const Double_t *y, Option_t *chopt) |
void | PaintGrapHist (Int_t npoints, const Double_t *x, const Double_t *y, Option_t *chopt) |
virtual void | PaintStats (TF1 *fit) |
virtual void | Print (Option_t *chopt="") const |
virtual void | RecursiveRemove (TObject *obj) |
virtual Int_t | RemovePoint () |
virtual Int_t | RemovePoint (Int_t ipoint) |
virtual void | SavePrimitive (ostream &out, Option_t *option="") |
virtual void | SetEditable (Bool_t editable=kTRUE) |
virtual void | SetHistogram (TH1 *h) |
virtual void | SetMaximum (Double_t maximum=-1111) |
virtual void | SetMinimum (Double_t minimum=-1111) |
virtual void | Set (Int_t n) |
virtual void | SetPoint (Int_t i, Double_t x, Double_t y) |
virtual void | SetTitle (const char *title="") |
virtual void | Sort (Bool_t(*greater)(const TGraph *, Int_t, Int_t)=&TGraph::CompareX, Bool_t ascending=kTRUE, Int_t low=0, Int_t high=-1111) |
virtual void | UseCurrentStyle () |
void | Zero (Int_t &k, Double_t AZ, Double_t BZ, Double_t E2, Double_t &X, Double_t &Y, Int_t maxiterations) |
TGraph () | |
TGraph (Int_t n) | |
TGraph (Int_t n, const Int_t *x, const Int_t *y) | |
TGraph (Int_t n, const Float_t *x, const Float_t *y) | |
TGraph (Int_t n, const Double_t *x, const Double_t *y) | |
TGraph (const TGraph &gr) | |
TGraph & | operator= (const TGraph &) |
TGraph (const TVectorF &vx, const TVectorF &vy) | |
TGraph (const TVectorD &vx, const TVectorD &vy) | |
TGraph (const TH1 *h) | |
TGraph (const TF1 *f, Option_t *option="") | |
TGraph (const char *filename, const char *format="%lg %lg", Option_t *option="") | |
virtual | ~TGraph () |
virtual void | Apply (TF1 *f) |
virtual void | Browse (TBrowser *b) |
virtual Double_t | Chisquare (const TF1 *f1) const |
virtual void | ComputeRange (Double_t &xmin, Double_t &ymin, Double_t &xmax, Double_t &ymax) const |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
virtual void | Draw (Option_t *chopt="") |
virtual void | DrawGraph (Int_t n, const Int_t *x, const Int_t *y, Option_t *option="") |
virtual void | DrawGraph (Int_t n, const Float_t *x, const Float_t *y, Option_t *option="") |
virtual void | DrawGraph (Int_t n, const Double_t *x=0, const Double_t *y=0, Option_t *option="") |
virtual void | DrawPanel () |
virtual Double_t | Eval (Double_t x, TSpline *spline=0, Option_t *option="") const |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
virtual void | Expand (Int_t newsize) |
virtual void | Expand (Int_t newsize, Int_t step) |
virtual TObject * | FindObject (const char *name) const |
virtual TObject * | FindObject (const TObject *obj) const |
virtual TFitResultPtr | Fit (const char *formula, Option_t *option="", Option_t *goption="", Axis_t xmin=0, Axis_t xmax=0) |
virtual TFitResultPtr | Fit (TF1 *f1, Option_t *option="", Option_t *goption="", Axis_t xmin=0, Axis_t xmax=0) |
virtual void | FitPanel () |
Bool_t | GetEditable () const |
TF1 * | GetFunction (const char *name) const |
TH1F * | GetHistogram () const |
TList * | GetListOfFunctions () const |
virtual Double_t | GetCorrelationFactor () const |
virtual Double_t | GetCovariance () const |
virtual Double_t | GetMean (Int_t axis=1) const |
virtual Double_t | GetRMS (Int_t axis=1) const |
Int_t | GetMaxSize () const |
Int_t | GetN () const |
virtual Double_t | GetErrorX (Int_t bin) const |
virtual Double_t | GetErrorY (Int_t bin) const |
virtual Double_t | GetErrorXhigh (Int_t bin) const |
virtual Double_t | GetErrorXlow (Int_t bin) const |
virtual Double_t | GetErrorYhigh (Int_t bin) const |
virtual Double_t | GetErrorYlow (Int_t bin) const |
Double_t * | GetX () const |
Double_t * | GetY () const |
virtual Double_t * | GetEX () const |
virtual Double_t * | GetEY () const |
virtual Double_t * | GetEXhigh () const |
virtual Double_t * | GetEXlow () const |
virtual Double_t * | GetEYhigh () const |
virtual Double_t * | GetEYlow () const |
virtual Double_t * | GetEXlowd () const |
virtual Double_t * | GetEXhighd () const |
virtual Double_t * | GetEYlowd () const |
virtual Double_t * | GetEYhighd () const |
Double_t | GetMaximum () const |
Double_t | GetMinimum () const |
TAxis * | GetXaxis () const |
TAxis * | GetYaxis () const |
virtual Int_t | GetPoint (Int_t i, Double_t &x, Double_t &y) const |
virtual void | InitExpo (Double_t xmin=0, Double_t xmax=0) |
virtual void | InitGaus (Double_t xmin=0, Double_t xmax=0) |
virtual void | InitPolynom (Double_t xmin=0, Double_t xmax=0) |
virtual Int_t | InsertPoint () |
virtual Double_t | Integral (Int_t first=0, Int_t last=-1) const |
virtual Bool_t | IsEditable () const |
virtual Int_t | IsInside (Double_t x, Double_t y) const |
virtual void | LeastSquareFit (Int_t m, Double_t *a, Double_t xmin=0, Double_t xmax=0) |
virtual void | LeastSquareLinearFit (Int_t n, Double_t &a0, Double_t &a1, Int_t &ifail, Double_t xmin=0, Double_t xmax=0) |
virtual Int_t | Merge (TCollection *list) |
virtual void | Paint (Option_t *chopt="") |
void | PaintGraph (Int_t npoints, const Double_t *x, const Double_t *y, Option_t *chopt) |
void | PaintGrapHist (Int_t npoints, const Double_t *x, const Double_t *y, Option_t *chopt) |
virtual void | PaintStats (TF1 *fit) |
virtual void | Print (Option_t *chopt="") const |
virtual void | RecursiveRemove (TObject *obj) |
virtual Int_t | RemovePoint () |
virtual Int_t | RemovePoint (Int_t ipoint) |
virtual void | SavePrimitive (ostream &out, Option_t *option="") |
virtual void | SetEditable (Bool_t editable=kTRUE) |
virtual void | SetHistogram (TH1 *h) |
virtual void | SetMaximum (Double_t maximum=-1111) |
virtual void | SetMinimum (Double_t minimum=-1111) |
virtual void | Set (Int_t n) |
virtual void | SetPoint (Int_t i, Double_t x, Double_t y) |
virtual void | SetTitle (const char *title="") |
virtual void | Sort (Bool_t(*greater)(const TGraph *, Int_t, Int_t)=&TGraph::CompareX, Bool_t ascending=kTRUE, Int_t low=0, Int_t high=-1111) |
virtual void | UseCurrentStyle () |
void | Zero (Int_t &k, Double_t AZ, Double_t BZ, Double_t E2, Double_t &X, Double_t &Y, Int_t maxiterations) |
Static Public Member Functions | |
static Bool_t | CompareArg (const TGraph *gr, Int_t left, Int_t right) |
static Bool_t | CompareX (const TGraph *gr, Int_t left, Int_t right) |
static Bool_t | CompareY (const TGraph *gr, Int_t left, Int_t right) |
static Bool_t | CompareRadius (const TGraph *gr, Int_t left, Int_t right) |
static Bool_t | CompareArg (const TGraph *gr, Int_t left, Int_t right) |
static Bool_t | CompareX (const TGraph *gr, Int_t left, Int_t right) |
static Bool_t | CompareY (const TGraph *gr, Int_t left, Int_t right) |
static Bool_t | CompareRadius (const TGraph *gr, Int_t left, Int_t right) |
Protected Member Functions | |
virtual void | SwapPoints (Int_t pos1, Int_t pos2) |
virtual Double_t ** | Allocate (Int_t newsize) |
Double_t ** | AllocateArrays (Int_t Narrays, Int_t arraySize) |
virtual Bool_t | CopyPoints (Double_t **newarrays, Int_t ibegin, Int_t iend, Int_t obegin) |
virtual void | CopyAndRelease (Double_t **newarrays, Int_t ibegin, Int_t iend, Int_t obegin) |
Bool_t | CtorAllocate () |
Double_t ** | ExpandAndCopy (Int_t size, Int_t iend) |
virtual void | FillZero (Int_t begin, Int_t end, Bool_t from_ctor=kTRUE) |
Double_t ** | ShrinkAndCopy (Int_t size, Int_t iend) |
virtual void | SwapPoints (Int_t pos1, Int_t pos2) |
virtual Double_t ** | Allocate (Int_t newsize) |
Double_t ** | AllocateArrays (Int_t Narrays, Int_t arraySize) |
virtual Bool_t | CopyPoints (Double_t **newarrays, Int_t ibegin, Int_t iend, Int_t obegin) |
virtual void | CopyAndRelease (Double_t **newarrays, Int_t ibegin, Int_t iend, Int_t obegin) |
Bool_t | CtorAllocate () |
Double_t ** | ExpandAndCopy (Int_t size, Int_t iend) |
virtual void | FillZero (Int_t begin, Int_t end, Bool_t from_ctor=kTRUE) |
Double_t ** | ShrinkAndCopy (Int_t size, Int_t iend) |
Static Protected Member Functions | |
static void | SwapValues (Double_t *arr, Int_t pos1, Int_t pos2) |
static void | SwapValues (Double_t *arr, Int_t pos1, Int_t pos2) |
Protected Attributes | |
Int_t | fMaxSize |
Int_t | fNpoints |
Current dimension of arrays fX and fY. | |
Double_t * | fX |
Double_t * | fY |
TList * | fFunctions |
TH1F * | fHistogram |
Double_t | fMinimum |
Double_t | fMaximum |
Double_t * | fX |
Double_t * | fY |
TList * | fFunctions |
TH1F * | fHistogram |
Definition at line 53 of file TGraph.h.
TGraph::TGraph | ( | ) |
Referenced by DrawGraph().
TGraph::TGraph | ( | Int_t | n | ) |
TGraph::TGraph | ( | const TGraph & | gr | ) |
Definition at line 157 of file TGraph.cxx.
References TCollection::Clone(), fFunctions, fHistogram, fMaximum, fMaxSize, fMinimum, fNpoints, fX, fY, GetN(), gr, and n.
Definition at line 221 of file TGraph.cxx.
References CtorAllocate(), fNpoints, fX, fY, TVectorT< Element >::GetLwb(), TVectorT< Element >::GetNrows(), i, and TMath::Min().
Definition at line 241 of file TGraph.cxx.
References CtorAllocate(), fNpoints, fX, fY, TVectorT< Element >::GetLwb(), TVectorT< Element >::GetNrows(), i, and TMath::Min().
TGraph::TGraph | ( | const TH1 * | h | ) |
Definition at line 261 of file TGraph.cxx.
References CtorAllocate(), TObject::Error(), fNpoints, fX, fY, TAxis::GetBinCenter(), h, i, TNamed::SetName(), and SetTitle().
Definition at line 296 of file TGraph.cxx.
References CtorAllocate(), TObject::Error(), fNpoints, fX, fY, i, TNamed::SetName(), SetTitle(), xmax, and xmin.
TGraph::TGraph | ( | const char * | filename, | |
const char * | format = "%lg %lg" , |
|||
Option_t * | option = "" | |||
) |
Definition at line 353 of file TGraph.cxx.
References CtorAllocate(), TString::Data(), TObject::Error(), TSystem::ExpandPathName(), fNpoints, getline(), gSystem, infile, line, TObject::MakeZombie(), Set(), SetPoint(), x, and y.
TGraph::~TGraph | ( | ) | [virtual] |
Definition at line 390 of file TGraph.cxx.
References fFunctions, fHistogram, TList::First(), fX, fY, TObject::kInvalidObject, TList::Remove(), and TObject::SetBit().
TGraph::TGraph | ( | ) |
TGraph::TGraph | ( | Int_t | n | ) |
TGraph::TGraph | ( | const TGraph & | gr | ) |
TGraph::TGraph | ( | const TH1 * | h | ) |
TGraph::TGraph | ( | const char * | filename, | |
const char * | format = "%lg %lg" , |
|||
Option_t * | option = "" | |||
) |
virtual TGraph::~TGraph | ( | ) | [virtual] |
Definition at line 2200 of file TGraph.cxx.
Referenced by TGraphErrors::SwapPoints(), SwapPoints(), TGraphAsymmErrors::SwapPoints(), and TGraphBentErrors::SwapPoints().
Definition at line 2190 of file TGraph.cxx.
References fX, fY, and SwapValues().
Referenced by Sort(), TGraphErrors::SwapPoints(), TGraphAsymmErrors::SwapPoints(), and TGraphBentErrors::SwapPoints().
Definition at line 190 of file TGraph.h.
References AllocateArrays().
Referenced by Expand(), ExpandAndCopy(), Set(), and ShrinkAndCopy().
Definition at line 415 of file TGraph.cxx.
Referenced by TGraphAsymmErrors::Allocate(), Allocate(), TGraphBentErrors::Allocate(), and TGraphErrors::Allocate().
Bool_t TGraph::CopyPoints | ( | Double_t ** | newarrays, | |
Int_t | ibegin, | |||
Int_t | iend, | |||
Int_t | obegin | |||
) | [protected, virtual] |
Definition at line 596 of file TGraph.cxx.
References fX, fY, kFALSE, kTRUE, memmove, and n.
Referenced by CopyAndRelease(), TGraphAsymmErrors::CopyPoints(), TGraphErrors::CopyPoints(), TGraphBentErrors::CopyPoints(), ExpandAndCopy(), and ShrinkAndCopy().
void TGraph::CopyAndRelease | ( | Double_t ** | newarrays, | |
Int_t | ibegin, | |||
Int_t | iend, | |||
Int_t | obegin | |||
) | [protected, virtual] |
Definition at line 576 of file TGraph.cxx.
References CopyPoints(), fX, and fY.
Referenced by Expand(), InsertPoint(), RemovePoint(), Set(), and SetPoint().
Bool_t TGraph::CtorAllocate | ( | ) | [protected] |
Definition at line 621 of file TGraph.cxx.
References fFunctions, fHistogram, fMaximum, fMaxSize, fMinimum, fNpoints, fX, fY, kClipFrame, kFALSE, kTRUE, and TObject::SetBit().
Referenced by TGraph(), TGraphAsymmErrors::TGraphAsymmErrors(), TGraphErrors::TGraphErrors(), and TGraphQQ::TGraphQQ().
Definition at line 869 of file TGraph.cxx.
References Allocate(), CopyPoints(), and fMaxSize.
Referenced by Expand(), InsertPoint(), and SetPoint().
Definition at line 883 of file TGraph.cxx.
Referenced by TGraphBentErrors::FillZero(), TGraphErrors::FillZero(), TGraphAsymmErrors::FillZero(), InsertPoint(), Set(), SetPoint(), and TGraph().
Definition at line 2057 of file TGraph.cxx.
References Allocate(), CopyPoints(), and fMaxSize.
Referenced by RemovePoint().
Definition at line 184 of file TGraph.cxx.
References TCollection::Clone(), fFunctions, fHistogram, fMaximum, fMaxSize, fMinimum, fNpoints, fX, fY, gr, n, and TNamed::operator=().
Referenced by TGraphAsymmErrors::operator=(), and TGraphErrors::operator=().
void TGraph::Apply | ( | TF1 * | f | ) | [virtual] |
void TGraph::Browse | ( | TBrowser * | b | ) | [virtual] |
Reimplemented from TObject.
Definition at line 448 of file TGraph.cxx.
References b, TString::Data(), Draw(), gEnv, TEnv::GetValue(), gPad, and TString::IsNull().
Definition at line 462 of file TGraph.cxx.
References ROOT::Math::eu, fNpoints, func(), fX, fY, GetErrorXhigh(), GetErrorXlow(), GetErrorYhigh(), GetErrorYlow(), i, kFALSE, TF1::RejectedPoint(), TF1::RejectPoint(), and x.
Definition at line 515 of file TGraph.cxx.
References TMath::ATan2(), GetPoint(), and gr.
Referenced by G__G__Hist_104_0_26(), and G__setup_memfuncTGraph().
Definition at line 528 of file TGraph.cxx.
Referenced by G__G__Hist_104_0_27(), and G__setup_memfuncTGraph().
Definition at line 537 of file TGraph.cxx.
Referenced by G__G__Hist_104_0_28(), and G__setup_memfuncTGraph().
Definition at line 546 of file TGraph.cxx.
Referenced by G__G__Hist_104_0_29(), and G__setup_memfuncTGraph().
void TGraph::ComputeRange | ( | Double_t & | xmin, | |
Double_t & | ymin, | |||
Double_t & | xmax, | |||
Double_t & | ymax | |||
) | const [virtual] |
Definition at line 557 of file TGraph.cxx.
References fNpoints, fX, fY, and i.
Referenced by TGraphAsymmErrors::ComputeRange(), TGraphBentErrors::ComputeRange(), TGraphErrors::ComputeRange(), GetHistogram(), and TGraphPainter::PaintGraph().
Reimplemented from TObject.
Definition at line 680 of file TGraph.cxx.
References TVirtualGraphPainter::DistancetoPrimitiveHelper(), and TVirtualGraphPainter::GetPainter().
Referenced by TEfficiency::DistancetoPrimitive(), and TTreePerfStats::DistancetoPrimitive().
void TGraph::Draw | ( | Option_t * | chopt = "" |
) | [virtual] |
Reimplemented from TObject.
Definition at line 647 of file TGraph.cxx.
References TObject::AppendPad(), TString::Contains(), gPad, gROOT, TString::Index(), kNPOS, TROOT::MakeDefCanvas(), TString::Replace(), TString::ReplaceAll(), TAttMarker::SetMarkerStyle(), and TString::ToLower().
Referenced by ApplicationWindow::ApplicationWindow(), bent(), binarySearchTime(), Browse(), chi2test(), ConfidenceIntervals(), MyMainFrame::DoDraw(), doFit(), TProofProgressDialog::DoPlotRateGraph(), double32(), RooStats::LikelihoodIntervalPlot::Draw(), RooStats::MCMCIntervalPlot::DrawChainScatter(), TF1::DrawDerivative(), TKDE::DrawErrors(), DrawFunction(), TF1::DrawIntegral(), RooStats::MCMCIntervalPlot::DrawNLLVsTime(), RooStats::MCMCIntervalPlot::DrawParameterVsTime(), DrawSmooth(), exclusiongraph2(), FirstContour(), fitCircle(), fitcont(), fitLinear(), fitLinearRobust(), FITS_tutorial2(), gerrors(), gerrors2(), graph(), graphShade(), interpolate(), line3Dfit(), LoadXS(), markerwarning(), piRandom(), TCreatePrimitives::PolyLine(), quantiles(), regression_averagedevs(), rs801_HypoTestInverter(), simanTSP(), stdsort(), TSelectorDraw::TakeAction(), TSelectorDraw::TakeEstimate(), TProofDrawGraph::Terminate(), test1DObjects(), testInterpolation(), testPermute(), testUnfold1(), testUnfold2(), testUnfold3(), tgaxis3(), tgraph1(), tgraph3(), unuranGraf(), unuranGraf2D(), XSReactionDlg::UpdateGraph(), vavilov(), and zdemo().
void TGraph::DrawGraph | ( | Int_t | n, | |
const Int_t * | x, | |||
const Int_t * | y, | |||
Option_t * | option = "" | |||
) | [virtual] |
Definition at line 692 of file TGraph.cxx.
References TObject::AppendPad(), TAttMarker::Copy(), TAttFill::Copy(), TAttLine::Copy(), TObject::kCanDelete, TObject::SetBit(), and TGraph().
void TGraph::DrawGraph | ( | Int_t | n, | |
const Float_t * | x, | |||
const Float_t * | y, | |||
Option_t * | option = "" | |||
) | [virtual] |
Definition at line 706 of file TGraph.cxx.
References TObject::AppendPad(), TAttMarker::Copy(), TAttFill::Copy(), TAttLine::Copy(), TObject::kCanDelete, TObject::SetBit(), and TGraph().
void TGraph::DrawGraph | ( | Int_t | n, | |
const Double_t * | x = 0 , |
|||
const Double_t * | y = 0 , |
|||
Option_t * | option = "" | |||
) | [virtual] |
Definition at line 720 of file TGraph.cxx.
References TObject::AppendPad(), TAttMarker::Copy(), TAttFill::Copy(), TAttLine::Copy(), fX, fY, TObject::kCanDelete, TObject::SetBit(), and TGraph().
void TGraph::DrawPanel | ( | ) | [virtual] |
Definition at line 738 of file TGraph.cxx.
References TVirtualGraphPainter::DrawPanelHelper(), and TVirtualGraphPainter::GetPainter().
Definition at line 747 of file TGraph.cxx.
References TString::Contains(), TSpline::Eval(), fNpoints, fX, fY, i, low, result(), s, TMath::Sort(), and TString::ToLower().
Referenced by stressLinear().
Reimplemented from TObject.
Definition at line 827 of file TGraph.cxx.
References TVirtualGraphPainter::ExecuteEventHelper(), and TVirtualGraphPainter::GetPainter().
Referenced by TEfficiency::ExecuteEvent().
void TGraph::Expand | ( | Int_t | newsize | ) | [virtual] |
Definition at line 844 of file TGraph.cxx.
References CopyAndRelease(), ExpandAndCopy(), and fNpoints.
Definition at line 854 of file TGraph.cxx.
References Allocate(), CopyAndRelease(), fMaxSize, and fNpoints.
TObject * TGraph::FindObject | ( | const char * | name | ) | const [virtual] |
Reimplemented from TObject.
Definition at line 894 of file TGraph.cxx.
References fFunctions, and TList::FindObject().
Reimplemented from TObject.
Definition at line 904 of file TGraph.cxx.
References fFunctions, and TList::FindObject().
TFitResultPtr TGraph::Fit | ( | const char * | formula, | |
Option_t * | option = "" , |
|||
Option_t * | goption = "" , |
|||
Axis_t | xmin = 0 , |
|||
Axis_t | xmax = 0 | |||
) | [virtual] |
Definition at line 914 of file TGraph.cxx.
References TROOT::GetFunction(), gROOT, and Printf().
Referenced by ConfidenceIntervals(), doFit(), fitLinear(), fitLinearRobust(), fitminuit(), multigraph(), solveLinear(), testGraphFit(), testHisto1DFit(), tgraph3(), tmultigraph1(), and tmultigraph2().
TFitResultPtr TGraph::Fit | ( | TF1 * | f1, | |
Option_t * | option = "" , |
|||
Option_t * | goption = "" , |
|||
Axis_t | xmin = 0 , |
|||
Axis_t | xmax = 0 | |||
) | [virtual] |
Definition at line 940 of file TGraph.cxx.
References ROOT::Fit::FitObject(), and ROOT::Fit::FitOptionsMake().
void TGraph::FitPanel | ( | ) | [virtual] |
Definition at line 1196 of file TGraph.cxx.
References TObject::Error(), TPluginManager::FindHandler(), TROOT::GetPluginManager(), gPad, gROOT, handler, and TROOT::MakeDefCanvas().
Bool_t TGraph::GetEditable | ( | ) | const |
Definition at line 1980 of file TGraph.cxx.
References kFALSE, kNotEditable, kTRUE, and TObject::TestBit().
TF1 * TGraph::GetFunction | ( | const char * | name | ) | const |
Definition at line 1350 of file TGraph.cxx.
References fFunctions, and TList::FindObject().
Referenced by doFit(), and fitLinear().
TH1F * TGraph::GetHistogram | ( | ) | const |
Definition at line 1363 of file TGraph.cxx.
References TAxis::CenterTitle(), ComputeRange(), fHistogram, fMaximum, fMinimum, fNpoints, TAxis::GetCenterTitle(), TAttAxis::GetLabelFont(), TAttAxis::GetLabelOffset(), TAttAxis::GetLabelSize(), GetMinimum(), TNamed::GetName(), TAttAxis::GetNdivisions(), TAxis::GetNoExponent(), TAxis::GetRotateTitle(), TAxis::GetTitle(), TNamed::GetTitle(), TAttAxis::GetTitleFont(), TAttAxis::GetTitleOffset(), TAttAxis::GetTitleSize(), GetXaxis(), TH1::GetXaxis(), TH1::GetYaxis(), gPad, TH1::kNoStats, TAxis::RotateTitle(), TObject::SetBit(), TH1::SetDirectory(), TAttAxis::SetLabelFont(), TAttAxis::SetLabelOffset(), TAttAxis::SetLabelSize(), TAxis::SetLimits(), TH1::SetMaximum(), TH1::SetMinimum(), TAttAxis::SetNdivisions(), TAxis::SetNoExponent(), TNamed::SetTitle(), TAttAxis::SetTitleFont(), TAttAxis::SetTitleOffset(), and TAttAxis::SetTitleSize().
Referenced by ApplicationWindow::ApplicationWindow(), TGraphPainter::DistancetoPrimitiveHelper(), TGraphPainter::ExecuteEventHelper(), HFit::GetDrawingRange(), GetXaxis(), GetYaxis(), LoadXS(), TGraphPainter::PaintGraph(), SetMaximum(), and SetMinimum().
TList* TGraph::GetListOfFunctions | ( | ) | const [inline] |
Definition at line 125 of file TGraph.h.
References fFunctions.
Referenced by TGraphPainter::DistancetoPrimitiveHelper(), multigraph(), TGraphPainter::PaintGraph(), TGraphPainter::PaintGraphSimple(), TGraphPainter::PaintStats(), tmultigraph1(), and UseCurrentStyle().
Double_t TGraph::GetCorrelationFactor | ( | ) | const [virtual] |
Double_t TGraph::GetCovariance | ( | ) | const [virtual] |
Definition at line 1235 of file TGraph.cxx.
References fNpoints, fX, fY, and i.
Referenced by GetCorrelationFactor().
Definition at line 1268 of file TGraph.cxx.
References TMath::Abs(), fNpoints, fX, fY, i, TMath::Sqrt(), and x.
Referenced by GetCorrelationFactor().
Int_t TGraph::GetMaxSize | ( | ) | const [inline] |
Int_t TGraph::GetN | ( | ) | const [inline] |
Definition at line 131 of file TGraph.h.
References fNpoints.
Referenced by RooHist::addAsymmetryBin(), RooHist::addAsymmetryBinWithError(), RooHist::addBin(), RooHist::addBinWithError(), RooHist::addBinWithXYError(), RooHist::addEfficiencyBin(), RooHist::addEfficiencyBinWithError(), RooCurve::addPoint(), TGraphBentErrors::Apply(), TGraphAsymmErrors::Apply(), TGraphErrors::Apply(), approx(), TGraphSmooth::Approxin(), TCutG::Area(), TCutG::Center(), RooCurve::chiSquare(), ClassImp(), TBackCompFitter::Contour(), ContourList(), TTreeFormula::DefinedVariable(), TGraphPainter::DistancetoPrimitiveHelper(), TProofDrawGraph::DoFill(), ROOT::Fit::DoFillData(), TProofProgressMemoryPlot::DoPlot(), TGLH2PolyPainter::DrawExtrusion(), TMVA::TSpline2::Eval(), TMVA::TSpline1::Eval(), TGraphPainter::ExecuteEventHelper(), TTreePerfStats::FileReadEvent(), ROOT::Fit::FillData(), RooCurve::findPoint(), TTreePerfStats::Finish(), FirstContour(), TFitter::GetConfidenceIntervals(), TLinearFitter::GetConfidenceIntervals(), TChi2ExtendedFitData::GetExtendedFitData(), TChi2FitData::GetFitData(), RooHist::getFitRangeNEvt(), Graph2DFitChisquare(), TLinearFitter::Graph2DLinearFitter(), GraphFitChisquare(), GraphFitChisquareFumili(), TLinearFitter::GraphLinearFitter(), RooHist::hasIdenticalBinning(), TCutG::IntegralHist(), RooCurve::interpolate(), RooHist::isIdentical(), RooCurve::isIdentical(), RooHist::makeResidHist(), Merge(), MultiGraphFitChisquare(), TLinearFitter::MultiGraphLinearFitter(), myfcn(), TTreePerfStats::Paint(), TGraphPainter::PaintGraph(), TGraphPainter::PaintGraphAsymmErrors(), TGraphPainter::PaintGraphBentErrors(), TGraphPainter::PaintGraphErrors(), TGraphPainter::PaintGraphPolar(), TGraphPainter::PaintGraphSimple(), TCreatePrimitives::PolyLine(), RooHist::printMultiline(), RooCurve::printMultiline(), RooCurve::RooCurve(), RooHist::RooHist(), TTreePerfStats::SavePrimitive(), TMinuitMinimizer::Scan(), TBackCompFitter::Scan(), RooCurve::shiftCurveToZero(), TGraphSmooth::Smoothin(), Sort(), SumDistance2(), TSelectorDraw::TakeAction(), TProofDrawListOfGraphs::Terminate(), TProofDrawGraph::Terminate(), testHisto1DFit(), and TGraph().
Definition at line 1286 of file TGraph.cxx.
Referenced by ROOT::Fit::FillData(), Graph2DFitChisquare(), and testHisto1DFit().
Definition at line 1296 of file TGraph.cxx.
Referenced by ROOT::Fit::DoFillData(), ROOT::Fit::FillData(), TChi2ExtendedFitData::GetExtendedFitData(), TChi2FitData::GetFitData(), Graph2DFitChisquare(), GraphFitChisquareFumili(), TLinearFitter::GraphLinearFitter(), MultiGraphFitChisquare(), TLinearFitter::MultiGraphLinearFitter(), and testHisto1DFit().
Definition at line 1306 of file TGraph.cxx.
Referenced by Chisquare(), ROOT::Fit::DoFillData(), ROOT::Fit::GetDataType(), TChi2ExtendedFitData::GetExtendedFitData(), GraphFitChisquare(), GraphFitChisquareFumili(), and MultiGraphFitChisquare().
Definition at line 1317 of file TGraph.cxx.
Referenced by Chisquare(), ROOT::Fit::DoFillData(), ROOT::Fit::GetDataType(), TChi2ExtendedFitData::GetExtendedFitData(), GraphFitChisquare(), GraphFitChisquareFumili(), and MultiGraphFitChisquare().
Definition at line 1328 of file TGraph.cxx.
Referenced by Chisquare(), ROOT::Fit::DoFillData(), and GraphFitChisquare().
Definition at line 1339 of file TGraph.cxx.
Referenced by Chisquare(), ROOT::Fit::DoFillData(), and GraphFitChisquare().
Double_t* TGraph::GetX | ( | ) | const [inline] |
Definition at line 138 of file TGraph.h.
References fX.
Referenced by TGraphSmooth::Approx(), TGraphSmooth::Approxin(), ClassImp(), ConfidenceIntervals(), TBackCompFitter::Contour(), TTreeFormula::DefinedVariable(), TGraphPainter::DistancetoPrimitiveHelper(), ROOT::Fit::DoFillData(), RooStats::LikelihoodIntervalPlot::Draw(), TGLH2PolyPainter::DrawExtrusion(), TMVA::TSpline2::Eval(), TMVA::TSpline1::Eval(), TGraphPainter::ExecuteEventHelper(), ROOT::Fit::FillData(), FirstContour(), TFitter::GetConfidenceIntervals(), TLinearFitter::GetConfidenceIntervals(), TChi2ExtendedFitData::GetExtendedFitData(), TChi2FitData::GetFitData(), Graph2DFitChisquare(), TLinearFitter::Graph2DLinearFitter(), GraphFitChisquare(), GraphFitChisquareFumili(), TLinearFitter::GraphLinearFitter(), MultiGraphFitChisquare(), TLinearFitter::MultiGraphLinearFitter(), myfcn(), TTreePerfStats::Paint(), TGraphPainter::PaintGraphAsymmErrors(), TGraphPainter::PaintGraphBentErrors(), TGraphPainter::PaintGraphErrors(), TGraphPainter::PaintGraphPolar(), TGraphPainter::PaintGraphQQ(), TGraphPainter::PaintGraphSimple(), TTreePerfStats::SavePrimitive(), TMinuitMinimizer::Scan(), TBackCompFitter::Scan(), TGraphSmooth::Smoothin(), TGraphSmooth::SmoothKern(), TGraphSmooth::SmoothLowess(), TGraphSmooth::SmoothSuper(), SumDistance2(), TProofDrawGraph::Terminate(), unuranGraf(), and unuranGraf2D().
Double_t* TGraph::GetY | ( | ) | const [inline] |
Definition at line 139 of file TGraph.h.
References fY.
Referenced by TGraphSmooth::Approx(), TGraphSmooth::Approxin(), TBackCompFitter::Contour(), TGraphPainter::DistancetoPrimitiveHelper(), ROOT::Fit::DoFillData(), RooStats::LikelihoodIntervalPlot::Draw(), TGLH2PolyPainter::DrawExtrusion(), TMVA::TSpline2::Eval(), TMVA::TSpline1::Eval(), TGraphPainter::ExecuteEventHelper(), ROOT::Fit::FillData(), TTreePerfStats::Finish(), FirstContour(), TChi2ExtendedFitData::GetExtendedFitData(), TChi2FitData::GetFitData(), Graph2DFitChisquare(), TLinearFitter::Graph2DLinearFitter(), GraphFitChisquare(), GraphFitChisquareFumili(), TLinearFitter::GraphLinearFitter(), RooHist::isIdentical(), MultiGraphFitChisquare(), TLinearFitter::MultiGraphLinearFitter(), myfcn(), TTreePerfStats::Paint(), TGraphPainter::PaintGraphAsymmErrors(), TGraphPainter::PaintGraphBentErrors(), TGraphPainter::PaintGraphErrors(), TGraphPainter::PaintGraphPolar(), TGraphPainter::PaintGraphSimple(), TTreePerfStats::SavePrimitive(), TMinuitMinimizer::Scan(), TBackCompFitter::Scan(), TGraphSmooth::Smoothin(), TGraphSmooth::SmoothKern(), TGraphSmooth::SmoothLowess(), TGraphSmooth::SmoothSuper(), SumDistance2(), TProofDrawGraph::Terminate(), TMultiLayerPerceptron::Train(), unuranGraf(), and unuranGraf2D().
virtual Double_t* TGraph::GetEX | ( | ) | const [inline, virtual] |
Definition at line 140 of file TGraph.h.
Referenced by ROOT::Fit::GetDataType(), and TGraphPainter::PaintGraphErrors().
virtual Double_t* TGraph::GetEY | ( | ) | const [inline, virtual] |
Definition at line 141 of file TGraph.h.
Referenced by ROOT::Fit::GetConfidenceIntervals(), TFitter::GetConfidenceIntervals(), TLinearFitter::GetConfidenceIntervals(), ROOT::Fit::GetDataType(), and TGraphPainter::PaintGraphErrors().
virtual Double_t* TGraph::GetEXhigh | ( | ) | const [inline, virtual] |
Definition at line 142 of file TGraph.h.
Referenced by TGraphPainter::PaintGraphAsymmErrors(), and TGraphPainter::PaintGraphBentErrors().
virtual Double_t* TGraph::GetEXlow | ( | ) | const [inline, virtual] |
Definition at line 143 of file TGraph.h.
Referenced by TGraphPainter::PaintGraphAsymmErrors(), and TGraphPainter::PaintGraphBentErrors().
virtual Double_t* TGraph::GetEYhigh | ( | ) | const [inline, virtual] |
Definition at line 144 of file TGraph.h.
Referenced by ROOT::Fit::GetDataType(), TGraphPainter::PaintGraphAsymmErrors(), and TGraphPainter::PaintGraphBentErrors().
virtual Double_t* TGraph::GetEYlow | ( | ) | const [inline, virtual] |
Definition at line 145 of file TGraph.h.
Referenced by ROOT::Fit::GetDataType(), TGraphPainter::PaintGraphAsymmErrors(), and TGraphPainter::PaintGraphBentErrors().
virtual Double_t* TGraph::GetEXlowd | ( | ) | const [inline, virtual] |
virtual Double_t* TGraph::GetEXhighd | ( | ) | const [inline, virtual] |
virtual Double_t* TGraph::GetEYlowd | ( | ) | const [inline, virtual] |
virtual Double_t* TGraph::GetEYhighd | ( | ) | const [inline, virtual] |
Double_t TGraph::GetMaximum | ( | ) | const [inline] |
Definition at line 150 of file TGraph.h.
References fMaximum.
Referenced by TGraphPainter::PaintGraph().
Double_t TGraph::GetMinimum | ( | ) | const [inline] |
Definition at line 151 of file TGraph.h.
References fMinimum.
Referenced by GetHistogram(), and TGraphPainter::PaintGraph().
TAxis * TGraph::GetXaxis | ( | ) | const |
Definition at line 1484 of file TGraph.cxx.
References GetHistogram(), and h.
Referenced by chi2test(), MyMainFrame::DoDraw(), TProofProgressDialog::DoPlotRateGraph(), RooStats::MCMCIntervalPlot::DrawChainScatter(), DrawData(), RooStats::MCMCIntervalPlot::DrawNLLVsTime(), RooStats::MCMCIntervalPlot::DrawParameterVsTime(), GetHistogram(), graph(), TTreePerfStats::Paint(), TGraphPainter::PaintGraphQQ(), tgaxis3(), and tgraph1().
TAxis * TGraph::GetYaxis | ( | ) | const |
Definition at line 1495 of file TGraph.cxx.
References GetHistogram(), and h.
Referenced by chi2test(), MyMainFrame::DoDraw(), RooStats::MCMCIntervalPlot::DrawChainScatter(), DrawData(), RooStats::MCMCIntervalPlot::DrawNLLVsTime(), RooStats::MCMCIntervalPlot::DrawParameterVsTime(), graph(), TTreePerfStats::Paint(), TGraphPainter::PaintGraphQQ(), RooHist::RooHist(), testInterpolation(), and tgraph1().
Definition at line 1470 of file TGraph.cxx.
References fNpoints, fX, and fY.
Referenced by TGraphBentErrors::Apply(), TGraphAsymmErrors::Apply(), TGraphErrors::Apply(), approx(), RooCurve::chiSquare(), CompareArg(), ContourList(), RooCurve::findPoint(), RooHist::getFitRangeNEvt(), RooHist::hasIdenticalBinning(), RooCurve::interpolate(), RooHist::makeResidHist(), TCreatePrimitives::PolyLine(), RooCurve::RooCurve(), RooHist::RooHist(), RooCurve::shiftCurveToZero(), and TProofDrawGraph::Terminate().
Definition at line 1542 of file TGraph.cxx.
References fNpoints, fX, TVirtualFitter::GetFitter(), TVirtualFitter::GetUserFunc(), LeastSquareLinearFit(), and TFormula::SetParameter().
Definition at line 1506 of file TGraph.cxx.
References TMath::Abs(), fNpoints, fX, fY, TVirtualFitter::GetFitter(), TVirtualFitter::GetUserFunc(), TFormula::SetParameter(), TF1::SetParLimits(), TMath::Sqrt(), val, and x.
Definition at line 1561 of file TGraph.cxx.
References fNpoints, fX, TVirtualFitter::GetFitter(), TFormula::GetNpar(), TVirtualFitter::GetUserFunc(), i, LeastSquareFit(), and TFormula::SetParameter().
Int_t TGraph::InsertPoint | ( | ) | [virtual] |
Definition at line 1579 of file TGraph.cxx.
References CopyAndRelease(), d, TAttLine::DistancetoLine(), ExpandAndCopy(), FillZero(), fNpoints, fX, fY, gPad, and i.
virtual Bool_t TGraph::IsEditable | ( | ) | const [inline, virtual] |
Definition at line 161 of file TGraph.h.
References kNotEditable, and TObject::TestBit().
Referenced by TGraphPainter::ExecuteEventHelper().
Definition at line 1663 of file TGraph.cxx.
References fNpoints, fX, fY, and TMath::IsInside().
Referenced by FirstContour(), fit2d(), and TCutG::IntegralHist().
void TGraph::LeastSquareFit | ( | Int_t | m, | |
Double_t * | a, | |||
Double_t | xmin = 0 , |
|||
Double_t | xmax = 0 | |||
) | [virtual] |
Definition at line 1681 of file TGraph.cxx.
References b, fNpoints, fX, fY, H1LeastSquareSeqnd(), i, k, l, LeastSquareLinearFit(), and n.
Referenced by InitPolynom().
void TGraph::LeastSquareLinearFit | ( | Int_t | n, | |
Double_t & | a0, | |||
Double_t & | a1, | |||
Int_t & | ifail, | |||
Double_t | xmin = 0 , |
|||
Double_t | xmax = 0 | |||
) | [virtual] |
Definition at line 1750 of file TGraph.cxx.
References fNpoints, fX, fY, i, and TMath::Log().
Referenced by InitExpo(), and LeastSquareFit().
Int_t TGraph::Merge | ( | TCollection * | list | ) | [virtual] |
Definition at line 2248 of file TGraph.cxx.
References TObject::Error(), g, GetN(), i, o, and SetPoint().
void TGraph::Paint | ( | Option_t * | chopt = "" |
) | [virtual] |
Reimplemented from TObject.
Definition at line 1804 of file TGraph.cxx.
References TVirtualGraphPainter::GetPainter(), and TVirtualGraphPainter::PaintHelper().
Referenced by TSpline::Paint(), and TTreePerfStats::Paint().
Definition at line 1813 of file TGraph.cxx.
References TVirtualGraphPainter::GetPainter(), and TVirtualGraphPainter::PaintGraph().
Referenced by TParallelCoord::PaintEntries(), and TColorWheel::PaintRectangles().
void TGraph::PaintGrapHist | ( | Int_t | npoints, | |
const Double_t * | x, | |||
const Double_t * | y, | |||
Option_t * | chopt | |||
) |
Definition at line 1822 of file TGraph.cxx.
References TVirtualGraphPainter::GetPainter(), and TVirtualGraphPainter::PaintGrapHist().
void TGraph::PaintStats | ( | TF1 * | fit | ) | [virtual] |
Definition at line 1831 of file TGraph.cxx.
References TVirtualGraphPainter::GetPainter(), and TVirtualGraphPainter::PaintStats().
Referenced by TMultiGraph::Paint().
void TGraph::Print | ( | Option_t * | chopt = "" |
) | const [virtual] |
void TGraph::RecursiveRemove | ( | TObject * | obj | ) | [virtual] |
Reimplemented from TObject.
Definition at line 1851 of file TGraph.cxx.
References fFunctions, fHistogram, TObject::kInvalidObject, TList::RecursiveRemove(), and TObject::TestBit().
Int_t TGraph::RemovePoint | ( | ) | [virtual] |
Definition at line 1863 of file TGraph.cxx.
References fNpoints, fX, fY, gPad, and i.
Referenced by RooStats::LikelihoodIntervalPlot::Draw().
Definition at line 1884 of file TGraph.cxx.
References CopyAndRelease(), fNpoints, gPad, and ShrinkAndCopy().
void TGraph::SavePrimitive | ( | ostream & | out, | |
Option_t * | option = "" | |||
) | [virtual] |
Reimplemented from TObject.
Definition at line 1899 of file TGraph.cxx.
References xmlio::Class, TROOT::ClassSaved(), TString::Data(), fFunctions, fHistogram, fNpoints, Form(), fX, fY, TNamed::GetName(), TNamed::GetTitle(), gROOT, i, l, TAttFill::SaveFillAttributes(), TAttLine::SaveLineAttributes(), TAttMarker::SaveMarkerAttributes(), TH1::SavePrimitive(), and TH1::SetName().
Definition at line 1989 of file TGraph.cxx.
References kNotEditable, TObject::ResetBit(), and TObject::SetBit().
Referenced by TSelectorDraw::TakeAction(), TSelectorDraw::TakeEstimate(), TProofDrawGraph::Terminate(), and TGraphPolar::TGraphPolar().
virtual void TGraph::SetHistogram | ( | TH1 * | h | ) | [inline, virtual] |
Definition at line 176 of file TGraph.h.
References fHistogram, and h.
Referenced by TProofProgressDialog::DoPlotRateGraph(), and TGraphPainter::PaintGraph().
void TGraph::SetMaximum | ( | Double_t | maximum = -1111 |
) | [virtual] |
Definition at line 2000 of file TGraph.cxx.
References fMaximum, GetHistogram(), and TH1::SetMaximum().
Referenced by TProofProgressDialog::DoPlotRateGraph(), and fitLinearRobust().
void TGraph::SetMinimum | ( | Double_t | minimum = -1111 |
) | [virtual] |
Definition at line 2010 of file TGraph.cxx.
References fMinimum, GetHistogram(), and TH1::SetMinimum().
Referenced by TProofProgressDialog::DoPlotRateGraph(), and fitLinearRobust().
void TGraph::Set | ( | Int_t | n | ) | [virtual] |
Definition at line 1962 of file TGraph.cxx.
References Allocate(), CopyAndRelease(), FillZero(), fNpoints, kFALSE, and TMath::Min().
Referenced by TGraphSmooth::Approxin(), TBackCompFitter::Contour(), TGraphAsymmErrors::Divide(), ROOT::Fit::GetConfidenceIntervals(), TCreatePrimitives::PolyLine(), TBackCompFitter::Scan(), TGraph(), and TGraphErrors::TGraphErrors().
Definition at line 2020 of file TGraph.cxx.
References CopyAndRelease(), ExpandAndCopy(), fHistogram, FillZero(), fMaxSize, fNpoints, fX, fY, and gPad.
Referenced by RooHist::addAsymmetryBin(), RooHist::addAsymmetryBinWithError(), RooHist::addBin(), RooHist::addBinWithError(), RooHist::addBinWithXYError(), RooHist::addEfficiencyBin(), RooHist::addEfficiencyBinWithError(), RooCurve::addPoint(), TGraphBentErrors::Apply(), TGraphAsymmErrors::Apply(), TGraphErrors::Apply(), TGraphSmooth::Approx(), TGraphSmooth::Approxin(), ConfidenceIntervals(), THbookFile::Convert1D(), convert_1d(), TGraphAsymmErrors::Divide(), TProofProgressMemoryPlot::DoAveragePlot(), TProofDrawGraph::DoFill(), TProofProgressMemoryPlot::DoMasterPlot(), TProofProgressDialog::DoPlotRateGraph(), double32(), TProofProgressMemoryPlot::DoWorkerPlot(), RooStats::LikelihoodIntervalPlot::Draw(), exclusiongraph2(), TTreePerfStats::FileReadEvent(), fit2a(), fitCircle(), TBackCompFitter::GetConfidenceIntervals(), ROOT::Fit::GetConfidenceIntervals(), TFitter::GetConfidenceIntervals(), TLinearFitter::GetConfidenceIntervals(), TMVA::MethodCuts::GetEfficiency(), graphShade(), line3Dfit(), Merge(), piRandom(), TCreatePrimitives::PolyLine(), quantiles(), RooEllipse::RooEllipse(), TGraphAsymmErrors::SetPointError(), TGraphErrors::SetPointError(), TGraphBentErrors::SetPointError(), TGraphAsymmErrors::SetPointEXhigh(), TGraphAsymmErrors::SetPointEXlow(), TGraphAsymmErrors::SetPointEYhigh(), TGraphAsymmErrors::SetPointEYlow(), RooCurve::shiftCurveToZero(), TGraphSmooth::Smoothin(), TGraphSmooth::SmoothKern(), TGraphSmooth::SmoothLowess(), TGraphSmooth::SmoothSuper(), stress7(), TSelectorDraw::TakeAction(), TProofDrawListOfGraphs::Terminate(), TGraph(), tgraph3(), TGraphErrors::TGraphErrors(), TMultiLayerPerceptron::Train(), unuranGraf(), and unuranGraf2D().
void TGraph::SetTitle | ( | const char * | title = "" |
) | [virtual] |
Reimplemented from TNamed.
Definition at line 2047 of file TGraph.cxx.
References fHistogram, TNamed::fTitle, and TH1::SetTitle().
Referenced by ApplicationWindow::ApplicationWindow(), bent(), binarySearchTime(), chi2test(), ConfidenceIntervals(), MyMainFrame::DoDraw(), TProofProgressDialog::DoPlotRateGraph(), TGraphEditor::DoTitle(), RooStats::MCMCIntervalPlot::DrawChainScatter(), DrawData(), DrawFunction(), RooStats::MCMCIntervalPlot::DrawNLLVsTime(), RooStats::MCMCIntervalPlot::DrawParameterVsTime(), exclusiongraph2(), gerrors(), TKDE::GetGraphWithErrors(), graph(), LoadXS(), quantiles(), RooCurve::RooCurve(), RooEllipse::RooEllipse(), RooHist::RooHist(), stdsort(), test1DObjects(), testPermute(), tgaxis3(), TGraph(), tgraph1(), tgraph3(), TGraphAsymmErrors::TGraphAsymmErrors(), TTreePerfStats::TTreePerfStats(), XSReactionDlg::UpdateGraph(), vavilov(), and zdemo().
void TGraph::UseCurrentStyle | ( | ) | [virtual] |
Reimplemented from TObject.
Definition at line 2211 of file TGraph.cxx.
References TAttFill::GetFillColor(), TAttFill::GetFillStyle(), TStyle::GetHistFillColor(), TStyle::GetHistFillStyle(), TStyle::GetHistLineColor(), TStyle::GetHistLineStyle(), TStyle::GetHistLineWidth(), TAttLine::GetLineColor(), TAttLine::GetLineStyle(), TAttLine::GetLineWidth(), GetListOfFunctions(), TAttMarker::GetMarkerColor(), TAttMarker::GetMarkerSize(), TAttMarker::GetMarkerStyle(), gStyle, TStyle::IsReading(), TAttFill::SetFillColor(), TAttFill::SetFillStyle(), TStyle::SetHistFillColor(), TStyle::SetHistFillStyle(), TStyle::SetHistLineColor(), TStyle::SetHistLineStyle(), TStyle::SetHistLineWidth(), TAttLine::SetLineColor(), TAttLine::SetLineStyle(), TAttLine::SetLineWidth(), TAttMarker::SetMarkerColor(), TAttMarker::SetMarkerSize(), and TAttMarker::SetMarkerStyle().
void TGraph::Zero | ( | Int_t & | k, | |
Double_t | AZ, | |||
Double_t | BZ, | |||
Double_t | E2, | |||
Double_t & | X, | |||
Double_t & | Y, | |||
Int_t | maxiterations | |||
) |
Definition at line 2272 of file TGraph.cxx.
References a, TMath::Abs(), b, h, TMath::Min(), x1, and x2.
Referenced by TGraphPainter::Smooth().
virtual Bool_t TGraph::CopyPoints | ( | Double_t ** | newarrays, | |
Int_t | ibegin, | |||
Int_t | iend, | |||
Int_t | obegin | |||
) | [protected, virtual] |
virtual void TGraph::CopyAndRelease | ( | Double_t ** | newarrays, | |
Int_t | ibegin, | |||
Int_t | iend, | |||
Int_t | obegin | |||
) | [protected, virtual] |
Bool_t TGraph::CtorAllocate | ( | ) | [protected] |
virtual void TGraph::FillZero | ( | Int_t | begin, | |
Int_t | end, | |||
Bool_t | from_ctor = kTRUE | |||
) | [protected, virtual] |
virtual void TGraph::Apply | ( | TF1 * | f | ) | [virtual] |
virtual void TGraph::ComputeRange | ( | Double_t & | xmin, | |
Double_t & | ymin, | |||
Double_t & | xmax, | |||
Double_t & | ymax | |||
) | const [virtual] |
Reimplemented from TObject.
virtual void TGraph::DrawGraph | ( | Int_t | n, | |
const Int_t * | x, | |||
const Int_t * | y, | |||
Option_t * | option = "" | |||
) | [virtual] |
virtual void TGraph::DrawGraph | ( | Int_t | n, | |
const Float_t * | x, | |||
const Float_t * | y, | |||
Option_t * | option = "" | |||
) | [virtual] |
virtual void TGraph::DrawGraph | ( | Int_t | n, | |
const Double_t * | x = 0 , |
|||
const Double_t * | y = 0 , |
|||
Option_t * | option = "" | |||
) | [virtual] |
virtual void TGraph::DrawPanel | ( | ) | [virtual] |
virtual Double_t TGraph::Eval | ( | Double_t | x, | |
TSpline * | spline = 0 , |
|||
Option_t * | option = "" | |||
) | const [virtual] |
Reimplemented from TObject.
virtual void TGraph::Expand | ( | Int_t | newsize | ) | [virtual] |
virtual TObject* TGraph::FindObject | ( | const char * | name | ) | const [virtual] |
Reimplemented from TObject.
Reimplemented from TObject.
virtual TFitResultPtr TGraph::Fit | ( | const char * | formula, | |
Option_t * | option = "" , |
|||
Option_t * | goption = "" , |
|||
Axis_t | xmin = 0 , |
|||
Axis_t | xmax = 0 | |||
) | [virtual] |
virtual TFitResultPtr TGraph::Fit | ( | TF1 * | f1, | |
Option_t * | option = "" , |
|||
Option_t * | goption = "" , |
|||
Axis_t | xmin = 0 , |
|||
Axis_t | xmax = 0 | |||
) | [virtual] |
virtual void TGraph::FitPanel | ( | ) | [virtual] |
Bool_t TGraph::GetEditable | ( | ) | const |
TF1* TGraph::GetFunction | ( | const char * | name | ) | const |
TH1F* TGraph::GetHistogram | ( | ) | const |
TList* TGraph::GetListOfFunctions | ( | ) | const [inline] |
virtual Double_t TGraph::GetCorrelationFactor | ( | ) | const [virtual] |
virtual Double_t TGraph::GetCovariance | ( | ) | const [virtual] |
Int_t TGraph::GetMaxSize | ( | ) | const [inline] |
Double_t* TGraph::GetX | ( | void | ) | const [inline] |
virtual Double_t* TGraph::GetEX | ( | ) | const [inline, virtual] |
virtual Double_t* TGraph::GetEY | ( | ) | const [inline, virtual] |
virtual Double_t* TGraph::GetEXhigh | ( | ) | const [inline, virtual] |
virtual Double_t* TGraph::GetEXlow | ( | ) | const [inline, virtual] |
virtual Double_t* TGraph::GetEYhigh | ( | ) | const [inline, virtual] |
virtual Double_t* TGraph::GetEYlow | ( | ) | const [inline, virtual] |
virtual Double_t* TGraph::GetEXlowd | ( | ) | const [inline, virtual] |
virtual Double_t* TGraph::GetEXhighd | ( | ) | const [inline, virtual] |
virtual Double_t* TGraph::GetEYlowd | ( | ) | const [inline, virtual] |
virtual Double_t* TGraph::GetEYhighd | ( | ) | const [inline, virtual] |
Double_t TGraph::GetMaximum | ( | ) | const [inline] |
Double_t TGraph::GetMinimum | ( | ) | const [inline] |
TAxis* TGraph::GetXaxis | ( | ) | const |
TAxis* TGraph::GetYaxis | ( | ) | const |
virtual Int_t TGraph::InsertPoint | ( | ) | [virtual] |
virtual Bool_t TGraph::IsEditable | ( | ) | const [inline, virtual] |
virtual void TGraph::LeastSquareFit | ( | Int_t | m, | |
Double_t * | a, | |||
Double_t | xmin = 0 , |
|||
Double_t | xmax = 0 | |||
) | [virtual] |
virtual void TGraph::LeastSquareLinearFit | ( | Int_t | n, | |
Double_t & | a0, | |||
Double_t & | a1, | |||
Int_t & | ifail, | |||
Double_t | xmin = 0 , |
|||
Double_t | xmax = 0 | |||
) | [virtual] |
virtual Int_t TGraph::Merge | ( | TCollection * | list | ) | [virtual] |
void TGraph::PaintGrapHist | ( | Int_t | npoints, | |
const Double_t * | x, | |||
const Double_t * | y, | |||
Option_t * | chopt | |||
) |
virtual void TGraph::PaintStats | ( | TF1 * | fit | ) | [virtual] |
virtual Int_t TGraph::RemovePoint | ( | ) | [virtual] |
virtual void TGraph::SavePrimitive | ( | ostream & | out, | |
Option_t * | option = "" | |||
) | [virtual] |
Reimplemented from TObject.
virtual void TGraph::SetHistogram | ( | TH1 * | h | ) | [inline, virtual] |
virtual void TGraph::SetMaximum | ( | Double_t | maximum = -1111 |
) | [virtual] |
virtual void TGraph::SetMinimum | ( | Double_t | minimum = -1111 |
) | [virtual] |
virtual void TGraph::Set | ( | Int_t | n | ) | [virtual] |
virtual void TGraph::SetTitle | ( | const char * | title = "" |
) | [virtual] |
Reimplemented from TNamed.
virtual void TGraph::Sort | ( | Bool_t(*)(const TGraph *, Int_t, Int_t) | greater = &TGraph::CompareX , |
|
Bool_t | ascending = kTRUE , |
|||
Int_t | low = 0 , |
|||
Int_t | high = -1111 | |||
) | [virtual] |
virtual void TGraph::UseCurrentStyle | ( | ) | [virtual] |
Reimplemented from TObject.
void TGraph::Zero | ( | Int_t & | k, | |
Double_t | AZ, | |||
Double_t | BZ, | |||
Double_t | E2, | |||
Double_t & | X, | |||
Double_t & | Y, | |||
Int_t | maxiterations | |||
) |
Int_t TGraph::fMaxSize [protected] |
Definition at line 57 of file TGraph.h.
Referenced by AllocateArrays(), TGraphBentErrors::CtorAllocate(), CtorAllocate(), TGraphErrors::CtorAllocate(), TGraphAsymmErrors::CtorAllocate(), Expand(), ExpandAndCopy(), GetMaxSize(), operator=(), SetPoint(), ShrinkAndCopy(), and TGraph().
Int_t TGraph::fNpoints [protected] |
Current dimension of arrays fX and fY.
Definition at line 58 of file TGraph.h.
Referenced by Apply(), Chisquare(), ComputeRange(), TGraphAsymmErrors::ComputeRange(), TGraphBentErrors::ComputeRange(), TGraphErrors::ComputeRange(), TGraphBentErrors::CtorAllocate(), CtorAllocate(), TGraphErrors::CtorAllocate(), TGraphAsymmErrors::CtorAllocate(), Eval(), Expand(), GetCovariance(), TGraphErrors::GetErrorX(), TGraphAsymmErrors::GetErrorX(), TGraphBentErrors::GetErrorX(), TGraphAsymmErrors::GetErrorXhigh(), TGraphErrors::GetErrorXhigh(), TGraphBentErrors::GetErrorXhigh(), TGraphAsymmErrors::GetErrorXlow(), TGraphErrors::GetErrorXlow(), TGraphBentErrors::GetErrorXlow(), TGraphErrors::GetErrorY(), TGraphAsymmErrors::GetErrorY(), TGraphBentErrors::GetErrorY(), TGraphAsymmErrors::GetErrorYhigh(), TGraphErrors::GetErrorYhigh(), TGraphBentErrors::GetErrorYhigh(), TGraphAsymmErrors::GetErrorYlow(), TGraphErrors::GetErrorYlow(), TGraphBentErrors::GetErrorYlow(), GetHistogram(), GetMean(), GetN(), GetPoint(), GetRMS(), TGraphPolar::GetXpol(), TGraphPolar::GetYpol(), InitExpo(), InitGaus(), InitPolynom(), InsertPoint(), Integral(), IsInside(), LeastSquareFit(), LeastSquareLinearFit(), TGraphQQ::MakeFunctionQuantiles(), TGraphQQ::MakeQuantiles(), TGraphAsymmErrors::operator=(), TGraphErrors::operator=(), operator=(), TGraphErrors::Print(), TGraphBentErrors::Print(), Print(), TGraphAsymmErrors::Print(), RooEllipse::printMultiline(), TGraphQQ::Quartiles(), RemovePoint(), TCutG::SavePrimitive(), TGraphAsymmErrors::SavePrimitive(), TGraphErrors::SavePrimitive(), SavePrimitive(), TGraphBentErrors::SavePrimitive(), Set(), SetPoint(), TGraphAsymmErrors::SetPointError(), TGraphErrors::SetPointError(), TGraphBentErrors::SetPointError(), TGraphAsymmErrors::SetPointEXhigh(), TGraphAsymmErrors::SetPointEXlow(), TGraphAsymmErrors::SetPointEYhigh(), TGraphAsymmErrors::SetPointEYlow(), TGraph(), TGraphAsymmErrors::TGraphAsymmErrors(), TGraphBentErrors::TGraphBentErrors(), TGraphErrors::TGraphErrors(), and TGraphQQ::TGraphQQ().
Double_t* TGraph::fX [protected] |
Definition at line 59 of file TGraph.h.
Referenced by Apply(), TCutG::Area(), TCutG::Center(), Chisquare(), CompareRadius(), CompareX(), ComputeRange(), TGraphAsymmErrors::ComputeRange(), TGraphBentErrors::ComputeRange(), TGraphErrors::ComputeRange(), TGraphBentErrors::CopyAndRelease(), TGraphErrors::CopyAndRelease(), TGraphAsymmErrors::CopyAndRelease(), CopyAndRelease(), CopyPoints(), CtorAllocate(), DrawGraph(), Eval(), FillZero(), GetCovariance(), GetMean(), GetPoint(), GetRMS(), GetX(), InitExpo(), InitGaus(), InitPolynom(), InsertPoint(), Integral(), TCutG::IntegralHist(), RooCurve::isIdentical(), IsInside(), LeastSquareFit(), LeastSquareLinearFit(), TGraphQQ::MakeFunctionQuantiles(), TGraphQQ::MakeQuantiles(), operator=(), TGraphErrors::Print(), TGraphBentErrors::Print(), Print(), TGraphAsymmErrors::Print(), RooHist::printMultiline(), RooEllipse::printMultiline(), RooCurve::printMultiline(), TGraphQQ::Quartiles(), RemovePoint(), TCutG::SavePrimitive(), TGraphAsymmErrors::SavePrimitive(), TGraphErrors::SavePrimitive(), SavePrimitive(), TGraphBentErrors::SavePrimitive(), SetPoint(), TGraphAsymmErrors::SetPointError(), TGraphErrors::SetPointError(), TGraphBentErrors::SetPointError(), SwapPoints(), TGraph(), TGraphAsymmErrors::TGraphAsymmErrors(), TGraphErrors::TGraphErrors(), TGraphQQ::TGraphQQ(), and ~TGraph().
Double_t* TGraph::fY [protected] |
Definition at line 60 of file TGraph.h.
Referenced by Apply(), TCutG::Area(), TCutG::Center(), Chisquare(), CompareRadius(), CompareY(), ComputeRange(), TGraphAsymmErrors::ComputeRange(), TGraphBentErrors::ComputeRange(), TGraphErrors::ComputeRange(), TGraphBentErrors::CopyAndRelease(), TGraphErrors::CopyAndRelease(), TGraphAsymmErrors::CopyAndRelease(), CopyAndRelease(), CopyPoints(), CtorAllocate(), DrawGraph(), Eval(), FillZero(), GetCovariance(), GetMean(), GetPoint(), GetRMS(), GetY(), InitGaus(), InsertPoint(), Integral(), TCutG::IntegralHist(), RooCurve::isIdentical(), IsInside(), LeastSquareFit(), LeastSquareLinearFit(), operator=(), TGraphErrors::Print(), TGraphBentErrors::Print(), Print(), TGraphAsymmErrors::Print(), RooHist::printMultiline(), RooEllipse::printMultiline(), RooCurve::printMultiline(), TGraphQQ::Quartiles(), RemovePoint(), TCutG::SavePrimitive(), TGraphAsymmErrors::SavePrimitive(), TGraphErrors::SavePrimitive(), SavePrimitive(), TGraphBentErrors::SavePrimitive(), SetPoint(), TGraphAsymmErrors::SetPointError(), TGraphErrors::SetPointError(), TGraphBentErrors::SetPointError(), SwapPoints(), TGraph(), TGraphAsymmErrors::TGraphAsymmErrors(), TGraphErrors::TGraphErrors(), TGraphQQ::TGraphQQ(), and ~TGraph().
TList* TGraph::fFunctions [protected] |
Definition at line 61 of file TGraph.h.
Referenced by CtorAllocate(), FindObject(), GetFunction(), GetListOfFunctions(), operator=(), RecursiveRemove(), TGraphAsymmErrors::SavePrimitive(), TGraphErrors::SavePrimitive(), SavePrimitive(), TGraphBentErrors::SavePrimitive(), TGraph(), and ~TGraph().
TH1F* TGraph::fHistogram [protected] |
Definition at line 62 of file TGraph.h.
Referenced by CtorAllocate(), GetHistogram(), operator=(), RecursiveRemove(), TGraphAsymmErrors::SavePrimitive(), TGraphErrors::SavePrimitive(), SavePrimitive(), TGraphBentErrors::SavePrimitive(), SetHistogram(), SetPoint(), SetTitle(), TGraph(), and ~TGraph().
Double_t TGraph::fMinimum [protected] |
Definition at line 63 of file TGraph.h.
Referenced by CtorAllocate(), GetHistogram(), GetMinimum(), operator=(), SetMinimum(), and TGraph().
Double_t TGraph::fMaximum [protected] |
Definition at line 64 of file TGraph.h.
Referenced by CtorAllocate(), GetHistogram(), GetMaximum(), operator=(), SetMaximum(), and TGraph().
Double_t* TGraph::fX [protected] |
Double_t* TGraph::fY [protected] |
TList* TGraph::fFunctions [protected] |
TH1F* TGraph::fHistogram [protected] |