Project
Loading...
Searching...
No Matches
DigitMerging.h File Reference
#include <vector>
#include "DataFormatsMCH/Digit.h"
#include "SimulationDataFormat/MCCompLabel.h"

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::DigitmergeDigitsMW (const std::vector< o2::mch::Digit > &inputDigits, const std::vector< o2::MCCompLabel > &labels)
 
std::vector< o2::mch::DigitmergeDigitsLA1 (const std::vector< o2::mch::Digit > &inputDigits, const std::vector< o2::MCCompLabel > &labels)
 
std::vector< o2::mch::DigitmergeDigitsLA2 (const std::vector< o2::mch::Digit > &inputDigits, const std::vector< o2::MCCompLabel > &labels)
 
void dumpDigits (const std::vector< o2::mch::Digit > &digits)
 
std::vector< MergingFunctionTypemergingFunctions ()
 

Typedef Documentation

◆ MergingFunctionType

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.

Function Documentation

◆ dumpDigits()

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

Definition at line 21 of file DigitMerging.cxx.

◆ mergeDigitsLA1()

std::vector< o2::mch::Digit > mergeDigitsLA1 ( const std::vector< o2::mch::Digit > &  inputDigits,
const std::vector< o2::MCCompLabel > &  labels 
)

◆ mergeDigitsLA2()

std::vector< o2::mch::Digit > mergeDigitsLA2 ( const std::vector< o2::mch::Digit > &  inputDigits,
const std::vector< o2::MCCompLabel > &  labels 
)

◆ mergeDigitsMW()

std::vector< o2::mch::Digit > mergeDigitsMW ( const std::vector< o2::mch::Digit > &  inputDigits,
const std::vector< o2::MCCompLabel > &  labels 
)

◆ mergingFunctions()

std::vector< MergingFunctionType > mergingFunctions ( )

Definition at line 147 of file DigitMerging.cxx.