Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
LoadEventNexus.h File Reference
#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.

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 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...