y-axis cosmetics the 2nd, or 3rd, or ... never mind

This commit is contained in:
nemu
2010-11-15 06:48:37 +00:00
parent ec164c535d
commit 62d33112ba
2 changed files with 36 additions and 5 deletions

View File

@@ -136,6 +136,7 @@ typedef struct {
TH1F *diffFourierPwr; ///< power spectrum of the Fourier transform of the diff histogram
TH1F *diffFourierPhase; ///< phase spectrum of the Fourier transform of the diff histogram
PMusrCanvasPlotRange *dataRange; ///< keep the msr-file plot data range
UInt_t diffFourierTag; ///< 0=not relevant, 1=d-f (Fourier of difference time spectra), 2=f-d (difference of Fourier spectra)
} PMusrCanvasDataSet;
//------------------------------------------------------------------------
@@ -166,6 +167,7 @@ typedef struct {
TGraphErrors *diffFourierPwr; ///< power spectrum of the Fourier transform of the diff error graph
TGraphErrors *diffFourierPhase; ///< phase spectrum of the Fourier transform of the diff error graph
PMusrCanvasPlotRange *dataRange; ///< keep the msr-file plot data range
UInt_t diffFourierTag; ///< 0=not relevant, 1=d-f (Fourier of difference time spectra), 2=f-d (difference of Fourier spectra)
} PMusrCanvasNonMusrDataSet;
//------------------------------------------------------------------------