![]() |
The Gaudi Framework
v26r0
|
#include "GaudiAlg/TupleObj.h"

Go to the source code of this file.
Classes | |
| class | Tuples::_TupAdapter< OBJECT, ARGUMENT, RESULT > |
| Trivial adapter to avoid the GCC problem (pointer to the function is never evaluated as "const TYPE&" ) More... | |
Namespaces | |
| Tuples | |
| General namespace for Tuple properties. | |
Functions | |
| template<class OBJECT > | |
| _TupAdapter< OBJECT, double, double > | Tuples::useFun (OBJECT object) |
| trivial helper function to convert on flight pointer to function into "functor" It is especially useful in conjunction with N-Tuples fills More... | |