Mantid
Loading...
Searching...
No Matches
Namespaces | Functions
ParallelEventLoader.cpp File Reference
#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.

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::DataHandling
 

Functions

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)