![]() |
The Gaudi Framework
v36r9p1 (5c15b2bb)
|
Abstract class describing a matrix column in a N tuple. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/NTuple.h>
Public Member Functions | |
| template<class T > | |
| _Matrix< TYP > & | operator= (const _Matrix< T > ©) |
| Assignment operator. More... | |
| TYP * | column (long i) |
| Access to data by reference. More... | |
| const TYP * | column (long i) const |
| Access to data by reference (CONST) More... | |
Static Public Member Functions | |
| static _Matrix * | create (INTuple *tup, const std::string &name, const std::type_info &info, const std::string &index, long ncol, long nrow, TYP min, TYP max, TYP def) |
| Create instance. More... | |
Protected Attributes | |
| long | m_rows |
| Number of rows per column. More... | |
Abstract class describing a matrix column in a N tuple.
|
inline |
|
inline |
|
static |
Create instance.
Definition at line 50 of file NTupleItems.cpp.
|
inline |
|
protected |