|
g4tools
5.4.0
|


Public Member Functions | |
| virtual void * | cast (cid a_class) const |
| virtual cid | id_cls () const |
| column (ifile &a_file, branch &a_branch, LEAF &a_leaf, int64 &a_index) | |
| virtual | ~column () |
| const T & | get_value () const |
Public Member Functions inherited from tools::rroot::ntuple::column_ref< T, LEAF > | |
| virtual const std::string & | name () const |
| virtual bool | fetch_entry () const |
| virtual bool | get_entry (T &a_v) const |
| column_ref (ifile &a_file, branch &a_branch, LEAF &a_leaf, int64 &a_index, T &a_ref) | |
| virtual | ~column_ref () |
Public Member Functions inherited from tools::read::icolumn< T > | |
| virtual | ~icolumn () |
Public Member Functions inherited from tools::read::icol | |
| virtual | ~icol () |
| virtual void | stop () |
Static Public Member Functions | |
| static cid | id_class () |
Static Public Member Functions inherited from tools::rroot::ntuple::column_ref< T, LEAF > | |
| static cid | id_class () |
Static Public Member Functions inherited from tools::read::icolumn< T > | |
| static cid | id_class () |
Protected Member Functions | |
| column (const column &a_from) | |
| column & | operator= (const column &a_from) |
Protected Member Functions inherited from tools::rroot::ntuple::column_ref< T, LEAF > | |
| column_ref (const column_ref &a_from) | |
| column_ref & | operator= (const column_ref &a_from) |
| bool | _fetch_entry () const |
Protected Attributes | |
| T | m_value |
Protected Attributes inherited from tools::rroot::ntuple::column_ref< T, LEAF > | |
| ifile & | m_file |
| branch & | m_branch |
| LEAF & | m_leaf |
| int64 & | m_index |
| T & | m_ref |
Additional Inherited Members | |
Public Types inherited from tools::read::icolumn< T > | |
| typedef T | entry_t |
|
inline |
|
inlinevirtual |
|
inlineprotected |
|
inlinevirtual |
Reimplemented from tools::rroot::ntuple::column_ref< T, LEAF >.
Definition at line 120 of file ntuple.
|
inline |
|
inlinestatic |
|
inlinevirtual |
Reimplemented from tools::rroot::ntuple::column_ref< T, LEAF >.
Definition at line 124 of file ntuple.
|
inlineprotected |
|
protected |