|  | The Gaudi Framework
    v36r9p1 (5c15b2bb)
    | 


Go to the source code of this file.
| Classes | |
| class | Tuples::TupleItem< ITEM > | 
| class | Tuples::Tuple | 
| A simple wrapper class over standard Gaudi NTuple::Tuple facility.  More... | |
| class | Tuples::TupleColumn< ITEM > | 
| Namespaces | |
| Tuples | |
| Functions | |
| template<class ITEM > | |
| TupleColumn< ITEM > | Tuples::make_column (std::string name, const ITEM &item) | 
| helper function to create 'on-the-fly' the helper object Tuples::TupleColumn  More... | |
| template<class ITEM > | |
| TupleColumn< const ITEM * > | Tuples::make_column (std::string name, const ITEM *item) | 
| helper function to create 'on-the-fly' the helper object Tuples::TupleColumn  More... | |
| template<class ITEM > | |
| TupleColumn< ITEM * > | Tuples::make_column (std::string name, ITEM *item) | 
| helper function to create 'on-the-fly' the helper object Tuples::TupleColumn  More... | |
| template<class ITEM > | |
| TupleColumn< ITEM > | Tuples::Column (std::string name, const ITEM &item) | 
| template<class ITEM > | |
| TupleColumn< const ITEM * > | Tuples::Column (std::string name, const ITEM *item) | 
| template<class ITEM > | |
| TupleColumn< ITEM * > | Tuples::Column (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  More... | |
| 
 | inline | 
helper operator to feed Tuple with the data, see Tuples::TupleColumn