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 45 of file NTupleItems.h.
◆ ItemRange
Set type definition to make life more easy easy.
Definition at line 169 of file NTupleItems.h.
◆ _ItemImp()
Standard Constructor.
Definition at line 171 of file NTupleItems.h.
172 : _DataImp<TYP>( tup,
name, info,
"", 1, min, max, def ) {}
◆ range()
Access the range if specified.
Definition at line 178 of file NTupleItems.h.
178 {
return this->m_range; }
◆ setDefault()
Compiler type ID.
Set default value
Definition at line 176 of file NTupleItems.h.
176 { this->m_def = val; }
◆ size()
Size of entire object.
Definition at line 180 of file NTupleItems.h.
180 {
return this->m_length *
sizeof( TYP ); }
The documentation for this class was generated from the following file: