Mantid
Loading...
Searching...
No Matches
Framework
MDAlgorithms
inc
MantidMDAlgorithms
ConvertHFIRSCDtoMDE.h
Go to the documentation of this file.
1
// Mantid Repository : https://github.com/mantidproject/mantid
2
//
3
// Copyright © 2018 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
9
#include "
MantidAPI/BoxControllerSettingsAlgorithm.h
"
10
#include "MantidMDAlgorithms/DllConfig.h"
11
12
namespace
Mantid
{
13
namespace
MDAlgorithms {
14
17
class
MANTID_MDALGORITHMS_DLL
ConvertHFIRSCDtoMDE
:
public
API::BoxControllerSettingsAlgorithm
{
18
public
:
19
const
std::string
name
()
const override
;
20
int
version()
const override
;
21
const
std::vector<std::string>
seeAlso
()
const override
{
return
{
"ConvertWANDSCDtoQ"
,
"LoadWANDSCD"
}; }
22
const
std::string category()
const override
;
23
const
std::string summary()
const override
;
24
std::map<std::string, std::string> validateInputs()
override
;
25
26
private
:
27
void
init()
override
;
28
void
exec()
override
;
29
};
30
31
}
// namespace MDAlgorithms
32
}
// namespace Mantid
name
std::string name
Definition
Run.cpp:60
BoxControllerSettingsAlgorithm.h
Mantid::API::BoxControllerSettingsAlgorithm
An abstract algorithm sub-class for algorithms that define properties for BoxController settings.
Definition
BoxControllerSettingsAlgorithm.h:25
Mantid::MDAlgorithms::ConvertHFIRSCDtoMDE
ConvertHFIRSCDtoMDE : TODO: DESCRIPTION.
Definition
ConvertHFIRSCDtoMDE.h:17
Mantid::MDAlgorithms::ConvertHFIRSCDtoMDE::seeAlso
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
Definition
ConvertHFIRSCDtoMDE.h:21
Mantid
Helper class which provides the Collimation Length for SANS instruments.
Definition
AbsorptionCorrection.h:18
Generated by
1.9.8