Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
LoadEMU.cpp File Reference
#include "MantidDataHandling/LoadEMU.h"
#include "MantidAPI/AnalysisDataService.h"
#include "MantidAPI/Axis.h"
#include "MantidAPI/FileProperty.h"
#include "MantidAPI/LogManager.h"
#include "MantidAPI/RegisterFileLoader.h"
#include "MantidAPI/Run.h"
#include "MantidDataHandling/LoadANSTOEventFile.h"
#include "MantidDataObjects/EventWorkspace.h"
#include "MantidGeometry/Instrument.h"
#include "MantidGeometry/Instrument/ComponentInfo.h"
#include "MantidGeometry/Instrument/DetectorInfo.h"
#include "MantidGeometry/Instrument/RectangularDetector.h"
#include "MantidGeometry/Objects/ShapeFactory.h"
#include "MantidKernel/OptionalBool.h"
#include "MantidKernel/PropertyWithValue.h"
#include "MantidKernel/UnitFactory.h"
#include "MantidNexus/NexusClasses.h"
#include <boost/filesystem.hpp>
#include <boost/math/special_functions/round.hpp>
#include <boost/math/tools/minima.hpp>
#include <Poco/AutoPtr.h>
#include <Poco/TemporaryFile.h>
#include <Poco/Util/PropertyFileConfiguration.h>
#include <algorithm>
#include <cmath>
#include <cstdio>
#include <fstream>
#include <utility>

Go to the source code of this file.

Classes

class  Mantid::DataHandling::EMU::EventAssigner
 
class  Mantid::DataHandling::EMU::EventCounter
 
class  Mantid::DataHandling::EMU::EventProcessor
 

Namespaces

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

Functions

template<typename EP >
void Mantid::DataHandling::EMU::loadEvents (API::Progress &prog, const char *progMsg, const std::string &eventFile, EP &eventProcessor)
 

Variable Documentation

◆ _ifs

std::ifstream _ifs
private

Definition at line 337 of file LoadEMU.cpp.

◆ _size

size_t _size
private

Definition at line 338 of file LoadEMU.cpp.

◆ m_A

const double m_A
private

Definition at line 230 of file LoadEMU.cpp.

◆ m_L0

const double m_L0
private

Definition at line 228 of file LoadEMU.cpp.

◆ m_L2

const std::vector<double>& m_L2
private

Definition at line 231 of file LoadEMU.cpp.

◆ m_phi

const double m_phi
private

Definition at line 227 of file LoadEMU.cpp.

◆ m_v2

const double m_v2
private

Definition at line 229 of file LoadEMU.cpp.

◆ m_w

const double m_w
private

Definition at line 226 of file LoadEMU.cpp.