Mantid
Loading...
Searching...
No Matches
MagneticFormFactorCorrectionMD.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2024 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
11
12namespace Mantid {
13namespace MDAlgorithms {
14
17class MANTID_MDALGORITHMS_DLL MagneticFormFactorCorrectionMD : public QTransform {
18public:
19 const std::string name() const override;
20 int version() const override;
21 const std::string category() const override;
22 const std::string summary() const override;
23 double correction(const double) const override;
24 const std::vector<std::string> seeAlso() const override;
25
26private:
27 void init() override;
28 void exec() override;
30};
31
32} // namespace MDAlgorithms
33} // namespace Mantid
std::string name
Definition Run.cpp:60
MagneticFormFactorCorrectionMD : Correct event signal and error values for magnetic form factor.
QTransform : Base algorithm for transforming |Q| values in an MD workspace.
Definition QTransform.h:18
Helper class which provides the Collimation Length for SANS instruments.
Struture to hold information about magnetic form factor for 3d, 4d, rare earth, and actinide atoms an...
Definition MagneticIon.h:25