EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
FilterMatching.h File Reference
#include <spdlog/spdlog.h>
#include <algorithms/algorithm.h>
#include <string>
#include <string_view>
#include "services/log/Log_service.h"
#include "algorithms/interfaces/WithPodConfig.h"
Include dependency graph for FilterMatching.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  eicrecon::FilterMatching< ToFilterObjectT, ToFilterFunction, FilterByObjectT, FilterByFunction >
 

Namespaces

namespace  eicrecon
 -client
 

Typedefs

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 > >