Example #1
0
/*! Pass the configuration from the GUI to the run controller and start the run.
 */
void pAcquisitionWindow::startRun()
{
  m_runController->setupRun(detectorConfiguration(), userPreferences(),
                            triggerMask(), m_commentBox->comment());
  m_runController->setRunning();
}
Example #2
0
void menuProducts::sPreferences()
{
  userPreferences(parent, "", true).exec();
}
Example #3
0
/*!
 */
int pAcquisitionWindow::visualizationMode()
{
  return userPreferences()->visualizationMode();
}