|
Mantid
|
#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/OptionalBool.h"#include "MantidNexus/NexusDescriptor.h"#include "MantidKernel/TimeSeriesProperty.h"#include "MantidNexus/NexusException.h"#include "MantidNexus/NexusFile.h"#include <algorithm>#include <boost/lexical_cast.hpp>#include <boost/scoped_array.hpp>#include <cstdint>#include <filesystem>#include <functional>#include <memory>#include <mutex>#include <numeric>#include <random>#include <string>Go to the source code of this file.
Classes | |
| class | Mantid::DataHandling::InvalidLogPeriods |
| Custom exception extending std::invalid_argument Thrown when nperiods does not match period_log Custom exception so we can re-propagate this error and handle all other errors. More... | |
| class | Mantid::DataHandling::LoadEventNexus |
| Load Event Nexus files. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::DataHandling |
Functions | |
| template<typename T > | |
| void | Mantid::DataHandling::adjustTimeOfFlightISISLegacy (Nexus::File &file, T localWorkspace, const std::string &entry_name, const std::string &classType, const Nexus::NexusDescriptor *descriptor=nullptr) |
| ISIS specific method for dealing with wide events. | |
| bool | Mantid::DataHandling::exists (const std::map< std::string, std::string > &entries, const std::string &name) |
| bool | Mantid::DataHandling::exists (Nexus::File &file, 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. | |