|
EICrecon
JANA based reconstruction for the EPIC detector
|
#include <FilterMatching.h>


Public Member Functions | |
| FilterMatching (std::string_view name) | |
| void | init () final |
| void | process (const typename FilterMatchingAlgorithm< ToFilterObjectT, FilterByObjectT >::Input &input, const typename FilterMatchingAlgorithm< ToFilterObjectT, ToFilterObjectT >::Output &output) const final |
Public Member Functions inherited from eicrecon::WithPodConfig< NoConfig > | |
| NoConfig & | getConfig () |
| Get a configuration to be changed. | |
| NoConfig & | applyConfig (NoConfig cfg) |
| Sets a configuration (config is properly copyible) | |
Additional Inherited Members | |
Public Types inherited from eicrecon::WithPodConfig< NoConfig > | |
| using | ConfigType = NoConfig |
Protected Attributes inherited from eicrecon::WithPodConfig< NoConfig > | |
| NoConfig | m_cfg |
Filters a collection by the members of another collection The first collection is divided up into two collections where its elements either passed the filter or not The second collection provides a filter Functions need to be provided along with the collections to form the link between the data types These functions are envisioned to link the objectIDs of the collection/associations but could be anything
|
inline |
|
inlinefinal |
|
inlinefinal |