12 #ifndef ROOT__TAdvancedGraphicsDialog__    13 #define ROOT__TAdvancedGraphicsDialog__ void DoChangedScanPar(Int_t selected)
Changes the Min and Max default values of the scan method, depending on the selected parameter...
 
void DrawConfidenceLevels()
Generates all necessary data for the Scan method from its tab. 
 
TGComboBox * fContourPar1
 
TGColorSelect * fConfColor
 
TAdvancedGraphicsDialog & operator=(const TAdvancedGraphicsDialog &)
 
void ConnectSlots()
Connect the slots (buttons mainly + specific methods) 
 
~TAdvancedGraphicsDialog()
Cleanup dialog. 
 
TGVerticalFrame * fMainFrame
 
TGColorSelect * fContourColor
 
Backward compatible implementation of TVirtualFitter. 
 
void CreateContourFrame()
Create the frame that contains all the necessary information for the Contour method. 
 
TGCheckButton * fContourOver
 
#define ClassDef(name, id)
 
void CreateScanFrame()
Create the frame that contains all the necessary information for the Scan method. ...
 
void DoDraw()
Calls the correspoding method, depending on the selected tab. 
 
int main(int argc, char **argv)
 
TGNumberEntry * fConfLevel
 
TGNumberEntry * fContourPoints
 
TAdvancedGraphicsDialog(const TAdvancedGraphicsDialog &)
 
TGComboBox * fContourPar2
 
void CreateConfFrame()
Create the frame that contains all the necessary information for the Confidence Level method...
 
void DrawContour()
Generates all necessary data for the Contour method from its tab. 
 
TGNumberEntry * fScanPoints
 
TGVerticalFrame * fContourFrame
 
TGVerticalFrame * fScanFrame
 
TBackCompFitter * fFitter
 
TGNumberEntry * fContourError
 
TGVerticalFrame * fConfFrame
 
void DrawScan()
Generates all necessary data for the Scan method from its tab. 
 
void AddParameters(TGComboBox *)