|
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 "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/EnumeratedString.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/NexusException.h"#include "MantidNexus/NexusFile.h"#include "MantidNexus/NexusIOHelper.h"#include <H5Cpp.h>#include <boost/format.hpp>#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 |
| namespace | Mantid::DataHandling::PropertyNames |
| Private namespace storing property name strings. | |
Functions | |
| 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 Nexus::NexusDescriptor &descriptor) |
| Get the number of events in the currently opened group. | |