Concrete class discribing a column in a N tuple.
More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/NTupleItems.h>
template<class TYP>
class NTuple::_ItemImp< TYP >
Concrete class discribing a column in a N tuple.
Definition at line 48 of file NTupleItems.h.
◆ ItemRange
Set type definition to make life more easy easy.
Definition at line 172 of file NTupleItems.h.
◆ _ItemImp()
Standard Constructor.
Definition at line 174 of file NTupleItems.h.
175 : _DataImp<TYP>( tup,
name, info,
"", 1, min, max, def ) {}
◆ range()
Access the range if specified.
Definition at line 181 of file NTupleItems.h.
181 {
return this->m_range; }
◆ setDefault()
Compiler type ID.
Set default value
Definition at line 179 of file NTupleItems.h.
179 { this->m_def = val; }
◆ size()
Size of entire object.
Definition at line 183 of file NTupleItems.h.
183 {
return this->m_length *
sizeof( TYP ); }
The documentation for this class was generated from the following file: