Mantid
|
#include "MantidCrystal/FindSXPeaksHelper.h"
#include "MantidAPI/Progress.h"
#include "MantidGeometry/Instrument/DetectorGroup.h"
#include "MantidKernel/ConfigService.h"
#include "MantidKernel/Logger.h"
#include "MantidKernel/PhysicalConstants.h"
#include "MantidKernel/Unit.h"
#include "MantidKernel/UnitFactory.h"
#include "MantidTypes/SpectrumDefinition.h"
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/connected_components.hpp>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Crystal |
namespace | Mantid::Crystal::FindSXPeaksHelper |
Macros | |
#define | BOOST_ALLOW_DEPRECATED_HEADERS |
Typedefs | |
using | Mantid::Crystal::FindSXPeaksHelper::Edge = boost::graph_traits< PeakGraph >::edge_descriptor |
using | Mantid::Crystal::FindSXPeaksHelper::PeakGraph = adjacency_list< vecS, vecS, undirectedS, SXPeak * > |
using | Mantid::Crystal::FindSXPeaksHelper::Vertex = boost::graph_traits< PeakGraph >::vertex_descriptor |
Variables | |
Mantid::Kernel::Logger | Mantid::Crystal::FindSXPeaksHelper::g_log ("FindSXPeaksHelper") |
#define BOOST_ALLOW_DEPRECATED_HEADERS |
Definition at line 18 of file FindSXPeaksHelper.cpp.