Belle II Software development
SeedGetter Struct Reference

Helper Functor to get the Seed of a given result. More...

#include <CKFFunctors.h>

Public Member Functions

 operator TrackFindingCDC::FunctorTag ()
 Make it a functor.
 
template<class T >
auto operator() (const T &t) const
 Returns the seed of an object.
 

Detailed Description

Helper Functor to get the Seed of a given result.

Definition at line 18 of file CKFFunctors.h.

Member Function Documentation

◆ operator()()

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

Returns the seed of an object.

Definition at line 24 of file CKFFunctors.h.

25 {
26 return t.getSeed();
27 }

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