Mantid
|
#include "MantidMDAlgorithms/SaveIsawQvector.h"
#include "MantidAPI/FileProperty.h"
#include "MantidAPI/InstrumentValidator.h"
#include "MantidAPI/WorkspaceUnitValidator.h"
#include "MantidDataObjects/EventWorkspace.h"
#include "MantidKernel/CompositeValidator.h"
#include "MantidMDAlgorithms/MDTransfFactory.h"
#include "MantidMDAlgorithms/UnitsConversionHelper.h"
#include <algorithm>
#include <fstream>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::MDAlgorithms |
Functions | |
const std::size_t | Mantid::MDAlgorithms::BUFF_SIZE (DIMS *sizeof(float)) |
Constant for the size of the buffer to write to disk. More... | |
const std::size_t | Mantid::MDAlgorithms::DIMS (3) |
Q-vector is always three dimensional. More... | |
const std::string | Mantid::MDAlgorithms::ELASTIC ("Elastic") |
This only works for diffraction. More... | |
const std::string | Mantid::MDAlgorithms::Q3D ("Q3D") |
Only convert to Q-vector. More... | |