Mantid
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
LogParser.cpp File Reference
#include "MantidKernel/LogParser.h"
#include "MantidKernel/Logger.h"
#include "MantidKernel/PropertyWithValue.h"
#include "MantidKernel/Strings.h"
#include "MantidKernel/TimeSeriesProperty.h"
#include <fstream>

Go to the source code of this file.

Namespaces

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

Functions

MANTID_KERNEL_DLL double Mantid::Kernel::timeMean (const Kernel::Property *p)
 Returns the mean value if the property is TimeSeriesProperty<double> More...
 

Variables

constexpr const char * START_COLLECTION = "START_COLLECTION"
 
constexpr const char * STOP_COLLECTION = "STOP_COLLECTION"
 

Variable Documentation

◆ START_COLLECTION

constexpr const char* START_COLLECTION = "START_COLLECTION"
constexpr

Definition at line 19 of file LogParser.cpp.

◆ STOP_COLLECTION

constexpr const char* STOP_COLLECTION = "STOP_COLLECTION"
constexpr

Definition at line 20 of file LogParser.cpp.