Mantid
Loading...
Searching...
No Matches
Namespaces | Functions
PlotPeakByLogValueHelper.cpp File Reference
#include "MantidCurveFitting/Algorithms/PlotPeakByLogValueHelper.h"
#include "MantidAPI/AnalysisDataService.h"
#include "MantidAPI/Axis.h"
#include "MantidAPI/IAlgorithm.h"
#include "MantidAPI/Workspace.h"
#include "MantidAPI/WorkspaceGroup.h"
#include "MantidDataObjects/Workspace2D.h"
#include "MantidKernel/StringTokenizer.h"
#include <boost/lexical_cast.hpp>

Go to the source code of this file.

Namespaces

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

Functions

void Mantid::CurveFitting::Algorithms::addGroupWorkspace (std::vector< InputSpectraToFit > &nameList, double start, double end, int wi, int spec, int period, const std::shared_ptr< API::WorkspaceGroup > &wsg)
 
void Mantid::CurveFitting::Algorithms::addMatrixworkspace (std::vector< InputSpectraToFit > &nameList, double start, double end, const std::string &name, int wi, int spec, int period, const std::optional< API::Workspace_sptr > &workspaceOptional, const std::shared_ptr< API::MatrixWorkspace > &wsMatrix)
 
MANTID_CURVEFITTING_DLL void Mantid::CurveFitting::Algorithms::appendInputSpectraToList (std::vector< InputSpectraToFit > &nameList, const std::string &name, const std::shared_ptr< API::MatrixWorkspace > &ws, int workspaceIndex, int spectrumNumber, double start, double end, int period, const bool &workspaceOptional)
 Get a workspace.
 
MANTID_CURVEFITTING_DLL std::optional< API::Workspace_sptrMantid::CurveFitting::Algorithms::getWorkspace (const std::string &name, int period)
 
template<class Type >
Type Mantid::CurveFitting::Algorithms::lexCast (std::string input, const std::string &errorMessage)
 
MANTID_CURVEFITTING_DLL std::vector< InputSpectraToFitMantid::CurveFitting::Algorithms::makeNames (const std::string &inputList, int default_wi, int default_spec)
 Create a list of input workspace names.
 
void Mantid::CurveFitting::Algorithms::parseValueRange (const std::string &index, double &start, double &end, int &wi, int &spec)