Mantid
Loading...
Searching...
No Matches
Namespaces
CompressEventAccumulator.cpp File Reference
#include "MantidDataHandling/CompressEventAccumulator.h"
#include "MantidDataObjects/EventList.h"
#include <algorithm>
#include <tbb/parallel_sort.h>

Go to the source code of this file.

Namespaces

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

Variable Documentation

◆ m_count

std::vector<uint32_t> m_count
private

sum of all events seen in an individual bin

Definition at line 358 of file CompressEventAccumulator.cpp.

◆ m_is_sorted

bool m_is_sorted
mutableprivate

Definition at line 187 of file CompressEventAccumulator.cpp.

◆ m_tof

std::vector<float> m_tof
mutableprivate

◆ m_tof_bin

std::vector<uint32_t> m_tof_bin
mutableprivate

Definition at line 303 of file CompressEventAccumulator.cpp.

◆ MAX_EVENTS

constexpr size_t MAX_EVENTS {20000}
staticconstexpr

Definition at line 297 of file CompressEventAccumulator.cpp.