Mantid
Loading...
Searching...
No Matches
SpectraProcessingData.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2025 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 <atomic>
10#include <vector>
11
14 // There must be the same number of counts and binedges entries
15 std::vector<std::vector<std::atomic_uint32_t>> counts; // [spectrum][bin]
16 std::vector<const std::vector<double> *> binedges;
17};
18
19} // namespace Mantid::DataHandling::AlignAndFocusPowderSlim
std::vector< std::vector< std::atomic_uint32_t > > counts