Mantid
Loading...
Searching...
No Matches
Namespaces | Functions
AlignDetectors.cpp File Reference
#include "MantidAlgorithms/AlignDetectors.h"
#include "MantidAPI/Axis.h"
#include "MantidAPI/FileProperty.h"
#include "MantidAPI/ITableWorkspace.h"
#include "MantidAPI/RawCountValidator.h"
#include "MantidAPI/WorkspaceUnitValidator.h"
#include "MantidDataObjects/EventWorkspace.h"
#include "MantidDataObjects/OffsetsWorkspace.h"
#include "MantidKernel/CompositeValidator.h"
#include "MantidKernel/PhysicalConstants.h"
#include "MantidKernel/UnitFactory.h"
#include "MantidKernel/V3D.h"
#include <fstream>
#include <sstream>
#include <utility>

Go to the source code of this file.

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::Algorithms
 

Functions

void Mantid::Algorithms::setXAxisUnits (const API::MatrixWorkspace_sptr &outputWS)
 

Variable Documentation

◆ m_detidToRow

std::map<detid_t, size_t> m_detidToRow
private

Definition at line 96 of file AlignDetectors.cpp.

◆ m_difaCol

Column_const_sptr m_difaCol
private

Definition at line 98 of file AlignDetectors.cpp.

◆ m_difcCol

Column_const_sptr m_difcCol
private

Definition at line 97 of file AlignDetectors.cpp.

◆ m_tzeroCol

Column_const_sptr m_tzeroCol
private

Definition at line 99 of file AlignDetectors.cpp.