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

Variables

tuple nut = TCanvas( 'nut', 'FirstSession', 100, 10, 700, 900 )
 
tuple pl = TPaveLabel( 3, 22, 17, 23.7, 'My first PyROOT interactive session', 'br' )
 
tuple t = TText( 0, 0, 'a' )
 
tuple pad = TPad( 'pad', 'pad', .2, .05, .8, .35 )
 
tuple f1 = TF1( 'f1', 'sin(x)/x', 0, 10 )
 

Variable Documentation

tuple first.f1 = TF1( 'f1', 'sin(x)/x', 0, 10 )

Definition at line 46 of file first.py.

tuple first.nut = TCanvas( 'nut', 'FirstSession', 100, 10, 700, 900 )

Definition at line 5 of file first.py.

tuple first.pad = TPad( 'pad', 'pad', .2, .05, .8, .35 )

Definition at line 38 of file first.py.

Referenced by TView3D.AdjustPad(), ClassImp(), TEveGeoPolyShape.Construct(), TDocOutput.Convert(), TRootContextMenu.DisplayPopup(), TPad.Divide(), TH2.DoProfile(), TH3.DoProject1D(), TH2.DoProjection(), TStyleManager.DoSelectCanvas(), TPieEditor.DoTextChange(), TObject.DrawClone(), TCanvas.DrawClonePad(), TF1.DrawDerivative(), TF1.DrawIntegral(), TGLPadPainter.DrawPixels(), TQRootCanvas.dropEvent(), TEveGeoNode.DumpShapeTree(), TGroupButton.ExecuteAction(), TTreeViewer.ExecuteDraw(), TGroupButton.ExecuteEvent(), TTreeViewer.ExecuteSpider(), TASImage.FromPad(), TPad.GetPad(), TAxis3D.GetPadAxis(), gradients(), TRootEmbeddedCanvas.HandleDNDPosition(), TRootCanvas.HandleDNDPosition(), TCanvas.HandleInput(), TTablePadView3D.Init(), md5_finish(), TQRootCanvas.mousePressEvent(), mp3player(), TGLViewer.PadPaint(), TEveGeoTopNode.Paint(), TCanvas.Pick(), TAttTextEditor.ProcessMessage(), TH3.Project3D(), TView3D.RotateView(), TGTableLayoutHints.SavePrimitive(), TGLayoutHints.SavePrimitive(), TGLPadPainter.SelectDrawable(), TCanvas.SetClickSelectedPad(), TPad.SetEditable(), TFitEditor.SetFitObject(), TGedEditor.SetModel(), TTablePadView3D.SetPad(), TCanvas.SetPadSave(), TDialogCanvas.SetRefPad(), TCanvas.SetSelectedPad(), TROOT.SetSelectedPad(), TAttText.SetTextSizePixels(), TFitEditor.Show(), TGLScenePad.SubPadPaint(), TGHtmlLayoutContext.TableLayout(), TAxis3D.ToggleRulers(), TAxis3D.ToggleZoom(), TStylePreview.Update(), and TSpider.UpdateView().

tuple first.pl = TPaveLabel( 3, 22, 17, 23.7, 'My first PyROOT interactive session', 'br' )
tuple first.t = TText( 0, 0, 'a' )

Definition at line 14 of file first.py.