Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Typedefs
LoadANSTOHelper.h File Reference
#include "MantidAPI/IFileLoader.h"
#include "MantidDataObjects/EventWorkspace.h"
#include "MantidGeometry/Instrument.h"
#include "MantidNexus/NexusClasses.h"

Go to the source code of this file.

Classes

class  Mantid::DataHandling::ANSTO::EventAssigner
 
class  Mantid::DataHandling::ANSTO::EventAssignerFixedWavelength
 
class  Mantid::DataHandling::ANSTO::EventCounter
 
class  Mantid::DataHandling::ANSTO::EventProcessor
 
class  Mantid::DataHandling::ANSTO::FastReadOnlyFile
 
class  Mantid::DataHandling::ANSTO::ProgressTracker
 helper class to keep track of progress More...
 
struct  Mantid::DataHandling::ANSTO::Tar::EntryHeader
 
class  Mantid::DataHandling::ANSTO::Tar::File
 
struct  Mantid::DataHandling::ANSTO::Tar::File::FileInfo
 

Namespaces

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

Macros

#define TarTypeFlag_BlockSpecial   '4'
 
#define TarTypeFlag_CharacterSpecial   '3'
 
#define TarTypeFlag_ContiguousFile   '7'
 
#define TarTypeFlag_Directory   '5'
 
#define TarTypeFlag_FIFO   '6'
 
#define TarTypeFlag_HardLink   '1'
 
#define TarTypeFlag_NormalFile   '0'
 
#define TarTypeFlag_SymbolicLink   '2'
 

Typedefs

using Mantid::DataHandling::ANSTO::EventVector_pt = std::vector< Types::Event::TofEvent > *
 pointer to the vector of events More...
 

Macro Definition Documentation

◆ TarTypeFlag_BlockSpecial

#define TarTypeFlag_BlockSpecial   '4'

Definition at line 22 of file LoadANSTOHelper.h.

◆ TarTypeFlag_CharacterSpecial

#define TarTypeFlag_CharacterSpecial   '3'

Definition at line 21 of file LoadANSTOHelper.h.

◆ TarTypeFlag_ContiguousFile

#define TarTypeFlag_ContiguousFile   '7'

Definition at line 25 of file LoadANSTOHelper.h.

◆ TarTypeFlag_Directory

#define TarTypeFlag_Directory   '5'

Definition at line 23 of file LoadANSTOHelper.h.

◆ TarTypeFlag_FIFO

#define TarTypeFlag_FIFO   '6'

Definition at line 24 of file LoadANSTOHelper.h.

◆ TarTypeFlag_HardLink

#define TarTypeFlag_HardLink   '1'

Definition at line 19 of file LoadANSTOHelper.h.

◆ TarTypeFlag_NormalFile

#define TarTypeFlag_NormalFile   '0'

Definition at line 18 of file LoadANSTOHelper.h.

◆ TarTypeFlag_SymbolicLink

#define TarTypeFlag_SymbolicLink   '2'

Definition at line 20 of file LoadANSTOHelper.h.