|
Mantid
|
#include "MantidDataHandling/LoadEventNexus.h"#include "MantidAPI/Axis.h"#include "MantidAPI/FileProperty.h"#include "MantidAPI/IEventWorkspace.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/RegisterFileLoader.h"#include "MantidAPI/Run.h"#include "MantidAPI/Sample.h"#include "MantidDataHandling/DefaultEventLoader.h"#include "MantidDataHandling/EventWorkspaceCollection.h"#include "MantidDataHandling/LoadEventNexusIndexSetup.h"#include "MantidDataHandling/LoadHelper.h"#include "MantidDataHandling/ParallelEventLoader.h"#include "MantidDataObjects/EventWorkspace.h"#include "MantidGeometry/Instrument.h"#include "MantidGeometry/Instrument/Goniometer.h"#include "MantidGeometry/Instrument/RectangularDetector.h"#include "MantidIndexing/IndexInfo.h"#include "MantidKernel/ArrayProperty.h"#include "MantidKernel/BoundedValidator.h"#include "MantidKernel/DateAndTimeHelpers.h"#include "MantidKernel/ListValidator.h"#include "MantidKernel/MultiThreaded.h"#include "MantidKernel/TimeSeriesProperty.h"#include "MantidKernel/Timer.h"#include "MantidKernel/UnitFactory.h"#include "MantidKernel/VisibleWhenProperty.h"#include "MantidNexus/NexusIOHelper.h"#include <H5Cpp.h>#include <memory>#include <regex>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::DataHandling |
Functions | |
| 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) |
| std::pair< DateAndTime, DateAndTime > | Mantid::DataHandling::firstLastPulseTimes (::NeXus::File &file, Kernel::Logger &logger) |
| std::size_t | Mantid::DataHandling::numEvents (::NeXus::File &file, bool &hasTotalCounts, bool &oldNeXusFileNames, const std::string &prefix, const NexusHDF5Descriptor &descriptor) |
| Get the number of events in the currently opened group. More... | |