Mantid
Loading...
Searching...
No Matches
Namespaces | Functions
MuonGroupingXMLHelper.cpp File Reference
#include "MantidFrameworkTestHelpers/MuonGroupingXMLHelper.h"
#include "MantidAPI/GroupingLoader.h"
#include "MantidMuon/MuonAlgorithmHelper.h"
#include <Poco/DOM/DOMParser.h>
#include <Poco/DOM/DOMWriter.h>
#include <Poco/DOM/Document.h>
#include <Poco/DOM/NodeList.h>
#include <Poco/DOM/Text.h>
#include <Poco/XML/XMLWriter.h>

Go to the source code of this file.

Namespaces

namespace  MuonGroupingXMLHelper
 

Functions

ScopedFileHelper::ScopedFile MuonGroupingXMLHelper::createGroupingXMLSingleGroup (const std::string &groupName, const std::string &group)
 Simplest possible grouping file, with only a single group. More...
 
ScopedFileHelper::ScopedFile MuonGroupingXMLHelper::createGroupingXMLSinglePair (const std::string &pairName, const std::string &groupName)
 Create an XML with two simple groups and a pair made from them. More...
 
ScopedFileHelper::ScopedFile MuonGroupingXMLHelper::createXMLwithPairsAndGroups (const int &nGroups=1, const int &nDetectorsPerGroup=1)
 Create an XML file with grouping/pairing information. More...
 
DLLExport std::string MuonGroupingXMLHelper::groupingToXML (const Mantid::API::Grouping &grouping)
 Create an XML file (as a string) containing muon grouping information. More...