#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
Structure to represent grouping information.
ScopedFileHelper::ScopedFile createGroupingXMLSinglePair(const std::string &pairName, const std::string &groupName)
Create an XML with two simple groups and a pair made from them.
DLLExport std::string groupingToXML(const Mantid::API::Grouping &grouping)
Create an XML file (as a string) containing muon grouping information.
ScopedFileHelper::ScopedFile createGroupingXMLSingleGroup(const std::string &groupName, const std::string &group)
Simplest possible grouping file, with only a single group.
ScopedFileHelper::ScopedFile createXMLwithPairsAndGroups(const int &nGroups=1, const int &nDetectorsPerGroup=1)
Create an XML file with grouping/pairing information.