#include <spdlog/spdlog.h>
#include <algorithms/algorithm.h>
#include <string>
#include <string_view>
#include "services/log/Log_service.h"
#include "algorithms/interfaces/WithPodConfig.h"
Go to the source code of this file.
|
| template<class ToFilterObjectT , class FilterByObjectT > |
| using | eicrecon::FilterMatchingAlgorithm = algorithms::Algorithm< typename algorithms::Input< typename ToFilterObjectT::collection_type, typename FilterByObjectT::collection_type >, typename algorithms::Output< typename ToFilterObjectT::collection_type, typename ToFilterObjectT::collection_type > > |
| |