ROOT
6.07/01
Reference Guide
|
#include "TH2D.h"
#include "TF2.h"
#include "TCanvas.h"
#include "TStyle.h"
#include "TRandom3.h"
#include "TVirtualFitter.h"
#include "TList.h"
#include <vector>
#include <map>
#include <iostream>
Go to the source code of this file.
Functions | |
double | gauss2D (double *x, double *par) |
double | my2Dfunc (double *x, double *par) |
void | myFcn (Int_t &, Double_t *, Double_t &fval, Double_t *p, Int_t) |
void | FillHisto (TH2D *h, int n, double *p) |
int | TwoHistoFit2D (bool global=true) |
Variables | |
std::vector< std::pair< double, double > > | coords |
std::vector< double > | values |
std::vector< double > | errors |
TRandom3 | rndm |
Definition at line 49 of file TwoHistoFit2D.C.
Referenced by TwoHistoFit2D().
Definition at line 16 of file TwoHistoFit2D.C.
Referenced by my2Dfunc().
Definition at line 21 of file TwoHistoFit2D.C.
Referenced by myFcn(), and TwoHistoFit2D().
Definition at line 35 of file TwoHistoFit2D.C.
Referenced by TwoHistoFit2D().
int TwoHistoFit2D | ( | bool | global = true | ) |
Definition at line 85 of file TwoHistoFit2D.C.
Definition at line 31 of file TwoHistoFit2D.C.
Referenced by TEvePolygonSetProjectedGL::DirectDraw(), ROOT::Math::Delaunay2D::DoInterpolateNormalized(), and ROOT::Fit::Init2DGaus().
std::vector<double > errors |
Definition at line 33 of file TwoHistoFit2D.C.
Referenced by TFoam::CheckAll(), TMVA::PDEFoam::CheckAll(), TH1::ExtendAxis(), fitLinear2(), TH1::LabelsDeflate(), TH1::LabelsInflate(), TProfile::LabelsOption(), TProfile2D::LabelsOption(), TH1::LabelsOption(), ROOT::Math::DistSampler::SampleBins(), and TestPct().
TRandom3 rndm |
Definition at line 48 of file TwoHistoFit2D.C.
std::vector<double > values |
Definition at line 32 of file TwoHistoFit2D.C.
Referenced by ClassImp(), TGWin32::DrawString(), RooStats::HypoTestInverterResult::ExclusionCleanup(), TMVA::PDEFoamEvent::FillFoamCells(), TMVA::PDEFoamDiscriminant::FillFoamCells(), TMVA::PDEFoamTarget::FillFoamCells(), TMVA::PDEFoam::FillFoamCells(), RooStats::HypoTestInverterResult::GetExpectedLimit(), RooStats::HypoTestInverterResult::GetExpectedPValueDist(), TLDAPAttribute::GetMod(), TMVA::MethodRSVM::GetMvaValue(), GetRomanIndex(), gradients(), TPython::Import(), TGeoManager::InsertPNEId(), Roo2DKeysPdf::loadDataSet(), RooNDKeysPdf::loadDataSet(), RooStats::HypoTestInverterPlot::MakeExpectedPlot(), ROOT::Math::RMinimizer::Minimize(), OneSidedFrequentistUpperLimitWithBands(), TGX11::OpenDisplay(), TPerfStats::PacketEvent(), TMVA::Configurable::ReadOptionsFromXML(), TGX11TTF::RenderString(), TProofMonSenderML::SendDataSetInfo(), TProofMonSenderSQL::SendDataSetInfo(), TProofMonSenderML::SendFileInfo(), TProofMonSenderSQL::SendFileInfo(), TGGC::SetArcMode(), TGGC::SetAttributes(), TGGC::SetBackground(), TGGC::SetCapStyle(), TGGC::SetClipMask(), TGGC::SetClipXOrigin(), TGGC::SetClipYOrigin(), TGX11::SetColor(), TGGC::SetDashList(), TGGC::SetDashOffset(), TGGC::SetFillRule(), TGGC::SetFillStyle(), TGGC::SetFont(), TGGC::SetForeground(), TGGC::SetFunction(), TGGC::SetGraphicsExposures(), TGGC::SetJoinStyle(), TGGC::SetLineStyle(), TGGC::SetLineWidth(), TGGC::SetPlaneMask(), TGGC::SetStipple(), TGGC::SetSubwindowMode(), TGX11::SetTextColor(), TGWin32::SetTextColor(), TGGC::SetTile(), TGGC::SetTileStipXOrigin(), TGGC::SetTileStipYOrigin(), StandardHypoTestDemo(), TClassEdit::STLKind(), ROOT::TMetaUtils::STLKind(), ROOT::Quartz::TextLine::TextLine(), TwoSidedFrequentistUpperLimitWithBands(), Roo2DKeysPdf::writeHistToFile(), TPerfStats::WriteQueryLog(), and XRotPaintAlignedString().