ROOTPWA
Public Member Functions | Private Attributes | List of all members
MyMainFrame Class Reference

Public Member Functions

 MyMainFrame (const TGWindow *p, UInt_t w, UInt_t h, TTree *tree)
virtual ~MyMainFrame ()
void DoExit ()
void DoSelect ()
void HandleButtons ()
void PrintSelected ()

Private Attributes

TGListBox * fListBox
TGListBox * fListBox2
TGCheckButton * fCheckMulti
TList * fSelected
TTree * fTree
std::vector< std::string > fwavenames

Detailed Description

Definition at line 31 of file plotGui.C.

Constructor & Destructor Documentation

MyMainFrame::MyMainFrame ( const TGWindow *  p,
UInt_t  w,
UInt_t  h,
TTree *  tree 
)

Definition at line 63 of file plotGui.C.

References exit, fCheckMulti, fListBox, fListBox2, fSelected, fTree, fwavenames, i, and rpwa::fitResult::waveNames().

MyMainFrame::~MyMainFrame ( )
virtual

Definition at line 135 of file plotGui.C.

References fSelected.

Member Function Documentation

void MyMainFrame::DoExit ( )

Definition at line 57 of file plotGui.C.

void MyMainFrame::DoSelect ( )

Definition at line 52 of file plotGui.C.

void MyMainFrame::HandleButtons ( )

Definition at line 145 of file plotGui.C.

References Int_t.

void MyMainFrame::PrintSelected ( )

Member Data Documentation

TGCheckButton* MyMainFrame::fCheckMulti
private

Definition at line 36 of file plotGui.C.

Referenced by MyMainFrame().

TGListBox* MyMainFrame::fListBox
private

Definition at line 34 of file plotGui.C.

Referenced by MyMainFrame(), and PrintSelected().

TGListBox* MyMainFrame::fListBox2
private

Definition at line 35 of file plotGui.C.

Referenced by MyMainFrame(), and PrintSelected().

TList* MyMainFrame::fSelected
private

Definition at line 37 of file plotGui.C.

Referenced by MyMainFrame(), and ~MyMainFrame().

TTree* MyMainFrame::fTree
private

Definition at line 38 of file plotGui.C.

Referenced by MyMainFrame(), and PrintSelected().

std::vector<std::string> MyMainFrame::fwavenames
private

Definition at line 39 of file plotGui.C.

Referenced by MyMainFrame(), and PrintSelected().


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