Belle II Software development
|
Generic functor to get the wire hit from an object. More...
#include <CDCWireHit.h>
Public Member Functions | |
operator FunctorTag () | |
Marker function for the isFunctor test. | |
template<class T , class SFINAE = decltype(&T::getWireHit)> | |
const CDCWireHit & | operator() (const T &t) const |
Returns the wire hit of an object. | |
const CDCWireHit & | operator() (const CDCWireHit &wireHit) const |
If given a wire hit return it unchanged. | |
Generic functor to get the wire hit from an object.
Definition at line 345 of file CDCWireHit.h.
|
inline |
If given a wire hit return it unchanged.
Definition at line 357 of file CDCWireHit.h.
|
inline |
Returns the wire hit of an object.
Definition at line 351 of file CDCWireHit.h.