#include "MantidAPI/IFileLoader.h"
#include "MantidAPI/InstrumentFileFinder.h"
#include "MantidAPI/NexusFileLoader.h"
#include "MantidAPI/WorkspaceGroup.h"
#include "MantidDataHandling/BankPulseTimes.h"
#include "MantidDataHandling/DllConfig.h"
#include "MantidDataHandling/EventWorkspaceCollection.h"
#include "MantidDataHandling/LoadGeometry.h"
#include "MantidDataObjects/EventList.h"
#include "MantidDataObjects/EventWorkspace.h"
#include "MantidDataObjects/Events.h"
#include "MantidGeometry/Instrument.h"
#include "MantidGeometry/Instrument/ParameterMap.h"
#include "MantidKernel/ConfigService.h"
#include "MantidKernel/Exception.h"
#include "MantidKernel/NexusHDF5Descriptor.h"
#include "MantidKernel/OptionalBool.h"
#include "MantidKernel/TimeSeriesProperty.h"
#include <Poco/Path.h>
#include <boost/lexical_cast.hpp>
#include <boost/scoped_array.hpp>
#include <nexus/NeXusFile.hpp>
#include <nexus/NeXusException.hpp>
#include <algorithm>
#include <cstdint>
#include <functional>
#include <memory>
#include <mutex>
#include <numeric>
#include <random>
#include <string>
Go to the source code of this file.
|
template<typename T > |
void | Mantid::DataHandling::adjustTimeOfFlightISISLegacy (::NeXus::File &file, T localWorkspace, const std::string &entry_name, const std::string &classType, const Kernel::NexusHDF5Descriptor *descriptor=nullptr) |
| ISIS specific method for dealing with wide events. More...
|
|
bool | Mantid::DataHandling::exists (::NeXus::File &file, const std::string &name) |
| Based on the current group in the file, does the named sub-entry exist? More...
|
|
bool | Mantid::DataHandling::exists (const std::map< std::string, std::string > &entries, const std::string &name) |
|
template<typename T > |
void | Mantid::DataHandling::makeTimeOfFlightDataFuzzy (::NeXus::File &file, T localWorkspace, const std::string &binsName, size_t start_wi=0, size_t end_wi=0) |
| Load the time of flight data. More...
|
|