Skip to content

Commit

Permalink
refs #10384 Logic for processing background removal properties
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Oct 24, 2014
1 parent 402aa2f commit 7176a1e
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 127 deletions.
5 changes: 5 additions & 0 deletions Code/Mantid/Framework/Algorithms/inc/MantidAlgorithms/Rebin.h
Expand Up @@ -83,6 +83,11 @@ class DLLExport Rebin : public API::Algorithm


void propagateMasks(API::MatrixWorkspace_const_sptr inputW, API::MatrixWorkspace_sptr outputW, int hist);

private:
// method to check if removing background is requested and possible
API::MatrixWorkspace_const_sptr checkRemoveBackgroundParameters(const API::MatrixWorkspace_sptr &inputWS,int &eMode, bool PreserveEvents);

};

} // namespace Algorithms
Expand Down

0 comments on commit 7176a1e

Please sign in to comment.