Skip to content

Commit

Permalink
Add some debug output workspace. Refs #7001.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed May 10, 2013
1 parent aff4398 commit 56ea3a4
Show file tree
Hide file tree
Showing 3 changed files with 508 additions and 349 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "MantidAPI/Algorithm.h"
#include "MantidKernel/System.h"
#include "MantidDataObjects/OffsetsWorkspace.h"
#include "MantidDataObjects/TableWorkspace.h"
#include "MantidAPI/MatrixWorkspace.h"
#include <gsl/gsl_blas.h>
#include <gsl/gsl_multifit_nlin.h>
Expand Down Expand Up @@ -67,6 +68,9 @@ class DLLExport GetDetOffsetsMultiPeaks: public API::Algorithm
std::string m_backType;
std::string m_peakType;
double m_maxChiSq;

DataObjects::TableWorkspace_sptr m_infoTableWS;
DataObjects::TableWorkspace_sptr m_peakOffsetTableWS;
};

} // namespace Algorithm
Expand Down

0 comments on commit 56ea3a4

Please sign in to comment.