10#include <tracking/trackFindingCDC/filters/base/Filter.dcl.h>
12#include <tracking/trackFindingCDC/numerics/Weight.h>
22 class ModuleParamList;
31 namespace TrackFindingCDC {
33 template<
class AObject>
36 template<
class AObject>
39 template <
class AObject>
45 template <
class AObject>
51 template <
class AObject>
54 return obj ? operator()(*obj) : NAN;
57 template <
class AObject>
60 std::vector<float> out;
61 for (
const auto& obj : objs) {
62 out.push_back(
operator()(obj));
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.