Belle II Software development
GetArcLength Struct Reference

Helper Functor to get the arc length of a given result. More...

#include <CKFFunctors.h>

Public Member Functions

 operator TrackFindingCDC::FunctorTag ()
 Make it a functor.
 
template<class T , class SFINAE = decltype(&T::getArcLength)>
double operator() (const T &t) const
 Returns the weight of an object.
 

Detailed Description

Helper Functor to get the arc length of a given result.

Definition at line 44 of file CKFFunctors.h.

Member Function Documentation

◆ operator()()

double operator() ( const T &  t) const
inline

Returns the weight of an object.

Definition at line 50 of file CKFFunctors.h.

51 {
52 return t.getArcLength();
53 }

The documentation for this struct was generated from the following file: