Mantid
|
#include "MantidDataHandling/CreateChunkingFromInstrument.h"
#include "MantidAPI/FileProperty.h"
#include "MantidAPI/ITableWorkspace.h"
#include "MantidAPI/MatrixWorkspace.h"
#include "MantidAPI/Run.h"
#include "MantidAPI/TableRow.h"
#include "MantidAPI/WorkspaceFactory.h"
#include "MantidDataObjects/Workspace2D.h"
#include "MantidGeometry/IDetector.h"
#include "MantidKernel/ListValidator.h"
#include "MantidKernel/OptionalBool.h"
#include "MantidKernel/StringTokenizer.h"
#include <algorithm>
#include <nexus/NeXusFile.hpp>
#include <nexus/NeXusException.hpp>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::DataHandling |
Typedefs | |
using | Mantid::DataHandling::tokenizer = Mantid::Kernel::StringTokenizer |
Functions | |
vector< string > | Mantid::DataHandling::getGroupNames (const string &names) |
Split a list of instrument components into a vector of strings. More... | |
string | Mantid::DataHandling::parentName (const IComponent_const_sptr &comp, const string &prefix) |
Find the name of the parent of the component that starts with the supplied prefix. More... | |
string | Mantid::DataHandling::parentName (const IComponent_const_sptr &comp, const vector< string > &names) |
Find the name of the parent of the component that is in the list of parents that are being searched for. More... | |
bool | Mantid::DataHandling::startsWith (const string &str, const string &prefix) |
Returns true if str starts with prefix. More... | |