Project
Loading...
Searching...
No Matches
DigitMerging.cxx File Reference
#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< DigitmergeDigits_sortnosizeadjust (const std::vector< Digit > &inputDigits, const std::vector< o2::MCCompLabel > &inputLabels)
 
std::vector< DigitmergeDigits_sortsizeadjust (const std::vector< Digit > &inputDigits, const std::vector< o2::MCCompLabel > &inputLabels)
 
std::vector< DigitmergeDigits_map (const std::vector< Digit > &inputDigits, const std::vector< o2::MCCompLabel > &inputLabels)
 
std::vector< MergingFunctionTypemergingFunctions ()
 

Function Documentation

◆ dumpDigits()

void dumpDigits ( const std::vector< Digit > &  digits)

Definition at line 21 of file DigitMerging.cxx.

◆ mergeDigits_map()

std::vector< Digit > mergeDigits_map ( const std::vector< Digit > &  inputDigits,
const std::vector< o2::MCCompLabel > &  inputLabels 
)

Definition at line 112 of file DigitMerging.cxx.

◆ mergeDigits_sortnosizeadjust()

std::vector< Digit > mergeDigits_sortnosizeadjust ( const std::vector< Digit > &  inputDigits,
const std::vector< o2::MCCompLabel > &  inputLabels 
)

Definition at line 32 of file DigitMerging.cxx.

◆ mergeDigits_sortsizeadjust()

std::vector< Digit > mergeDigits_sortsizeadjust ( const std::vector< Digit > &  inputDigits,
const std::vector< o2::MCCompLabel > &  inputLabels 
)

Definition at line 70 of file DigitMerging.cxx.

◆ mergingFunctions()

std::vector< MergingFunctionType > mergingFunctions ( )

Definition at line 147 of file DigitMerging.cxx.