|
Mantid
|
#include "MantidCrystal/IntegratePeakTimeSlices.h"#include "MantidAPI/ConstraintFactory.h"#include "MantidAPI/FuncMinimizerFactory.h"#include "MantidAPI/FunctionDomain1D.h"#include "MantidAPI/FunctionFactory.h"#include "MantidAPI/IFuncMinimizer.h"#include "MantidAPI/IFunction.h"#include "MantidAPI/WorkspaceFactory.h"#include "MantidDataObjects/Workspace2D.h"#include "MantidHistogramData/BinEdges.h"#include <boost/math/special_functions/round.hpp>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Crystal |
Macros | |
| #define | IBACK 0 |
| #define | IIntensities 14 |
| #define | INBoundary 18 |
| #define | INCol 3 |
| #define | INRows 2 |
| #define | ISS1 15 |
| #define | ISSIx 10 |
| #define | ISSIxx 4 |
| #define | ISSIxy 6 |
| #define | ISSIy 11 |
| #define | ISSIyy 5 |
| #define | ISSx 12 |
| #define | ISSxx 7 |
| #define | ISSxy 9 |
| #define | ISSy 13 |
| #define | ISSyy 8 |
| #define | IStartCol 1 |
| #define | IStartRow 0 |
| #define | ITINTENS 1 |
| #define | ITotBoundary 17 |
| #define | IVarBoundary 19 |
| #define | IVariance 16 |
| #define | IVXX 4 |
| #define | IVXY 6 |
| #define | IVYY 5 |
| #define | IXMEAN 2 |
| #define | IYMEAN 3 |
| #define | NAttributes 20 |
| #define | NParameters 7 |
Functions | |
| double | Mantid::Crystal::SQRT (double v) |
| #define IBACK 0 |
Definition at line 65 of file IntegratePeakTimeSlices.cpp.
| #define IIntensities 14 |
Definition at line 56 of file IntegratePeakTimeSlices.cpp.
| #define INBoundary 18 |
Definition at line 60 of file IntegratePeakTimeSlices.cpp.
| #define INCol 3 |
Definition at line 45 of file IntegratePeakTimeSlices.cpp.
| #define INRows 2 |
Definition at line 44 of file IntegratePeakTimeSlices.cpp.
| #define ISS1 15 |
Definition at line 57 of file IntegratePeakTimeSlices.cpp.
| #define ISSIx 10 |
Definition at line 52 of file IntegratePeakTimeSlices.cpp.
| #define ISSIxx 4 |
Definition at line 46 of file IntegratePeakTimeSlices.cpp.
| #define ISSIxy 6 |
Definition at line 48 of file IntegratePeakTimeSlices.cpp.
| #define ISSIy 11 |
Definition at line 53 of file IntegratePeakTimeSlices.cpp.
| #define ISSIyy 5 |
Definition at line 47 of file IntegratePeakTimeSlices.cpp.
| #define ISSx 12 |
Definition at line 54 of file IntegratePeakTimeSlices.cpp.
| #define ISSxx 7 |
Definition at line 49 of file IntegratePeakTimeSlices.cpp.
| #define ISSxy 9 |
Definition at line 51 of file IntegratePeakTimeSlices.cpp.
| #define ISSy 13 |
Definition at line 55 of file IntegratePeakTimeSlices.cpp.
| #define ISSyy 8 |
Definition at line 50 of file IntegratePeakTimeSlices.cpp.
| #define IStartCol 1 |
Definition at line 43 of file IntegratePeakTimeSlices.cpp.
| #define IStartRow 0 |
Definition at line 42 of file IntegratePeakTimeSlices.cpp.
| #define ITINTENS 1 |
Definition at line 66 of file IntegratePeakTimeSlices.cpp.
| #define ITotBoundary 17 |
Definition at line 59 of file IntegratePeakTimeSlices.cpp.
| #define IVarBoundary 19 |
Definition at line 61 of file IntegratePeakTimeSlices.cpp.
| #define IVariance 16 |
Definition at line 58 of file IntegratePeakTimeSlices.cpp.
| #define IVXX 4 |
Definition at line 69 of file IntegratePeakTimeSlices.cpp.
| #define IVXY 6 |
Definition at line 71 of file IntegratePeakTimeSlices.cpp.
| #define IVYY 5 |
Definition at line 70 of file IntegratePeakTimeSlices.cpp.
| #define IXMEAN 2 |
Definition at line 67 of file IntegratePeakTimeSlices.cpp.
| #define IYMEAN 3 |
Definition at line 68 of file IntegratePeakTimeSlices.cpp.
| #define NAttributes 20 |
Definition at line 62 of file IntegratePeakTimeSlices.cpp.
| #define NParameters 7 |
Definition at line 77 of file IntegratePeakTimeSlices.cpp.