Mantid
Loading...
Searching...
No Matches
GenerateGroupingPowder2.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
10
11namespace Mantid {
12namespace DataHandling {
13
17class MANTID_DATAHANDLING_DLL GenerateGroupingPowder2 : public GenerateGroupingPowder {
18public:
19 int version() const override;
20
21private:
22 void saveGroups();
23 void saveAsXML();
24 void saveAsPAR();
25 void init() override;
26 void exec() override;
27};
28
29} // namespace DataHandling
30} // namespace Mantid
GenerateGroupingPowder2 : Generate grouping file and par file, for powder scattering.
GenerateGroupingPowder : Generate grouping file and par file, for powder scattering.
Helper class which provides the Collimation Length for SANS instruments.