ROOT
6.07/01
Reference Guide
|
Variables | |
tuple | c1 = TCanvas( 'c1', 'The HSUM example', 200, 10, 600, 400 ) |
tuple | total = TH1F( 'total', 'This is the total distribution', 100, -4, 4 ) |
tuple | main = TH1F( 'main', 'Main contributor', 100, -4, 4 ) |
tuple | s1 = TH1F( 's1', 'This is the first signal', 100, -4, 4 ) |
tuple | s2 = TH1F( 's2', 'This is the second signal', 100, -4, 4 ) |
list | histos = [ 'total', 'main', 's1', 's2' ] |
int | kUPDATE = 500 |
tuple | xmain = gauss( -1, 1.5 ) |
tuple | xs1 = gauss( -0.5, 0.5 ) |
tuple | xs2 = landau( 1, 0.15 ) |
tuple | slider = TSlider( 'slider', 'test', 4.2, 0, 4.6, total.GetMaximum(), 38 ) |
tuple hsum.main = TH1F( 'main', 'Main contributor', 100, -4, 4 ) |
Definition at line 20 of file hsum.py.
Referenced by TGMenuBar.BindHotKey(), TGMainFrame.BindKey(), TGuiBldNameFrame.ChangeSelected(), ClassImp(), TF1Editor.DoParameterSettings(), TMVA::PyMethodBase.Eval(), TEventIterTree.GetTrees(), TGuiBldDragManager.HandleAction(), TGTabElement.HandleButton(), TGuiBldDragManager.HandleClientMessage(), TGDNDManager.HandleDNDPosition(), TGuiBldDragManager.HandleKey(), TGuiBldDragManager.HandlePaste(), TGTextButton.Init(), TGCheckButton.Init(), TGRadioButton.Init(), TGSplitButton.Init(), TGuiBldNameFrame.MapItems(), ROOT::Internal::TBranchProxyClassDescriptor.OutputDecl(), TGuiBldDragManager.Save(), TGMainFrame.SaveFrameAsCodeOrImage(), TRootGuiBuilder.SaveProject(), TGDNDManager.SetMainFrame(), TGTextButton.SetText(), TGSplitButton.SetText(), TGTabElement.ShowClose(), TRootCanvas.ShowEditor(), TGColorDialog.TGColorDialog(), TGMatrixLayout.TGMatrixLayout(), TGTabLayout.TGTabLayout(), TGTileLayout.TGTileLayout(), TGTransientFrame.TGTransientFrame(), TGVerticalLayout.TGVerticalLayout(), TGXYLayout.TGXYLayout(), TGuiBldNameFrame.UpdateName(), TGMdiMainFrame.~TGMdiMainFrame(), TGMenuBar.~TGMenuBar(), and TGTextButton.~TGTextButton().
tuple hsum.s2 = TH1F( 's2', 'This is the second signal', 100, -4, 4 ) |
tuple hsum.slider = TSlider( 'slider', 'test', 4.2, 0, 4.6, total.GetMaximum(), 38 ) |
Definition at line 65 of file hsum.py.
Referenced by TParallelCoordRange.GetSliderPoints(), and TSliderBox.SetSlider().
tuple hsum.total = TH1F( 'total', 'This is the total distribution', 100, -4, 4 ) |
tuple hsum.xs1 = gauss( -0.5, 0.5 ) |
Definition at line 46 of file hsum.py.
Referenced by TGeoArb8.DistFromInside(), TGeoTrap.DistFromOutside(), TGeoArb8.DistToPlane(), GaussIntegral(), TGraph2DPainter.GetContourList(), and handle2().
tuple hsum.xs2 = landau( 1, 0.15 ) |
Definition at line 47 of file hsum.py.
Referenced by TGeoArb8.DistFromInside(), TGeoTrap.DistFromOutside(), TGeoArb8.DistToPlane(), GaussIntegral(), and handle2().