Mantid
Loading...
Searching...
No Matches
EventWorkspaceAccess.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 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 Algorithms {
14 static decltype(std::mem_fn((DataObjects::EventList & (DataObjects::EventWorkspace::*)(const std::size_t)) &
16};
17} // namespace Algorithms
18} // namespace Mantid
A class for holding :
Definition: EventList.h:56
This class is intended to fulfill the design specified in <https://github.com/mantidproject/documents...
EventList & getSpectrum(const size_t index) override
Return the underlying ISpectrum ptr at the given workspace index.
Helper class which provides the Collimation Length for SANS instruments.
static decltype(std::mem_fn((DataObjects::EventList &(DataObjects::EventWorkspace::*)(const std::size_t)) &DataObjects::EventWorkspace::getSpectrum)) eventList