![]() |
AliRoot Core
v5-06-30 (35d6c57)
|
Authors Philippe Pillot, Laurent Aphecetche, Subatech. More...
#include <AliMUONAlignmentCompareDialog.h>
Public Member Functions | |
AliMUONAlignmentCompareDialog (const TGWindow *p=0, const TGWindow *main=0, UInt_t w=1, UInt_t h=1) | |
virtual | ~AliMUONAlignmentCompareDialog () |
void | DoOK () |
void | DoCancel () |
Private Member Functions | |
AliMUONAlignmentCompareDialog (const AliMUONAlignmentCompareDialog &rhs) | |
not defined More... | |
AliMUONAlignmentCompareDialog & | operator= (const AliMUONAlignmentCompareDialog &rhs) |
not defined More... | |
AliMUONVTrackerData * | CompareAlignment (const char *ocdbPathForAlign1, Int_t run1, const char *ocdbPathForAlign2, Int_t run2) |
void | AddInput (TGCompositeFrame *frame, const char *msg, TGTextEntry *&text, TGNumberEntry *&run) |
Private Attributes | |
TGCompositeFrame * | fF1 |
frame for align 1 selection More... | |
TGTextEntry * | fOCDBPath1 |
to select first alignment path More... | |
TGNumberEntry * | fRun1 |
to select first run More... | |
TGCompositeFrame * | fF2 |
frame for align 2 selection More... | |
TGTextEntry * | fOCDBPath2 |
to select second alignment path More... | |
TGNumberEntry * | fRun2 |
to select second run More... | |
TGCompositeFrame * | fF3 |
frame for difference type 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... | |
Authors Philippe Pillot, Laurent Aphecetche, Subatech.
Widget to select 2 alignments objects from the OCDB (A1,A2) to be compared
Definition at line 25 of file AliMUONAlignmentCompareDialog.h.
AliMUONAlignmentCompareDialog::AliMUONAlignmentCompareDialog | ( | const TGWindow * | p = 0 , |
const TGWindow * | main = 0 , |
||
UInt_t | w = 1 , |
||
UInt_t | h = 1 |
||
) |
ctor
Definition at line 70 of file AliMUONAlignmentCompareDialog.cxx.
|
virtual |
dtor
Definition at line 108 of file AliMUONAlignmentCompareDialog.cxx.
|
private |
not defined
|
private |
Definition at line 114 of file AliMUONAlignmentCompareDialog.cxx.
Referenced by AliMUONAlignmentCompareDialog().
|
private |
Definition at line 168 of file AliMUONAlignmentCompareDialog.cxx.
Referenced by DoOK().
void AliMUONAlignmentCompareDialog::DoCancel | ( | ) |
Kills the dialog
Definition at line 160 of file AliMUONAlignmentCompareDialog.cxx.
void AliMUONAlignmentCompareDialog::DoOK | ( | ) |
Do the job.
Definition at line 140 of file AliMUONAlignmentCompareDialog.cxx.
|
private |
not defined
|
private |
basename of resulting (diff-ed) data
Definition at line 55 of file AliMUONAlignmentCompareDialog.h.
Referenced by AliMUONAlignmentCompareDialog(), CompareAlignment(), and DoOK().
|
private |
to hold OK and Cancel buttons
Definition at line 56 of file AliMUONAlignmentCompareDialog.h.
Referenced by AliMUONAlignmentCompareDialog().
|
private |
cancel button
Definition at line 58 of file AliMUONAlignmentCompareDialog.h.
Referenced by AliMUONAlignmentCompareDialog().
|
private |
frame for align 1 selection
Definition at line 48 of file AliMUONAlignmentCompareDialog.h.
Referenced by AliMUONAlignmentCompareDialog().
|
private |
frame for align 2 selection
Definition at line 51 of file AliMUONAlignmentCompareDialog.h.
Referenced by AliMUONAlignmentCompareDialog().
|
private |
frame for difference type selection
Definition at line 54 of file AliMUONAlignmentCompareDialog.h.
Referenced by AliMUONAlignmentCompareDialog().
|
private |
to select first alignment path
Definition at line 49 of file AliMUONAlignmentCompareDialog.h.
Referenced by AliMUONAlignmentCompareDialog(), and DoOK().
|
private |
to select second alignment path
Definition at line 52 of file AliMUONAlignmentCompareDialog.h.
Referenced by AliMUONAlignmentCompareDialog(), and DoOK().
|
private |
ok button
Definition at line 57 of file AliMUONAlignmentCompareDialog.h.
Referenced by AliMUONAlignmentCompareDialog().
|
private |
to select first run
Definition at line 50 of file AliMUONAlignmentCompareDialog.h.
Referenced by AliMUONAlignmentCompareDialog(), and DoOK().
|
private |
to select second run
Definition at line 53 of file AliMUONAlignmentCompareDialog.h.
Referenced by AliMUONAlignmentCompareDialog(), and DoOK().