From b67a19d4062327b13e941ea36c261c28645411ef Mon Sep 17 00:00:00 2001 From: nemu Date: Thu, 11 Aug 2011 06:51:28 +0000 Subject: [PATCH] changed label 'Power Fourier' to 'Ampl. Fourier' --- src/classes/PMusrCanvas.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/classes/PMusrCanvas.cpp b/src/classes/PMusrCanvas.cpp index 6574c3b3..4e91b9fc 100644 --- a/src/classes/PMusrCanvas.cpp +++ b/src/classes/PMusrCanvas.cpp @@ -3832,7 +3832,7 @@ void PMusrCanvas::PlotFourier(Bool_t unzoom) // set y-axis title fHistoFrame->GetYaxis()->SetTitleOffset(1.3); - fHistoFrame->GetYaxis()->SetTitle("Power Fourier"); + fHistoFrame->GetYaxis()->SetTitle("Ampl. Fourier"); // plot data for (UInt_t i=0; iGetYaxis()->SetTitleOffset(1.3); if (fData[0].diffFourierTag == 1) - fHistoFrame->GetYaxis()->SetTitle("Power Fourier (d-f: data-theory)"); + fHistoFrame->GetYaxis()->SetTitle("Ampl. Fourier (d-f: data-theory)"); else - fHistoFrame->GetYaxis()->SetTitle("Power Fourier (f-d: [(F data)-(F theory)]"); + fHistoFrame->GetYaxis()->SetTitle("Ampl. Fourier (f-d: [(F data)-(F theory)]"); // plot data for (UInt_t i=0; i