|  | The Gaudi Framework
    v39r3 (979e3109)
    | 
Abstract class describing a column in a N tuple. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/NTuple.h>
| Public Member Functions | |
| template<class T > | |
| _Item< TYP > & | operator= (const _Item< T > ©) | 
| Assignment operator.  More... | |
| void | set (const TYP &item) | 
| Access to data by reference.  More... | |
| virtual TYP | get () const | 
| Access to data by reference (CONST)  More... | |
| Static Public Member Functions | |
| static _Item * | create (INTuple *tup, const std::string &name, const std::type_info &info, TYP min, TYP max, TYP def) | 
| Create instance.  More... | |
Abstract class describing a column in a N tuple.
| 
 | static | 
Create instance.
Definition at line 36 of file NTupleItems.cpp.
| 
 | inlinevirtual | 
| 
 | inline | 
| 
 | inline |