Mantid
Loading...
Searching...
No Matches
LoadQKK.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2010 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//---------------------------------------------------
10// Includes
11//---------------------------------------------------
13#include "MantidDataHandling/DllConfig.h"
15
16namespace Mantid {
17namespace DataHandling {
26class MANTID_DATAHANDLING_DLL LoadQKK : public API::IFileLoader<Kernel::NexusDescriptor> {
27public:
29 const std::string name() const override { return "LoadQKK"; }
31 const std::string summary() const override { return "Loads a ANSTO QKK file. "; }
32
34 int version() const override { return (1); }
35 const std::vector<std::string> seeAlso() const override { return {"LoadBBY"}; }
37 const std::string category() const override { return "DataHandling\\Nexus"; }
38
40 int confidence(Kernel::NexusDescriptor &descriptor) const override;
41
42private:
44 void init() override;
46 void exec() override;
47};
48} // namespace DataHandling
49} // namespace Mantid
Defines an interface to an algorithm that loads a file so that it can take part in the automatic sele...
Definition: IFileLoader.h:19
Loads a Quokka data file.
Definition: LoadQKK.h:26
int version() const override
Algorithm's version.
Definition: LoadQKK.h:34
const std::string category() const override
Algorithm's category for identification.
Definition: LoadQKK.h:37
const std::string summary() const override
Summary of algorithms purpose.
Definition: LoadQKK.h:31
const std::string name() const override
Algorithm's name.
Definition: LoadQKK.h:29
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: LoadQKK.h:35
Defines a wrapper around a file whose internal structure can be accessed using the NeXus API.
Helper class which provides the Collimation Length for SANS instruments.