Mantid
|
#include <float.h>
#include <fstream>
#include "MantidAPI/Algorithm.h"
#include "MantidDataHandling/DllConfig.h"
#include "MantidGeometry/IDetector.h"
Go to the source code of this file.
Classes | |
class | Mantid::DataHandling::AvrgDetector |
helper class-collection to keep together the parameters, which characterize average composite detector and help to calculate these parameters More... | |
class | Mantid::DataHandling::DetParameters |
Small helper class-holder used to precalculate the detectors parameters in spherical coordinate system. More... | |
struct | Mantid::DataHandling::FileTypeDescriptor |
Description of the ASCII data header, common for all ASCII PAR and PHX files. More... | |
class | Mantid::DataHandling::FindDetectorsPar |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::DataHandling |
Enumerations | |
enum | Mantid::DataHandling::fileTypes { Mantid::DataHandling::PAR_type , Mantid::DataHandling::PHX_type , Mantid::DataHandling::SPE_type , Mantid::DataHandling::BIN_file , Mantid::DataHandling::NumFileTypes } |
file types currently supported by ASCII loader are: 1) an ASCII Tobyfit par file Syntax: >> par = get_ascii_file(filename,['par']) More... | |