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, std::string &name, int wi, int spec, int period, const boost::optional< API::Workspace_sptr > &workspaceOptional, const std::shared_ptr< API::MatrixWorkspace > &wsMatrix)
 
MANTID_CURVEFITTING_DLL boost::optional< API::Workspace_sptr > Mantid::CurveFitting::Algorithms::getWorkspace (const std::string &name, int period)
 
MANTID_CURVEFITTING_DLL std::vector< int > Mantid::CurveFitting::Algorithms::getWorkspaceIndicesFromAxes (API::MatrixWorkspace &ws, int workspaceIndex, int spectrumNumber, double start, double end)
 Get a workspace. More...
 
template<class Type >
Type Mantid::CurveFitting::Algorithms::lexCast (std::string input, const std::string &errorMessage)
 
MANTID_CURVEFITTING_DLL std::vector< InputSpectraToFit > Mantid::CurveFitting::Algorithms::makeNames (const std::string &inputList, int default_wi, int default_spec)
 Create a list of input workspace names. More...
 
void Mantid::CurveFitting::Algorithms::parseValueRange (const std::string &index, double &start, double &end, int &wi, int &spec)