|
Mantid
|
#include "MantidDataHandling/LoadPLN.h"#include "MantidAPI/Axis.h"#include "MantidAPI/FileProperty.h"#include "MantidAPI/LogManager.h"#include "MantidAPI/RegisterFileLoader.h"#include "MantidAPI/Run.h"#include "MantidDataHandling/LoadANSTOEventFile.h"#include "MantidDataObjects/EventWorkspace.h"#include "MantidGeometry/Instrument.h"#include "MantidGeometry/Instrument/DetectorInfo.h"#include "MantidKernel/MandatoryValidator.h"#include "MantidKernel/OptionalBool.h"#include "MantidKernel/PhysicalConstants.h"#include "MantidKernel/UnitFactory.h"#include "MantidNexus/NexusClasses.h"#include <boost/filesystem.hpp>#include <algorithm>#include <cmath>#include <fstream>#include <utility>Go to the source code of this file.
Classes | |
| class | Mantid::DataHandling::PLN::EventAssigner |
| class | Mantid::DataHandling::PLN::EventCounter |
| class | Mantid::DataHandling::PLN::EventProcessor |
| class | Mantid::DataHandling::PLN::SimpleHist |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::DataHandling |
| namespace | Mantid::DataHandling::PLN |
Functions | |
| template<typename EP > | |
| void | Mantid::DataHandling::PLN::loadEvents (API::Progress &prog, const char *progMsg, const std::string &eventFile, EP &eventProcessor) |
|
private |
Definition at line 183 of file LoadPLN.cpp.
|
private |
Definition at line 184 of file LoadPLN.cpp.