\(\renewcommand\AA{\unicode{x212B}}\)
Table of Contents
Name | Direction | Type | Default | Description |
---|---|---|---|---|
LHSWorkspace | Input | IMDWorkspace | Mandatory | An MDEventWorkspace, MDHistoWorkspace or WorkspaceSingleValue as the left-hand side of the operation. |
RHSWorkspace | Input | IMDWorkspace | Mandatory | An MDEventWorkspace, MDHistoWorkspace or WorkspaceSingleValue as the right-hand side of the operation. |
OutputWorkspace | Output | IMDWorkspace | Mandatory | Name of the output MDEventWorkspace or MDHistoWorkspace. |
Multiply two MDHistoWorkspace’s or a MDHistoWorkspace and a scalar.
The error of \(f = a * b\) is propagated with \(df^2 = f^2 * (da^2 / a^2 + db^2 / b^2)\)
Categories: AlgorithmIndex | MDAlgorithms\MDArithmetic
C++ header: MultiplyMD.h (last modified: 2021-03-31)
C++ source: MultiplyMD.cpp (last modified: 2021-03-31)