Mantid
|
#include "MantidDataHandling/SaveToSNSHistogramNexus.h"
#include "MantidAPI/FileProperty.h"
#include "MantidAPI/Progress.h"
#include "MantidDataObjects/Workspace2D.h"
#include "MantidGeometry/IComponent.h"
#include "MantidGeometry/Instrument.h"
#include "MantidGeometry/Instrument/RectangularDetector.h"
#include "MantidKernel/ArrayProperty.h"
#include "MantidKernel/Memory.h"
#include "MantidKernel/Timer.h"
#include <Poco/File.h>
#include <boost/scoped_array.hpp>
#include <cmath>
#include <memory>
#include <numeric>
#include <cstdlib>
#include <cstring>
#include <ctime>
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 | |
void | Mantid::DataHandling::nexus_print_error (void *pD, char *text) |