|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
#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 | |
| namespace | Tuples |
General namespace for Tuple properties. | |
Defines | |
| #define | GAUDIALG_TUPLES_H 1 |
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 | |