first implementation of 'use_fit_ranges' and 'sub_ranges' in the PLOT block. Testing still to be performed.
This commit is contained in:
@ -182,6 +182,8 @@ class PMusrCanvas : public TObject, public TQObject
|
||||
Int_t fPlotType;
|
||||
Int_t fPlotNumber;
|
||||
|
||||
Double_t fXmin, fXmax, fYmin, fYmax; /// data/theory frame range
|
||||
|
||||
Double_t fCurrentFourierPhase; /// holds the current Fourier phase
|
||||
TLatex *fCurrentFourierPhaseText; /// used in Re/Im Fourier to show the current phase in the pad
|
||||
|
||||
|
Reference in New Issue
Block a user