Subversion Repositories f9daq

Rev

Rev 146 | Rev 172 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 146 Rev 167
Line 160... Line 160...
160
           SetToolTipText("Start the \"Integrate spectrum\" analysis and open results for further edit.");
160
           SetToolTipText("Start the \"Integrate spectrum\" analysis and open results for further edit.");
161
   intSpectButtons->widgetTB[2]->
161
   intSpectButtons->widgetTB[2]->
162
           SetToolTipText("Replace the current \"Integrate spectrum\" settings with default settings.");
162
           SetToolTipText("Replace the current \"Integrate spectrum\" settings with default settings.");
163
 
163
 
164
   relPde->widgetChBox[0]->
164
   relPde->widgetChBox[0]->
165
           SetToolTipText("Normalize the ADC integral to the number of events ([ADC integral]/[Nr. of events]).");
165
           SetToolTipText("Normalize the ADC integral so that it is in a range between 0 and 1.");
166
   midPeak->widgetChBox[0]->
166
   midPeak->widgetChBox[0]->
167
           SetToolTipText("Instead of taking the complete pedestal peak as noise, take only half of the peak.");
167
           SetToolTipText("Instead of taking the complete pedestal peak as noise, take only half of the peak.");
168
   darkRun->widgetTE->
168
   darkRun->widgetTE->
169
           SetToolTipText("Filename of the dark run histogram (run with no incident light on the sample).\nMake sure this was measured right before or after the angle scan.");
169
           SetToolTipText("Filename of the dark run histogram (run with no incident light on the sample).\nMake sure this was measured right before or after the angle scan.");
170
   darkRun->widgetTB[0]->
170
   darkRun->widgetTB[0]->
Line 188... Line 188...
188
           SetToolTipText("Start the \"Breakdown voltage\" analysis and open results for further edit.");
188
           SetToolTipText("Start the \"Breakdown voltage\" analysis and open results for further edit.");
189
   brDownButtons->widgetTB[2]->
189
   brDownButtons->widgetTB[2]->
190
           SetToolTipText("Replace the current \"Breakdown voltage\" settings with default settings.");
190
           SetToolTipText("Replace the current \"Breakdown voltage\" settings with default settings.");
191
 
191
 
192
   surfScanOpt->widgetChBox[0]->
192
   surfScanOpt->widgetChBox[0]->
193
           SetToolTipText("Normalize the ADC integral to the number of events ([ADC integral]/[Nr. of events]).");
193
           SetToolTipText("Normalize the ADC integral so that it is in a range between 0 and 1.");
194
   surfScanOpt->widgetChBox[1]->
194
   surfScanOpt->widgetChBox[1]->
195
           SetToolTipText("Start the X and Y axis values from zero in the bottom left corner of the 2D plot,\ninstead of taking the actual position of the table.");
195
           SetToolTipText("Start the X and Y axis values from zero in the bottom left corner of the 2D plot,\ninstead of taking the actual position of the table.");
196
   resolSurf->widgetNE[0]->GetNumberEntry()->
196
   resolSurf->widgetNE[0]->GetNumberEntry()->
197
           SetToolTipText("Number of pixels in a 2D contour plot parallel to the X axis\n(determines the resolution of the actual image, not the measurement).");
197
           SetToolTipText("Number of pixels in a 2D contour plot parallel to the X axis\n(determines the resolution of the actual image, not the measurement).");
198
   resolSurf->widgetNE[1]->GetNumberEntry()->
198
   resolSurf->widgetNE[1]->GetNumberEntry()->
Line 248... Line 248...
248
           SetToolTipText("If checked, the plot information is hidden (such as\nplot title, fitting information, statistical information).");
248
           SetToolTipText("If checked, the plot information is hidden (such as\nplot title, fitting information, statistical information).");
249
   exportHist->widgetTB[0]->
249
   exportHist->widgetTB[0]->
250
           SetToolTipText("Export the currently selected histogram (ADC, TDC or\nADC/TDC from selected files) into the .pdf format.");
250
           SetToolTipText("Export the currently selected histogram (ADC, TDC or\nADC/TDC from selected files) into the .pdf format.");
251
   editSelHist->widgetTB[0]->
251
   editSelHist->widgetTB[0]->
252
           SetToolTipText("Open the currently visible plot in the \"Histogram\"\nwindow in a new tab to enable further editing.");
252
           SetToolTipText("Open the currently visible plot in the \"Histogram\"\nwindow in a new tab to enable further editing.");
-
 
253
//   posUnitsPlot->widgetTB[0]->SetToolTipText("Open the currently visible plot in the \"Histogram\"\nwindow in a new tab to enable further editing.");
253
}
254
}