10#include <tracking/trackFindingCDC/utilities/FunctorTag.h>
17 namespace TrackFindingCDC {
20 using Weight = double;
28 template<
class T,
class SFINAE = decltype(&T::getWeight)>
Abstract base class for different kinds of events.
Tag class to facilitate marking of class as a functor in the sense of this code.
Generic functor to get the weight from an object.
Weight operator()(const T &t) const
Returns the weight of an object.