Skip to content

Commit

Permalink
Re #11508 Started to modify InstrumenDefinitionParser
Browse files Browse the repository at this point in the history
to understand description
  • Loading branch information
abuts committed Apr 17, 2015
1 parent 11e742b commit 3d487c1
Show file tree
Hide file tree
Showing 6 changed files with 252 additions and 229 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ class MANTID_GEOMETRY_DLL XMLInstrumentParameter {
const std::vector<std::string> &constraint, std::string &penaltyFactor,
const std::string &fitFunc, const std::string &extractSingleValueAs,
const std::string &eq, const Geometry::IComponent *comp,
double angleConvertConst);
double angleConvertConst,
const std::string &description);

/// Destructor
~XMLInstrumentParameter() {}
Expand Down Expand Up @@ -108,6 +109,8 @@ class MANTID_GEOMETRY_DLL XMLInstrumentParameter {
/// otherwise if this const equals 180/pi it means that angle=radian is set in
/// IDF
double m_angleConvertConst;
/// if present, contains help string, describing the parameter
const std::string m_description;
};

} // namespace Geometry
Expand Down

0 comments on commit 3d487c1

Please sign in to comment.