![]() |
AliRoot Core
v5-06-30 (35d6c57)
|
Author Laurent Aphecetche, Subatech. More...
#include <AliMUONTrackerDataCompareDialog.h>
Public Member Functions | |
AliMUONTrackerDataCompareDialog (const TGWindow *p=0, const TGWindow *main=0, UInt_t w=1, UInt_t h=1) | |
virtual | ~AliMUONTrackerDataCompareDialog () |
void | DoOK () |
void | DoCancel () |
Private Member Functions | |
AliMUONTrackerDataCompareDialog (const AliMUONTrackerDataCompareDialog &rhs) | |
not defined More... | |
AliMUONTrackerDataCompareDialog & | operator= (const AliMUONTrackerDataCompareDialog &rhs) |
not defined More... | |
void | CompareData (const char *d1name, const char *d2name, AliMUONTrackerData::EDiffType difftype) const |
Private Attributes | |
TGCompositeFrame * | fF1 |
frame for data source 1 selection More... | |
TGComboBox * | fData1 |
to select first data More... | |
TGCompositeFrame * | fF2 |
frame for data source 2 selection More... | |
TGComboBox * | fData2 |
to select second data More... | |
TGCompositeFrame * | fF3 |
frame for difference type selection More... | |
TGComboBox * | fDiffType |
to select the kind of difference to make More... | |
TGCompositeFrame * | fF4 |
frame for output basename selection More... | |
TGTextEntry * | fBasename |
basename of resulting (diff-ed) data More... | |
TGCompositeFrame * | fButtonFrame |
to hold OK and Cancel buttons More... | |
TGTextButton * | fOK |
ok button More... | |
TGTextButton * | fCancel |
cancel button More... | |
Author Laurent Aphecetche, Subatech.
Widget to select 2 VTrackerData objects (D1,D2) to be compared
The type of differences that can be used are :
Definition at line 27 of file AliMUONTrackerDataCompareDialog.h.
AliMUONTrackerDataCompareDialog::AliMUONTrackerDataCompareDialog | ( | const TGWindow * | p = 0 , |
const TGWindow * | main = 0 , |
||
UInt_t | w = 1 , |
||
UInt_t | h = 1 |
||
) |
ctor
Definition at line 57 of file AliMUONTrackerDataCompareDialog.cxx.
|
virtual |
dtor
Definition at line 125 of file AliMUONTrackerDataCompareDialog.cxx.
|
private |
not defined
|
private |
Compare two data sources
Definition at line 168 of file AliMUONTrackerDataCompareDialog.cxx.
Referenced by DoOK().
void AliMUONTrackerDataCompareDialog::DoCancel | ( | ) |
Kills the dialog
Definition at line 160 of file AliMUONTrackerDataCompareDialog.cxx.
void AliMUONTrackerDataCompareDialog::DoOK | ( | ) |
Do the job.
Definition at line 132 of file AliMUONTrackerDataCompareDialog.cxx.
|
private |
not defined
|
private |
basename of resulting (diff-ed) data
Definition at line 54 of file AliMUONTrackerDataCompareDialog.h.
Referenced by CompareData().
|
private |
to hold OK and Cancel buttons
Definition at line 55 of file AliMUONTrackerDataCompareDialog.h.
|
private |
cancel button
Definition at line 57 of file AliMUONTrackerDataCompareDialog.h.
|
private |
to select first data
Definition at line 48 of file AliMUONTrackerDataCompareDialog.h.
Referenced by DoOK().
|
private |
to select second data
Definition at line 50 of file AliMUONTrackerDataCompareDialog.h.
Referenced by DoOK().
|
private |
to select the kind of difference to make
Definition at line 52 of file AliMUONTrackerDataCompareDialog.h.
Referenced by DoOK().
|
private |
frame for data source 1 selection
Definition at line 47 of file AliMUONTrackerDataCompareDialog.h.
|
private |
frame for data source 2 selection
Definition at line 49 of file AliMUONTrackerDataCompareDialog.h.
|
private |
frame for difference type selection
Definition at line 51 of file AliMUONTrackerDataCompareDialog.h.
|
private |
frame for output basename selection
Definition at line 53 of file AliMUONTrackerDataCompareDialog.h.
|
private |
ok button
Definition at line 56 of file AliMUONTrackerDataCompareDialog.h.