Mantid
|
#include "MantidDataHandling/LoadEMU.h"
#include "MantidAPI/AnalysisDataService.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/ComponentInfo.h"
#include "MantidGeometry/Instrument/DetectorInfo.h"
#include "MantidGeometry/Instrument/RectangularDetector.h"
#include "MantidGeometry/Objects/ShapeFactory.h"
#include "MantidKernel/OptionalBool.h"
#include "MantidKernel/PropertyWithValue.h"
#include "MantidKernel/UnitFactory.h"
#include "MantidNexus/NexusClasses.h"
#include <boost/filesystem.hpp>
#include <boost/math/special_functions/round.hpp>
#include <boost/math/tools/minima.hpp>
#include <Poco/AutoPtr.h>
#include <Poco/TemporaryFile.h>
#include <Poco/Util/PropertyFileConfiguration.h>
#include <algorithm>
#include <cmath>
#include <cstdio>
#include <fstream>
#include <utility>
Go to the source code of this file.
Classes | |
class | Mantid::DataHandling::EMU::EventAssigner |
class | Mantid::DataHandling::EMU::EventCounter |
class | Mantid::DataHandling::EMU::EventProcessor |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::DataHandling |
namespace | Mantid::DataHandling::EMU |
Functions | |
template<typename EP > | |
void | Mantid::DataHandling::EMU::loadEvents (API::Progress &prog, const char *progMsg, const std::string &eventFile, EP &eventProcessor) |
|
private |
Definition at line 337 of file LoadEMU.cpp.
|
private |
Definition at line 338 of file LoadEMU.cpp.
|
private |
Definition at line 230 of file LoadEMU.cpp.
|
private |
Definition at line 228 of file LoadEMU.cpp.
|
private |
Definition at line 231 of file LoadEMU.cpp.
|
private |
Definition at line 227 of file LoadEMU.cpp.
|
private |
Definition at line 229 of file LoadEMU.cpp.
|
private |
Definition at line 226 of file LoadEMU.cpp.