 |
Belle II Software
release-05-02-19
|
12 #include <tracking/trackFindingCDC/filters/base/Filter.fwd.h>
14 #include <tracking/trackFindingCDC/utilities/CompositeProcessingSignalListener.h>
16 #include <tracking/trackFindingCDC/numerics/Weight.h>
25 class ModuleParamList;
27 namespace TrackFindingCDC {
30 template<
class AObject>
31 class Filter :
public CompositeProcessingSignalListener {
Type for two related objects.
Filter()
Default constructor.
virtual ~Filter()
Make destructor of interface class virtual.
virtual Weight operator()(const Object &obj)
Function to evaluate the object.
Abstract base class for different kinds of events.
virtual bool needsTruthInformation()
Indicates if the filter requires Monte Carlo information.
virtual void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix)
Expose the set of parameters of the filter to the module parameter list.
The Module parameter list class.
Filter< AObject > Interface
Mark this class as the basic interface.
AObject Object
Type of the object to be analysed.