Mantid
Loading...
Searching...
No Matches
Namespaces | Functions
MergeMD.cpp File Reference
#include "MantidMDAlgorithms/MergeMD.h"
#include "MantidAPI/WorkspaceGroup.h"
#include "MantidDataObjects/MDBoxIterator.h"
#include "MantidDataObjects/MDEventFactory.h"
#include "MantidKernel/ArrayProperty.h"
#include "MantidKernel/CPUTimer.h"
#include "MantidKernel/MandatoryValidator.h"
#include "MantidKernel/Strings.h"

Go to the source code of this file.

Namespaces

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

Functions

template<size_t nd, size_t ond>
void Mantid::MDAlgorithms::copyEvent (const MDEvent< nd > &srcEvent, MDEvent< ond > &newEvent, const uint16_t expInfoIndexOffset)
 Copy the extra data (not signal, error or coordinates) from one event to another with different numbers of dimensions. More...
 
template<size_t nd, size_t ond>
void Mantid::MDAlgorithms::copyEvent (const MDLeanEvent< nd > &srcEvent, MDLeanEvent< ond > &newEvent, const uint16_t expInfoIndexOffset)
 Copy the extra data (not signal, error or coordinates) from one event to another with different numbers of dimensions. More...