Mantid
|
#include "MantidDataHandling/SaveSPE.h"
#include "MantidAPI/Axis.h"
#include "MantidAPI/CommonBinsValidator.h"
#include "MantidAPI/FileProperty.h"
#include "MantidAPI/HistogramValidator.h"
#include "MantidAPI/SpectrumInfo.h"
#include "MantidGeometry/IDetector.h"
#include "MantidGeometry/Instrument.h"
#include "MantidHistogramData/HistogramE.h"
#include "MantidHistogramData/HistogramY.h"
#include "MantidKernel/CompositeValidator.h"
#include "MantidKernel/Unit.h"
#include "Poco/File.h"
#include <cmath>
#include <cstdio>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::DataHandling |
Variables | |
static const unsigned int | Mantid::DataHandling::NUM_PER_LINE = 8 |
set to the number of numbers on each line (the length of lines is hard-coded in other parts of the code too) More... | |