Mantid
|
#include "MantidAlgorithms/He3TubeEfficiency.h"
#include "MantidAPI/Axis.h"
#include "MantidAPI/HistogramValidator.h"
#include "MantidAPI/InstrumentValidator.h"
#include "MantidAPI/SpectrumInfo.h"
#include "MantidAPI/WorkspaceUnitValidator.h"
#include "MantidDataObjects/EventWorkspace.h"
#include "MantidDataObjects/Workspace2D.h"
#include "MantidDataObjects/WorkspaceCreation.h"
#include "MantidGeometry/Instrument.h"
#include "MantidGeometry/Instrument/ParameterMap.h"
#include "MantidGeometry/Objects/IObject.h"
#include "MantidGeometry/Objects/Track.h"
#include "MantidKernel/ArrayBoundedValidator.h"
#include "MantidKernel/ArrayProperty.h"
#include "MantidKernel/CompositeValidator.h"
#include <cmath>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Algorithms |
Variables | |
const double | DIST_TO_UNIVERSE_EDGE = 1e3 |
const double | EXP_SCALAR_CONST = 2175.486863864 |
const double | TOL = 1.0e-8 |
const double DIST_TO_UNIVERSE_EDGE = 1e3 |
Definition at line 28 of file He3TubeEfficiency.cpp.
Referenced by Mantid::Algorithms::DetectorEfficiencyCor::getDetectorGeometry(), and Mantid::Algorithms::He3TubeEfficiency::getDetectorGeometry().
const double EXP_SCALAR_CONST = 2175.486863864 |
Definition at line 31 of file He3TubeEfficiency.cpp.
Referenced by Mantid::Algorithms::He3TubeEfficiency::calculateExponential().
const double TOL = 1.0e-8 |
Definition at line 34 of file He3TubeEfficiency.cpp.
Referenced by Mantid::Algorithms::He3TubeEfficiency::calculateExponential(), and ComponentCreationHelper::double_cmprsn().