Mantid
Loading...
Searching...
No Matches
StructureFactorCalculatorSummation.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2015 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 "MantidGeometry/DllConfig.h"
11
12namespace Mantid {
13namespace Geometry {
14
26public:
28 StructureFactor getF(const Kernel::V3D &hkl) const override;
29
30protected:
31 void crystalStructureSetHook(const CrystalStructure &crystalStructure) override;
32
33 void updateUnitCellScatterers(const CrystalStructure &crystalStructure);
34 std::string getV3DasString(const Kernel::V3D &point) const;
35
37};
38
39using StructureFactorSummation_sptr = std::shared_ptr<StructureFactorCalculatorSummation>;
40
41} // namespace Geometry
42} // namespace Mantid
Three components are required to describe a crystal structure:
Class for 3D vectors.
Definition: V3D.h:34
std::shared_ptr< CompositeBraggScatterer > CompositeBraggScatterer_sptr
std::shared_ptr< StructureFactorCalculatorSummation > StructureFactorSummation_sptr
std::complex< double > StructureFactor
Helper class which provides the Collimation Length for SANS instruments.