g4tools
5.4.0
|
Public Member Functions | |
virtual void * | cast (cid a_class) const |
virtual cid | id_cls () const |
virtual const std::string & | name () const |
column_vector_string (ifile &a_file, branch &a_branch, leaf_string &a_leaf, int64 &a_index, char a_sep) | |
virtual | ~column_vector_string () |
const std::vector< std::string > & | get_value () const |
Public Member Functions inherited from tools::rroot::ntuple::column_vector_string_ref | |
virtual bool | fetch_entry () const |
column_vector_string_ref (ifile &a_file, branch &a_branch, leaf_string &a_leaf, int64 &a_index, std::vector< std::string > &a_ref, char a_sep) | |
virtual | ~column_vector_string_ref () |
bool | get_entry (std::vector< std::string > &a_v) const |
Public Member Functions inherited from tools::rroot::ntuple::column_string_ref | |
column_string_ref (ifile &a_file, branch &a_branch, leaf_string &a_leaf, int64 &a_index, std::string &a_ref) | |
virtual | ~column_string_ref () |
bool | get_entry (std::string &a_v) const |
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_vector_string_ref | |
static cid | id_class () |
Static Public Member Functions inherited from tools::rroot::ntuple::column_string_ref | |
static cid | id_class () |
Protected Member Functions | |
column_vector_string (const column_vector_string &a_from) | |
column_vector_string & | operator= (const column_vector_string &a_from) |
Protected Member Functions inherited from tools::rroot::ntuple::column_vector_string_ref | |
column_vector_string_ref (const column_vector_string_ref &a_from) | |
column_vector_string_ref & | operator= (const column_vector_string_ref &a_from) |
bool | _fetch_entry () const |
Protected Member Functions inherited from tools::rroot::ntuple::column_string_ref | |
column_string_ref (const column_string_ref &a_from) | |
column_string_ref & | operator= (const column_string_ref &a_from) |
bool | _fetch_entry () const |
Protected Attributes | |
std::vector< std::string > | m_value |
Protected Attributes inherited from tools::rroot::ntuple::column_vector_string_ref | |
std::vector< std::string > & | m_ref |
char | m_sep |
std::string | m_value |
Protected Attributes inherited from tools::rroot::ntuple::column_string_ref | |
ifile & | m_file |
branch & | m_branch |
leaf_string & | m_leaf |
int64 & | m_index |
std::string & | m_ref |
|
inline |
|
inlinevirtual |
|
inlineprotected |
|
inlinevirtual |
Reimplemented from tools::rroot::ntuple::column_vector_string_ref.
Definition at line 302 of file ntuple.
|
inline |
|
inlinestatic |
|
inlinevirtual |
Reimplemented from tools::rroot::ntuple::column_vector_string_ref.
Definition at line 306 of file ntuple.
|
inlinevirtual |
Reimplemented from tools::rroot::ntuple::column_vector_string_ref.
|
inlineprotected |
|
protected |