Mantid
|
#include "MantidAPI/Run.h"
#include "MantidGeometry/Instrument/Goniometer.h"
#include "MantidKernel/WarningSuppressions.h"
#include "MantidPythonInterface/core/Copyable.h"
#include "MantidPythonInterface/core/GetPointer.h"
#include "MantidPythonInterface/core/ReleaseGlobalInterpreterLock.h"
#include "MantidPythonInterface/kernel/Registry/PropertyWithValueFactory.h"
#include <boost/python/class.hpp>
#include <boost/python/copy_const_reference.hpp>
#include <boost/python/list.hpp>
#include <boost/python/overloads.hpp>
#include <boost/python/register_ptr_to_python.hpp>
#include <utility>
Go to the source code of this file.
Functions | |
void | export_Run () |
void export_Run | ( | ) |
Definition at line 160 of file Run.cpp.
References Mantid::API::LogManager::endTime(), Mantid::API::Run::getGoniometer(), Mantid::API::LogManager::getLogData(), Mantid::API::Run::getNumGoniometers(), Mantid::API::LogManager::getProperties(), Mantid::API::LogManager::getProperty(), Mantid::API::Run::getProtonCharge(), Mantid::API::LogManager::getTimeAveragedStd(), Mantid::API::LogManager::hasProperty(), Mantid::API::Run::integrateProtonCharge(), Mantid::API::LogManager::setStartAndEndTime(), and Mantid::API::LogManager::startTime().