g4tools
5.4.0
|
Public Member Functions | |
virtual void * | cast (cid a_class) const |
virtual cid | id_cls () const |
column_element (ifile &a_file, branch_element &a_branch, leaf_element &a_leaf, int64 &a_index) | |
virtual | ~column_element () |
const T & | get_value () const |
Public Member Functions inherited from tools::rroot::ntuple::column_element_ref< RT, T > | |
virtual const std::string & | name () const |
virtual bool | fetch_entry () const |
virtual bool | get_entry (T &a_v) const |
column_element_ref (ifile &a_file, branch_element &a_branch, leaf_element &a_leaf, int64 &a_index, T &a_ref) | |
virtual | ~column_element_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_element_ref< RT, T > | |
static cid | id_class () |
Static Public Member Functions inherited from tools::read::icolumn< T > | |
static cid | id_class () |
Protected Member Functions | |
column_element (const column_element &a_from) | |
column_element & | operator= (const column_element &a_from) |
Protected Member Functions inherited from tools::rroot::ntuple::column_element_ref< RT, T > | |
column_element_ref (const column_element_ref &a_from) | |
column_element_ref & | operator= (const column_element_ref &a_from) |
bool | _fetch_entry () const |
Protected Attributes | |
T | m_value |
Protected Attributes inherited from tools::rroot::ntuple::column_element_ref< RT, T > | |
ifile & | m_file |
branch_element & | m_be |
leaf_element & | 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_element_ref< RT, T >.
Definition at line 458 of file ntuple.
|
inline |
|
inlinestatic |
|
inlinevirtual |
Reimplemented from tools::rroot::ntuple::column_element_ref< RT, T >.
Definition at line 462 of file ntuple.
|
inlineprotected |
|
protected |