Concrete class discribing a column-array in a N tuple.
More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/NTupleItems.h>
template<class TYP>
class NTuple::_ArrayImp< TYP >
Concrete class discribing a column-array in a N tuple.
Definition at line 50 of file NTupleItems.h.
◆ ItemRange
Set type definition to make life more easy easy.
Definition at line 192 of file NTupleItems.h.
◆ _ArrayImp()
Standard Constructor.
Definition at line 194 of file NTupleItems.h.
196 : _DataImp<TYP>( tup,
name, typ,
index, len, min, max, def ) {}
◆ dim()
Access individual dimensions.
Definition at line 208 of file NTupleItems.h.
208 {
return ( i != 0 || this->hasIndex() ) ? 0 : this->m_length; }
◆ ndim()
◆ range()
Access the range if specified.
Definition at line 202 of file NTupleItems.h.
202 {
return this->m_range; }
◆ setDefault()
Compiler type ID.
Set default value
Definition at line 200 of file NTupleItems.h.
200 { this->m_def = val; }
◆ size()
Size of entire object.
Definition at line 204 of file NTupleItems.h.
204 {
return this->m_length *
sizeof( TYP ); }
The documentation for this class was generated from the following file: