Skip to content
Snippets Groups Projects
Commit 14e7fe24 authored by Moore's avatar Moore
Browse files

doxygen fix re #16612

parent 0a44cca6
No related branches found
No related tags found
No related merge requests found
......@@ -61,11 +61,11 @@ private:
void init() override;
void exec() override;
void retrieveProperties();
double calculateFormulaValue(const std::string &, double);
MantidVec calculateEfficiency(double, const std::string &,
const HistogramData::HistogramX &);
double calculateFormulaValue(const std::string &formula, double energy);
MantidVec calculateEfficiency(double eff0, const std::string &formula,
const HistogramData::HistogramX &xIn);
std::string getValFromInstrumentDef(const std::string &);
std::string getValFromInstrumentDef(const std::string &parameterName);
HistogramData::Histogram
applyDetEfficiency(const size_t nChans, const Mantid::MantidVec &effVec,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment