Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ModelInspector.ModelInspectorGUI Class Reference

Definition at line 60 of file ModelInspector.py.

Public Member Functions

 __init__ (self, w, mc, data)
 __del__ (self)
 CloseWindow (self)
 DoExit (self)
 DoFit (self)
 DoSlider (self)
 DoText (self)
 HandleButtons (self)

Public Attributes

 fBfly1 = ROOT.TGLayoutHints(ROOT.kLHintsTop | ROOT.kLHintsCenterX, 5, 5, 5, 5)
 fBfly2 = ROOT.TGLayoutHints(ROOT.kLHintsTop | ROOT.kLHintsLeft, 5, 5, 5, 5)
 fBfly3 = ROOT.TGLayoutHints(ROOT.kLHintsTop | ROOT.kLHintsRight, 5, 5, 5, 5)
 fBly = ROOT.TGLayoutHints()
 fCan = ROOT.TGCanvas()
 fCanvas = ROOT.TRootEmbeddedCanvas()
 fCheck1 = ROOT.TGCheckButton()
 fCheck2 = ROOT.TGCheckButton(self.fHframe0, "&Relative", ETestCmdId.HCId2.value)
 fData = data
 fExitButton = ROOT.TGTextButton()
 fFile = ROOT.TFile()
 fFitButton = ROOT.TGButton()
 fFitFcn = ROOT.TF1()
 fFitRes = self.fMC.GetPdf().fitTo(self.fData, Save=True)
 fFrameList = ROOT.TList()
 fHframe0 = ROOT.TGHorizontalFrame()
 fHframe2 = ROOT.TGHorizontalFrame(self, 0, 0, 0)
 fHslider1 = ROOT.TGTripleHSlider()
 fLabelMap = ROOT.std.map("TGTripleHSlider*", "TGLabel *")()
 fLcan = ROOT.TGLayoutHints()
 fMC = mc
tuple fPlot = (self.fMC.GetObservables().first()).frame()
 fPlotList = ROOT.std.vector("RooPlot *")()
 fSliderList = ROOT.TList()
 fSliderMap
 fTbh1 = ROOT.TGTextBuffer()
 fVFrame = ROOT.TGVerticalFrame()
 fWS = w
 gApplication = ROOT.gApplication
 gTQSender = ROOT.gTQSender
Inheritance diagram for ModelInspector.ModelInspectorGUI:
[legend]

Constructor & Destructor Documentation

◆ __del__()

ModelInspector.ModelInspectorGUI.__del__ ( self)

Definition at line 106 of file ModelInspector.py.

◆ __init__()

ModelInspector.ModelInspectorGUI.__init__ ( self,
w,
mc,
data )

Definition at line 434 of file ModelInspector.py.

Member Function Documentation

◆ CloseWindow()

ModelInspector.ModelInspectorGUI.CloseWindow ( self)

Definition at line 112 of file ModelInspector.py.

◆ DoExit()

ModelInspector.ModelInspectorGUI.DoExit ( self)

Definition at line 426 of file ModelInspector.py.

◆ DoFit()

ModelInspector.ModelInspectorGUI.DoFit ( self)

Definition at line 134 of file ModelInspector.py.

◆ DoSlider()

ModelInspector.ModelInspectorGUI.DoSlider ( self)

Definition at line 152 of file ModelInspector.py.

◆ DoText()

ModelInspector.ModelInspectorGUI.DoText ( self)

Definition at line 119 of file ModelInspector.py.

◆ HandleButtons()

ModelInspector.ModelInspectorGUI.HandleButtons ( self)

Definition at line 405 of file ModelInspector.py.

Member Data Documentation

◆ fBfly1

ModelInspector.ModelInspectorGUI.fBfly1 = ROOT.TGLayoutHints(ROOT.kLHintsTop | ROOT.kLHintsCenterX, 5, 5, 5, 5)

Definition at line 549 of file ModelInspector.py.

◆ fBfly2

ModelInspector.ModelInspectorGUI.fBfly2 = ROOT.TGLayoutHints(ROOT.kLHintsTop | ROOT.kLHintsLeft, 5, 5, 5, 5)

Definition at line 550 of file ModelInspector.py.

◆ fBfly3

ModelInspector.ModelInspectorGUI.fBfly3 = ROOT.TGLayoutHints(ROOT.kLHintsTop | ROOT.kLHintsRight, 5, 5, 5, 5)

Definition at line 551 of file ModelInspector.py.

◆ fBly

ModelInspector.ModelInspectorGUI.fBly = ROOT.TGLayoutHints()

