![]() |
Project
|
Go to the source code of this file.
Typedefs | |
using | MergingFunctionType = std::vector< o2::mch::Digit >(*)(const std::vector< o2::mch::Digit > &, const std::vector< o2::MCCompLabel > &) |
Functions | |
std::vector< o2::mch::Digit > | mergeDigitsMW (const std::vector< o2::mch::Digit > &inputDigits, const std::vector< o2::MCCompLabel > &labels) |
std::vector< o2::mch::Digit > | mergeDigitsLA1 (const std::vector< o2::mch::Digit > &inputDigits, const std::vector< o2::MCCompLabel > &labels) |
std::vector< o2::mch::Digit > | mergeDigitsLA2 (const std::vector< o2::mch::Digit > &inputDigits, const std::vector< o2::MCCompLabel > &labels) |
void | dumpDigits (const std::vector< o2::mch::Digit > &digits) |
std::vector< MergingFunctionType > | mergingFunctions () |
using MergingFunctionType = std::vector<o2::mch::Digit> (*)(const std::vector<o2::mch::Digit>&, const std::vector<o2::MCCompLabel>&) |
Definition at line 27 of file DigitMerging.h.
void dumpDigits | ( | const std::vector< o2::mch::Digit > & | digits | ) |
Definition at line 21 of file DigitMerging.cxx.
std::vector< o2::mch::Digit > mergeDigitsLA1 | ( | const std::vector< o2::mch::Digit > & | inputDigits, |
const std::vector< o2::MCCompLabel > & | labels | ||
) |
std::vector< o2::mch::Digit > mergeDigitsLA2 | ( | const std::vector< o2::mch::Digit > & | inputDigits, |
const std::vector< o2::MCCompLabel > & | labels | ||
) |
std::vector< o2::mch::Digit > mergeDigitsMW | ( | const std::vector< o2::mch::Digit > & | inputDigits, |
const std::vector< o2::MCCompLabel > & | labels | ||
) |
std::vector< MergingFunctionType > mergingFunctions | ( | ) |
Definition at line 147 of file DigitMerging.cxx.