Mantid
|
#include "MantidDataObjects/MDBoxFlatTree.h"
#include "MantidAPI/BoxController.h"
#include "MantidAPI/FileBackedExperimentInfo.h"
#include "MantidAPI/WorkspaceHistory.h"
#include "MantidDataObjects/MDEventFactory.h"
#include "MantidGeometry/Instrument.h"
#include "MantidKernel/Logger.h"
#include "MantidKernel/Strings.h"
#include <Poco/File.h>
#include <algorithm>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::DataObjects |
Typedefs | |
using | file_holder_type = std::unique_ptr<::NeXus::File > |
Functions | |
template<typename T > | |
void | Mantid::DataObjects::saveMatrix (::NeXus::File *const file, const std::string &name, Kernel::Matrix< T > &m, ::NeXus::NXnumtype type, const std::string &tag) |
Save routine for a generic matrix. More... | |
using file_holder_type = std::unique_ptr<::NeXus::File> |
Definition at line 20 of file MDBoxFlatTree.cpp.