Mantid
|
#include "MantidDataHandling/SaveGSASInstrumentFile.h"
#include "MantidAPI/FileProperty.h"
#include "MantidAPI/FrameworkManager.h"
#include "MantidAPI/TableRow.h"
#include "MantidKernel/ArrayProperty.h"
#include "MantidKernel/BoundedValidator.h"
#include "MantidKernel/ListValidator.h"
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include <cstdio>
#include <iomanip>
Go to the source code of this file.
Classes | |
class | Mantid::DataHandling::ChopperConfiguration |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::DataHandling |
Typedefs | |
using | Mantid::DataHandling::ChopperConfiguration_sptr = std::shared_ptr< ChopperConfiguration > |