![]() |
Project
|
#include "DigitMerging.h"
#include <map>
#include <algorithm>
#include <numeric>
#include <iostream>
#include <set>
Go to the source code of this file.
Functions | |
void | dumpDigits (const std::vector< Digit > &digits) |
std::vector< Digit > | mergeDigits_sortnosizeadjust (const std::vector< Digit > &inputDigits, const std::vector< o2::MCCompLabel > &inputLabels) |
std::vector< Digit > | mergeDigits_sortsizeadjust (const std::vector< Digit > &inputDigits, const std::vector< o2::MCCompLabel > &inputLabels) |
std::vector< Digit > | mergeDigits_map (const std::vector< Digit > &inputDigits, const std::vector< o2::MCCompLabel > &inputLabels) |
std::vector< MergingFunctionType > | mergingFunctions () |
Definition at line 21 of file DigitMerging.cxx.
std::vector< Digit > mergeDigits_map | ( | const std::vector< Digit > & | inputDigits, |
const std::vector< o2::MCCompLabel > & | inputLabels | ||
) |
Definition at line 112 of file DigitMerging.cxx.
std::vector< Digit > mergeDigits_sortnosizeadjust | ( | const std::vector< Digit > & | inputDigits, |
const std::vector< o2::MCCompLabel > & | inputLabels | ||
) |
Definition at line 32 of file DigitMerging.cxx.
std::vector< Digit > mergeDigits_sortsizeadjust | ( | const std::vector< Digit > & | inputDigits, |
const std::vector< o2::MCCompLabel > & | inputLabels | ||
) |
Definition at line 70 of file DigitMerging.cxx.
std::vector< MergingFunctionType > mergingFunctions | ( | ) |
Definition at line 147 of file DigitMerging.cxx.