Belle II Software development
|
Helper class to redirect only the first element in a pair to the child algorithm. More...
#include <FirstOfPairInBox.h>
Public Types | |
using | HoughBox = typename AHitInBoxAlgorithm::HoughBox |
The type of the underlying HoughBox (copied from the underlying hit algorithm) | |
using | BoxAlgorithm = AHitInBoxAlgorithm |
The hit-finding algorithm. | |
Public Member Functions | |
template<class APairObject > | |
Weight | operator() (const APairObject &pairObject, const HoughBox *box) |
Redirect the first element of a pair to the next algorithm. | |
Helper class to redirect only the first element in a pair to the child algorithm.
Definition at line 23 of file FirstOfPairInBox.h.
using BoxAlgorithm = AHitInBoxAlgorithm |
The hit-finding algorithm.
Definition at line 28 of file FirstOfPairInBox.h.
using HoughBox = typename AHitInBoxAlgorithm::HoughBox |
The type of the underlying HoughBox (copied from the underlying hit algorithm)
Definition at line 26 of file FirstOfPairInBox.h.
|
inline |
Redirect the first element of a pair to the next algorithm.
Definition at line 32 of file FirstOfPairInBox.h.