Mantid
Loading...
Searching...
No Matches
SaveNexusESS.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2019 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
10#include "MantidDataHandling/DllConfig.h"
12
13namespace Mantid {
14namespace DataHandling {
15
23class MANTID_DATAHANDLING_DLL SaveNexusESS : public Mantid::DataHandling::SaveNexusProcessed {
24public:
25 const std::string name() const override;
26 int version() const override;
27 const std::string category() const override;
28 const std::string summary() const override;
29
30protected:
31 bool processGroups() override;
32
33private:
34 void saveNexusGeometry(const Mantid::API::MatrixWorkspace &ws, const std::string &filename);
35 virtual bool saveLegacyInstrument() override;
36 void init() override;
37 void exec() override;
38};
39
40} // namespace DataHandling
41} // namespace Mantid
Base MatrixWorkspace Abstract Class.
SaveNexusESS : Save algorithm to save a NeXus organised hdf5 file containing data and geometry from r...
Definition: SaveNexusESS.h:23
DataHandling/SaveNexusProcessed.h.
Helper class which provides the Collimation Length for SANS instruments.