Definition at line 464 of file ModelInspector.py.

◆ fCan

ModelInspector.ModelInspectorGUI.fCan = ROOT.TGCanvas()

Definition at line 460 of file ModelInspector.py.

◆ fCanvas

ModelInspector.ModelInspectorGUI.fCanvas = ROOT.TRootEmbeddedCanvas()

Definition at line 441 of file ModelInspector.py.

◆ fCheck1

ModelInspector.ModelInspectorGUI.fCheck1 = ROOT.TGCheckButton()

Definition at line 467 of file ModelInspector.py.

◆ fCheck2

ModelInspector.ModelInspectorGUI.fCheck2 = ROOT.TGCheckButton(self.fHframe0, "&Relative", ETestCmdId.HCId2.value)

Definition at line 513 of file ModelInspector.py.

◆ fData

ModelInspector.ModelInspectorGUI.fData = data

Definition at line 439 of file ModelInspector.py.

◆ fExitButton

ModelInspector.ModelInspectorGUI.fExitButton = ROOT.TGTextButton()

Definition at line 457 of file ModelInspector.py.

◆ fFile

ModelInspector.ModelInspectorGUI.fFile = ROOT.TFile()

Definition at line 445 of file ModelInspector.py.

◆ fFitButton

ModelInspector.ModelInspectorGUI.fFitButton = ROOT.TGButton()

Definition at line 456 of file ModelInspector.py.

◆ fFitFcn

ModelInspector.ModelInspectorGUI.fFitFcn = ROOT.TF1()

Definition at line 443 of file ModelInspector.py.

◆ fFitRes

ModelInspector.ModelInspectorGUI.fFitRes = self.fMC.GetPdf().fitTo(self.fData, Save=True)

Definition at line 135 of file ModelInspector.py.

◆ fFrameList

ModelInspector.ModelInspectorGUI.fFrameList = ROOT.TList()

Definition at line 449 of file ModelInspector.py.

◆ fHframe0

ModelInspector.ModelInspectorGUI.fHframe0 = ROOT.TGHorizontalFrame()

Definition at line 463 of file ModelInspector.py.

◆ fHframe2

ModelInspector.ModelInspectorGUI.fHframe2 = ROOT.TGHorizontalFrame(self, 0, 0, 0)

Definition at line 521 of file ModelInspector.py.

◆ fHslider1

ModelInspector.ModelInspectorGUI.fHslider1 = ROOT.TGTripleHSlider()

Definition at line 465 of file ModelInspector.py.

◆ fLabelMap

ModelInspector.ModelInspectorGUI.fLabelMap = ROOT.std.map("TGTripleHSlider*", "TGLabel *")()

Definition at line 454 of file ModelInspector.py.

◆ fLcan

ModelInspector.ModelInspectorGUI.fLcan = ROOT.TGLayoutHints()

Definition at line 442 of file ModelInspector.py.

◆ fMC

ModelInspector.ModelInspectorGUI.fMC = mc

Definition at line 438 of file ModelInspector.py.

◆ fPlot

ModelInspector.ModelInspectorGUI.fPlot = (self.fMC.GetObservables().first()).frame()

Definition at line 181 of file ModelInspector.py.

◆ fPlotList

ModelInspector.ModelInspectorGUI.fPlotList = ROOT.std.vector("RooPlot *")()

Definition at line 450 of file ModelInspector.py.

◆ fSliderList

ModelInspector.ModelInspectorGUI.fSliderList = ROOT.TList()

Definition at line 448 of file ModelInspector.py.

◆ fSliderMap

ModelInspector.ModelInspectorGUI.fSliderMap

Definition at line 137 of file ModelInspector.py.

◆ fTbh1

ModelInspector.ModelInspectorGUI.fTbh1 = ROOT.TGTextBuffer()

Definition at line 466 of file ModelInspector.py.

◆ fVFrame

ModelInspector.ModelInspectorGUI.fVFrame = ROOT.TGVerticalFrame()

Definition at line 461 of file ModelInspector.py.

◆ fWS

ModelInspector.ModelInspectorGUI.fWS = w

Definition at line 437 of file ModelInspector.py.

◆ gApplication

ModelInspector.ModelInspectorGUI.gApplication = ROOT.gApplication

Definition at line 477 of file ModelInspector.py.

◆ gTQSender

ModelInspector.ModelInspectorGUI.gTQSender = ROOT.gTQSender

Definition at line 476 of file ModelInspector.py.

Collaboration diagram for ModelInspector.ModelInspectorGUI:
[legend]

The documentation for this class was generated from the following file: