Skip to content

Commit

Permalink
Fixed a doxygen error. Refs #9095.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed May 19, 2014
1 parent dec8e76 commit b3960a3
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,14 @@ class DLLExport GetDetOffsetsMultiPeaks: public API::Algorithm
void importFitWindowTableWorkspace(DataObjects::TableWorkspace_sptr windowtablews);

/// Call Gaussian as a Child Algorithm to fit the peak in a spectrum
int fitSpectra(const int64_t wi, API::MatrixWorkspace_sptr m_inputWS, const std::vector<double> &m_peakPositions,
const std::vector<double> &m_fitWindows, size_t &nparams, double &minD, double &maxD,
std::vector<double>&peakPosToFit, std::vector<double> &peakPosFitted, std::vector<double> &chisq,
std::vector<double> &peakHeights, int &i_highestpeak, double& resolution, double& dev_resolution);
int fitSpectra(const int64_t wi, MatrixWorkspace_sptr inputW,
const std::vector<double> &peakPositions,
const std::vector<double> &fitWindows, size_t &nparams,
double &minD, double &maxD,
std::vector<double>&peakPosToFit, std::vector<double>&peakPosFitted,
std::vector<double> &chisq,
std::vector<double> &peakHeights, int& i_highestpeak,
double& resolution, double& dev_resolution);

/// Add peak fitting and offset calculation information to information table workspaces per spectrum
void addInfoToReportWS(int wi, FitPeakOffsetResult offsetresult, const std::vector<double> &tofitpeakpositions,
Expand Down

0 comments on commit b3960a3

Please sign in to comment.