ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
surfaces Namespace Reference

Variables

tuple c1 = TCanvas( 'c1', 'Surfaces Drawing Options', 200, 10, 700, 900 )
 
tuple title = TPaveText( .2, 0.96, .8, .995 )
 
tuple pad1 = TPad( 'pad1', 'Gouraud shading', 0.03, 0.50, 0.98, 0.95, 21 )
 
tuple pad2 = TPad( 'pad2', 'Color mesh', 0.03, 0.02, 0.98, 0.48, 21 )
 
tuple f2 = TF2( 'f2', 'x**2 + y**2 - x**3 -8*x*y**4', -1, 1.2, -1.5, 1.5 )
 

Variable Documentation

tuple surfaces.c1 = TCanvas( 'c1', 'Surfaces Drawing Options', 200, 10, 700, 900 )

Definition at line 10 of file surfaces.py.

tuple surfaces.f2 = TF2( 'f2', 'x**2 + y**2 - x**3 -8*x*y**4', -1, 1.2, -1.5, 1.5 )

Definition at line 24 of file surfaces.py.

Referenced by TUnfold.AddRegularisationCondition(), RooArgusBG.analyticalIntegral(), RooGaussModel.analyticalIntegral(), canvas_read(), ClassImp(), ConfidenceIntervals(), TUnuranMultiContDist.Derivative(), ROOT::Math::RichardsonDerivator.Derivative1(), ROOT::Math::RichardsonDerivator.Derivative2(), ROOT::Math::RichardsonDerivator.Derivative3(), ROOT::Math::RichardsonDerivator.DerivativeForward(), TEveCaloLegoGL.DirectDraw(), ROOT::Math::AdaptiveIntegratorMultiDim.DoIntegral(), ROOT::Math::GaussIntegrator.DoIntegral(), F2Fit(), TPainter3dAlgorithms.FillPolygon(), TPainter3dAlgorithms.FindPartEdge(), TGraph2D.Fit(), TH1.Fit(), fit2(), fit2a(), fit2DHist(), fitLinear(), RooStats::AsymptoticCalculator.GetExpectedPValues(), TKDTree< Index, Value >.GetNodePointsIndexes(), TKDTree< Index, Value >.GetNPointsNode(), glsurfaces(), gltf3(), TF1.GradientPar(), graph2dfit(), Graph2DFitChisquare(), TLinearFitter.Graph2DLinearFitter(), histgen(), TGraphDelaunay.InterpolateOnPlane(), TEveShape.IsBoxOrientationConsistentEv(), TEveShape.IsBoxOrientationConsistentFv(), TSpiderEditor.MakeBrowse(), TMultiDimFit.MakeGramSchmidt(), TPainter3dAlgorithms.MarchingCubeCase07(), TPainter3dAlgorithms.MarchingCubeCase10(), TPainter3dAlgorithms.MarchingCubeCase12(), TPainter3dAlgorithms.MarchingCubeCase13(), TMinuit.mnline(), TMath.NormQuantile(), ROOT::Minuit2::MnLineSearch.operator()(), THistPainter.PaintFunction(), TSpectrum2Painter.PaintSpectrum(), TFileInfo.ParseInput(), portfolio(), readTMatrix(), readTMatrixSym(), TUnfoldDensity.RegularizeOneDistribution(), TGLAnnotation.Render(), ROOT::Math::VavilovAccurate.Rzero(), TMVA::MethodCFMlpANN_Utils.Sen3a(), TEveRGBAPalette.SetupColor(), TEveTrackPropagator.StepRungeKutta(), TEveWindow.SwapWindows(), TArrowEditor.TArrowEditor(), TAttFillEditor.TAttFillEditor(), TAttMarkerEditor.TAttMarkerEditor(), TAttTextEditor.TAttTextEditor(), TAxisEditor.TAxisEditor(), h1analysisTreeReader.Terminate(), testDerivation(), testGausFit(), testHisto2DFit(), testIntegPerf(), testLargeTreeFit(), testMultiDim(), testMultiRootFinder(), testNdimFit(), testOneDim(), testPoisson(), testPolyFit(), testTreeFit(), TF12.TF12(), TF1Convolution.TF1Convolution(), TF1NormSum.TF1NormSum(), TFrameEditor.TFrameEditor(), TGeoBBoxEditor.TGeoBBoxEditor(), TGeoMediumEditor.TGeoMediumEditor(), TGeoTranslationEditor.TGeoTranslationEditor(), TGeoTrd1Editor.TGeoTrd1Editor(), TGeoTrd2Editor.TGeoTrd2Editor(), TGraphEditor.TGraphEditor(), TH1Editor.TH1Editor(), TH2Editor.TH2Editor(), TPadEditor.TPadEditor(), TParallelCoordEditor.TParallelCoordEditor(), TPaveStatsEditor.TPaveStatsEditor(), TPieEditor.TPieEditor(), TPieSliceEditor.TPieSliceEditor(), TSpiderEditor.TSpiderEditor(), TTextEditor.TTextEditor(), TwoDimensions(), unuranGraf(), TKDTree< Index, Value >.UpdateNearestNeighbors(), TKDTree< Index, Value >.UpdateRange(), writeTMatrix(), and writeTMatrixSym().

tuple surfaces.pad1 = TPad( 'pad1', 'Gouraud shading', 0.03, 0.50, 0.98, 0.95, 21 )

Definition at line 18 of file surfaces.py.

tuple surfaces.pad2 = TPad( 'pad2', 'Color mesh', 0.03, 0.02, 0.98, 0.48, 21 )

Definition at line 19 of file surfaces.py.

tuple surfaces.title = TPaveText( .2, 0.96, .8, .995 )

Definition at line 13 of file surfaces.py.