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>
86 virtual std::vector<float>
operator()(
const std::vector <Object*>& objs);
The Module parameter list class.
Partial implementation for an algorithm part that wants to dispatch processing signals to subobjects.
Base class for filters on a generic object type.
virtual void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix)
Expose the set of parameters of the filter to the module parameter list.
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.