|
Gaudi Framework, version v23r4 |
| Home | Generated: Mon Sep 17 2012 |
Header file for class : Tuple. More...
#include <string>#include "GaudiAlg/TupleObj.h"

Go to the source code of this file.
Classes | |
| class | Tuples::Tuple |
| A simple wrapper class over standard Gaudi NTuple::Tuple facility. More... | |
| class | Tuples::TupleColumn< ITEM > |
| Helper class which allows to extend the functionality of Tuple with possibility to use your own representation of complex objects. More... | |
Namespaces | |
| namespace | Tuples |
General namespace for Tuple properties. | |
Functions | |
| template<class ITEM > | |
| TupleColumn< ITEM > | Tuples::make_column (const std::string &name, const ITEM &item) |
| helper function to create 'on-the-fly' the helper object Tuples::TupleColumn | |
| template<class ITEM > | |
| TupleColumn< const ITEM * > | Tuples::make_column (const std::string &name, const ITEM *item) |
| helper function to create 'on-the-fly' the helper object Tuples::TupleColumn | |
| template<class ITEM > | |
| TupleColumn< ITEM * > | Tuples::make_column (const std::string &name, ITEM *item) |
| helper function to create 'on-the-fly' the helper object Tuples::TupleColumn | |
| template<class ITEM > | |
| TupleColumn< ITEM > | Tuples::Column (const std::string &name, const ITEM &item) |
| template<class ITEM > | |
| TupleColumn< const ITEM * > | Tuples::Column (const std::string &name, const ITEM *item) |
| template<class ITEM > | |
| TupleColumn< ITEM * > | Tuples::Column (const std::string &name, ITEM *item) |
| template<class ITEM > | |
| Tuples::Tuple & | operator<< (Tuples::Tuple &tuple, const Tuples::TupleColumn< ITEM > &item) |
| helper operator to feed Tuple with the data, see Tuples::TupleColumn | |
Header file for class : Tuple.
Definition in file Tuple.h.
| Tuples::Tuple& operator<< | ( | Tuples::Tuple & | tuple, |
| const Tuples::TupleColumn< ITEM > & | item | ||
| ) | [inline] |