Belle II Software
release-08-01-10
|
Generic functor to get the weight from an object. More...
#include <Weight.h>
Public Member Functions | |
operator FunctorTag () | |
Marker function for the isFunctor test. | |
template<class T , class SFINAE = decltype(&T::getWeight)> | |
Weight | operator() (const T &t) const |
Returns the weight of an object. | |