10#include <tracking/trackFindingCDC/filters/base/Filter.fwd.h>
12#include <tracking/trackFindingCDC/utilities/CompositeProcessingSignalListener.h>
14#include <tracking/trackFindingCDC/numerics/Weight.h>
27 namespace TrackFindingCDC {
30 template<
class AObject>
77 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.
virtual std::vector< float > operator()(const std::vector< Object * > &objs)
Function to evaluate a vector of objects Base implementation applies the function to each object.
Weight operator()(const Object *obj)
Function to evaluate the object.
Filter< std::pair< const CDCCKFPath *, const CDCCKFPath * > > Interface
std::pair< const CDCCKFPath *, const CDCCKFPath * > Object
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.