Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
DoublePulseFit.h File Reference
#include "MantidAPI/MatrixWorkspace.h"
#include "MantidAPI/MultiDomainFunction.h"
#include "MantidAPI/ParamFunction.h"
#include "MantidCurveFitting/Functions/Convolution.h"
#include "MantidCurveFitting/IFittingAlgorithm.h"

Go to the source code of this file.

Classes

class  Mantid::CurveFitting::Algorithms::DoublePulseFit
 A function to fit muon data from a double pulse source. More...
 

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::API
 
namespace  Mantid::CurveFitting
 
namespace  Mantid::CurveFitting::Algorithms
 

Functions

MANTID_CURVEFITTING_DLL Mantid::API::IFunction_sptr Mantid::CurveFitting::Algorithms::extractInnerFunction (std::shared_ptr< const API::MultiDomainFunction > const &function)
 
MANTID_CURVEFITTING_DLL Mantid::API::IFunction_sptr Mantid::CurveFitting::Algorithms::extractInnerFunction (std::shared_ptr< const Mantid::CurveFitting::Functions::Convolution > const &function)
 
MANTID_CURVEFITTING_DLL Mantid::API::IFunction_sptr Mantid::CurveFitting::Algorithms::getDoublePulseFunction (std::shared_ptr< const API::IFunction > const &function, double offset, double firstPulseWeight, double secondPulseWeight)
 
MANTID_CURVEFITTING_DLL Mantid::API::IFunction_sptr Mantid::CurveFitting::Algorithms::getDoublePulseMultiDomainFunction (std::shared_ptr< const API::MultiDomainFunction > const &function, double offset, double firstPulseWeight, double secondPulseWeight)