|
Gaudi Framework, version v25r2 |
| Home | Generated: Wed Jun 4 2014 |
General namespace for Tuple properties. More...
Namespaces | |
| namespace | detail |
| namespace | Local |
Classes | |
| class | Tuple |
| A simple wrapper class over standard Gaudi NTuple::Tuple facility. More... | |
| class | TupleColumn |
| Helper class which allows to extend the functionality of Tuple with possibility to use your own representation of complex objects. More... | |
| class | TupleObj |
| A simple wrapper class over standard Gaudi NTuple::Tuple facility. More... | |
| class | ItemStore |
| Simple class, which represents the local storage of N-tuple items of the given type. More... | |
| class | _TupAdapter |
| Trivial adapter to avoid the GCC problem (pointer to the function is never evaluated as "const TYPE&" ) More... | |
Typedefs | |
| typedef GaudiAlg::ID | TupleID |
| the actual type for N-Tuple identifier (HBOOK-style) | |
Enumerations | |
| enum | Type { NTUPLE, EVTCOL } |
| the list of available types for ntuples More... | |
| enum | ErrorCodes { InvalidTuple = 100, InvalidColumn, InvalidOperation, InvalidObject, InvalidItem, TruncateValue = 200 } |
| Tuple error codes. More... | |
Functions | |
| template<class ITEM > | |
| TupleColumn< ITEM > | 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 * > | 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 * > | 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 > | Column (const std::string &name, const ITEM &item) |
| template<class ITEM > | |
| TupleColumn< const ITEM * > | Column (const std::string &name, const ITEM *item) |
| template<class ITEM > | |
| TupleColumn< ITEM * > | Column (const std::string &name, ITEM *item) |
| template<class OWNER > | |
| TupleObj * | createTupleObj (const OWNER *owner, const std::string &name, NTuple::Tuple *tuple, const CLID &clid=CLID_ColumnWiseTuple, const Tuples::Type type=Tuples::NTUPLE) |
| Templated helper functions allow to avoid heavy semantics of dealing with explicit type of class TupleObjImp. | |
| template<class OBJECT > | |
| _TupAdapter< OBJECT, double, double > | 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 | |
General namespace for Tuple properties.
Tuples.h GaudiAlg/Tuples.h helper namespace to collect useful definitions, types, constants and functions, related to manipulations with N-Tuples and event tag collections.
helper namespace to collect useful definitions, types, constants and functions, related to manipulations with N-Tuples
| typedef GaudiAlg::ID Tuples::TupleID |
| enum Tuples::ErrorCodes |
Tuple error codes.
Definition at line 76 of file TupleObj.h.
| enum Tuples::Type |
|
inline |
|
inline |
|
inline |
|
inline |
Templated helper functions allow to avoid heavy semantics of dealing with explicit type of class TupleObjImp.
Definition at line 243 of file TupleDetail.h.
|
inline |
helper function to create 'on-the-fly' the helper object Tuples::TupleColumn
Definition at line 298 of file Tuple.h.
|
inline |
helper function to create 'on-the-fly' the helper object Tuples::TupleColumn
Definition at line 306 of file Tuple.h.
|
inline |
helper function to create 'on-the-fly' the helper object Tuples::TupleColumn
Definition at line 314 of file Tuple.h.
|
inline |
trivial helper function to convert on flight pointer to function into "functor" It is especially useful in conjunction with N-Tuples fills
Definition at line 80 of file Tuples.h.