Concrete class discribing a matrix column in a N tuple.
More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/NTupleItems.h>
template<class TYP>
class NTuple::_MatrixImp< TYP >
Concrete class discribing a matrix column in a N tuple.
Definition at line 49 of file NTupleItems.h.
◆ ItemRange
Set type definition to make life more easy easy.
Definition at line 214 of file NTupleItems.h.
◆ _MatrixImp()
◆ dim()
Access individual dimensions.
Definition at line 232 of file NTupleItems.h.
233 return ( this->hasIndex() ) ? ( ( i == 0 ) ? this->m_rows : this->m_length / this->m_rows )
234 : ( ( i == 1 ) ? this->m_length / this->m_rows : this->m_rows );
◆ ndim()
◆ range()
Access the range if specified.
Definition at line 226 of file NTupleItems.h.
226 {
return this->m_range; }
◆ setDefault()
Compiler type ID.
Set default value
Definition at line 224 of file NTupleItems.h.
224 { this->m_def = val; }
◆ size()
Size of entire object.
Definition at line 228 of file NTupleItems.h.
228 {
return this->m_length *
sizeof( TYP ); }
The documentation for this class was generated from the following file: