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 47 of file NTupleItems.h.
◆ ItemRange
Set type definition to make life more easy easy.
Definition at line 189 of file NTupleItems.h.
◆ _ArrayImp()
Standard Constructor.
Definition at line 191 of file NTupleItems.h.
193 : _DataImp<TYP>( tup,
name, typ,
index, len, min, max, def ) {}
◆ dim()
Access individual dimensions.
Definition at line 205 of file NTupleItems.h.
205 {
return ( i != 0 || this->hasIndex() ) ? 0 : this->m_length; }
◆ ndim()
◆ range()
Access the range if specified.
Definition at line 199 of file NTupleItems.h.
199 {
return this->m_range; }
◆ setDefault()
Compiler type ID.
Set default value
Definition at line 197 of file NTupleItems.h.
197 { this->m_def = val; }
◆ size()
Size of entire object.
Definition at line 201 of file NTupleItems.h.
201 {
return this->m_length *
sizeof( TYP ); }
The documentation for this class was generated from the following file: