#include <algorithm>
#include "MantidKernel/FacilityInfo.h"
#include "MantidKernel/InstrumentInfo.h"
#include "MantidKernel/Logger.h"
#include "MantidKernel/Strings.h"
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>
#include <Poco/AutoPtr.h>
#include <Poco/DOM/Element.h>
#include <Poco/DOM/NodeList.h>
#include <Poco/DOM/Text.h>
Go to the source code of this file.
|
namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments.
|
|
namespace | Mantid::Kernel |
|
|
MANTID_KERNEL_DLL std::ostream & | Mantid::Kernel::operator<< (std::ostream &buffer, const InstrumentInfo &instrumentDescriptor) |
| Allow this object to be printed to a stream. More...
|
|