MultiplyRange
From MantidProject
Contents |
Summary
An algorithm to multiply a range of bins in a workspace by the factor given.
Properties
| Order | Name | Direction | Type | Default | Description |
|---|---|---|---|---|---|
| 1 | InputWorkspace | Input | MatrixWorkspace | Mandatory | The name of the input workspace. |
| 2 | OutputWorkspace | Output | MatrixWorkspace | Mandatory | The name of the output workspace. |
| 3 | StartBin | Input | ? | ? | ? |
| 4 | EndBin | Input | ? | ? | ? |
| 5 | Factor | Input | double | 0.0 | The value by which to multiply the input data range |
Description
Source Code
Header MultiplyRange.h
Source MultiplyRange.cpp
