|
virtual const std::string & | s_cls () const |
|
| fac_tree_ntuple (ifac *a_fac, tree *a_tree) |
|
virtual | ~fac_tree_ntuple () |
|
| fac_tree_holder (ifac *a_fac, tree *a_tree) |
|
virtual | ~fac_tree_holder () |
|
virtual void | start () |
|
virtual bool | next () |
|
virtual read::icol * | find_icol (const std::string &a_name) |
|
virtual const std::vector< read::icol * > & | columns () const |
|
virtual const std::string & | title () const |
|
virtual bool | number_of_entries (uint64 &a_value) const |
|
| ntuple (tree &a_tree) |
|
virtual | ~ntuple () |
|
bool | initialize (std::ostream &a_out, const ntuple_binding &a_bd=ntuple_binding(), bool a_enforce_double=false) |
|
bool | get_row () const |
|
virtual | ~intuple () |
|
virtual void | stop () |
|
size_t | number_of_columns () const |
|
void | column_names (std::vector< std::string > &a_names) const |
|
icol * | find_icol_case_insensitive (const std::string &a_name) |
|
template<class T > |
icolumn< T > * | find_column (const std::string &a_name) |
|
template<class T > |
bool | find_column (const std::string &a_name, icolumn< T > *&a_col, bool a_case_sensitive=true) |
|
template<class T > |
bool | column_is_of_type (const std::string &a_name, bool &a_is, bool a_case_sensitive=true) |
|
template<class T > |
bool | column_min (unsigned int a_col, T &a_value) |
|
template<class T > |
bool | column_max (unsigned int a_col, T &a_value) |
|
|
static const std::string & | s_class () |
|
static const std::string & | s_class () |
|
static const std::string & | s_class () |
|
Definition at line 750 of file ntuple.
◆ fac_tree_ntuple() [1/2]
tools::rroot::fac_tree_ntuple::fac_tree_ntuple |
( |
ifac * |
a_fac, |
|
|
tree * |
a_tree |
|
) |
| |
|
inline |
◆ ~fac_tree_ntuple()
virtual tools::rroot::fac_tree_ntuple::~fac_tree_ntuple |
( |
| ) |
|
|
inlinevirtual |
◆ fac_tree_ntuple() [2/2]
tools::rroot::fac_tree_ntuple::fac_tree_ntuple |
( |
const fac_tree_ntuple & |
a_from | ) |
|
|
inlineprotected |
◆ operator=()
◆ s_class()
static const std::string& tools::rroot::fac_tree_ntuple::s_class |
( |
| ) |
|
|
inlinestatic |
Definition at line 753 of file ntuple.
754 static const std::string s_v(
"tools::rroot::fac_tree_ntuple");
◆ s_cls()
virtual const std::string& tools::rroot::fac_tree_ntuple::s_cls |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/rroot/ntuple