Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
LoadSESANS.h File Reference
#include "MantidAPI/IFileLoader.h"
#include "MantidDataHandling/DllConfig.h"
#include "MantidKernel/FileDescriptor.h"
#include <unordered_map>

Go to the source code of this file.

Classes

class  Mantid::DataHandling::LoadSESANS
 LoadSESANS : Load a workspace in the SESANS file format. More...
 

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::DataHandling
 

Typedefs

using AttributeMap = std::unordered_map< std::string, std::string >
 
using Column = std::vector< double >
 
using ColumnMap = std::unordered_map< std::string, Column >
 

Typedef Documentation

◆ AttributeMap

using AttributeMap = std::unordered_map<std::string, std::string>

Definition at line 17 of file LoadSESANS.h.

◆ Column

using Column = std::vector<double>

Definition at line 15 of file LoadSESANS.h.

◆ ColumnMap

using ColumnMap = std::unordered_map<std::string, Column>

Definition at line 16 of file LoadSESANS.h.