10#include <tracking/trackFindingCDC/filters/base/Filter.fwd.h>
12#include <tracking/trackFindingCDC/utilities/CompositeProcessingSignalListener.h>
14#include <tracking/trackFindingCDC/numerics/Weight.h>
25 class ModuleParamList;
27 namespace TrackFindingCDC {
30 template<
class AObject>
77 virtual std::vector<float>
operator()(
const std::vector <Object*>& objs);
Partial implementation for an algorithm part that wants to dispatch processing signals to subobjects.
Base class for filters on a generic object type.
AObject Object
Type of the object to be analysed.
virtual Weight operator()(const Object &obj)
Function to evaluate the object.
Filter()
Default constructor.
virtual bool needsTruthInformation()
Indicates if the filter requires Monte Carlo information.
virtual ~Filter()
Make destructor of interface class virtual.
Abstract base class for different kinds of events.