Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
TimeSplitter.h File Reference
#include "MantidKernel/DateAndTime.h"

Go to the source code of this file.

Classes

class  Mantid::Kernel::SplittingInterval
 Class holding a start/end time and a destination for splitting event lists and logs. More...
 

Namespaces

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

Functions

MANTID_KERNEL_DLL TimeSplitterType Mantid::Kernel::operator& (const TimeSplitterType &a, const TimeSplitterType &b)
 AND operator for TimeSplitterType Works on Filters - combines them to only keep times where both Filters are TRUE. More...
 
MANTID_KERNEL_DLL TimeSplitterType Mantid::Kernel::operator+ (const TimeSplitterType &a, const TimeSplitterType &b)
 Plus operator for TimeSplitterType. More...
 
MANTID_KERNEL_DLL TimeSplitterType Mantid::Kernel::operator| (const TimeSplitterType &a, const TimeSplitterType &b)
 OR operator for TimeSplitterType Only works on Filters, not splitters. More...
 
MANTID_KERNEL_DLL TimeSplitterType Mantid::Kernel::operator~ (const TimeSplitterType &a)
 NOT operator for TimeSplitterType Only works on Filters. More...