Skip to content
Snippets Groups Projects
Commit 8522c7a6 authored by Campbell, Stuart's avatar Campbell, Stuart
Browse files

Added getInstrumentFilename() method to return the filename of the instrument...

Added getInstrumentFilename() method to return the filename of the instrument geometry defintion file. refs #1463
parent 82cc7dfb
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,8 @@ namespace Mantid
const std::vector<std::string>& getDataSearchDirs() const;
/// Get the list of known instrument prefixes for the given facility
const std::vector<std::string>& getInstrumentPrefixes(const std::string& facility) const;
/// Gets the instrument geometry filename
const std::string getInstrumentFilename(const std::string& instrument) const;
/// Load facility information from instrumentDir/Facilities.xml file
void updateFacilities(const std::string& fName = "");
......
This diff is collapsed.
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