1 #ifndef GAUDIALG_TUPLES_H
2 #define GAUDIALG_TUPLES_H 1
6 #include "GaudiAlg/TupleObj.h"
33 class _TupAdapter :
public std::unary_function<ARGUMENT,RESULT>
42 inline RESULT
operator() ( ARGUMENT arg )
const
77 template <
class OBJECT>
78 inline _TupAdapter<OBJECT,double>
useFun (
OBJECT object )
79 {
return {
object } ; }
83 #endif // GAUDIALG_TUPLES_H
_TupAdapter< OBJECT, double > useFun(OBJECT object)
trivial helper function to convert on flight pointer to function into "functor" It is especially usef...
RESULT operator()(ARGUMENT arg) const
the only one essential menthod
A DataObject is the base class of any identifiable object on any data store.
General namespace for Tuple properties.