#include "MantidDataHandling/ParallelEventLoader.h"
#include "MantidDataObjects/EventWorkspace.h"
#include "MantidGeometry/Instrument/DetectorInfo.h"
#include "MantidIndexing/IndexInfo.h"
#include "MantidParallel/IO/EventLoader.h"
#include "MantidTypes/Event/TofEvent.h"
#include "MantidTypes/SpectrumDefinition.h"
Go to the source code of this file.
|
std::vector< int32_t > | Mantid::DataHandling::bankOffsets (const API::ExperimentInfo &ws, const std::string &filename, const std::string &groupName, const std::vector< std::string > &bankNames) |
| Return offset between global spectrum index and detector ID for given banks. More...
|
|
std::vector< int32_t > | Mantid::DataHandling::bankOffsetsSpectrumNumbers (const API::MatrixWorkspace &ws, const std::string &filename, const std::string &groupName, const std::vector< std::string > &bankNames) |
| Return offset between global spectrum index and spectrum number for given banks. More...
|
|
std::vector< int32_t > | Mantid::DataHandling::getOffsets (const DataObjects::EventWorkspace &ws, const std::string &filename, const std::string &groupName, const std::vector< std::string > &bankNames, const bool eventIDIsSpectrumNumber) |
|
std::vector< std::vector< Types::Event::TofEvent > * > | Mantid::DataHandling::getResultVector (DataObjects::EventWorkspace &ws) |
|