Definition at line 149 of file ntuple.
◆ column_string_ref() [1/2]
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 |
|
) |
| |
|
inline |
◆ ~column_string_ref()
virtual tools::rroot::ntuple::column_string_ref::~column_string_ref |
( |
| ) |
|
|
inlinevirtual |
◆ column_string_ref() [2/2]
tools::rroot::ntuple::column_string_ref::column_string_ref |
( |
const column_string_ref & |
a_from | ) |
|
|
inlineprotected |
◆ _fetch_entry()
bool tools::rroot::ntuple::column_string_ref::_fetch_entry |
( |
| ) |
const |
|
inlineprotected |
Definition at line 194 of file ntuple.
198 if(!_cs) {
m_ref.clear();
return false;}
◆ cast()
virtual void* tools::rroot::ntuple::column_string_ref::cast |
( |
cid |
a_class | ) |
const |
|
inlinevirtual |
◆ fetch_entry()
virtual bool tools::rroot::ntuple::column_string_ref::fetch_entry |
( |
| ) |
const |
|
inlinevirtual |
◆ get_entry()
bool tools::rroot::ntuple::column_string_ref::get_entry |
( |
std::string & |
a_v | ) |
const |
|
inline |
◆ id_class()
static cid tools::rroot::ntuple::column_string_ref::id_class |
( |
| ) |
|
|
inlinestatic |
Definition at line 152 of file ntuple.
153 static const std::string s_v;
154 return _cid(s_v)+10000;
◆ id_cls()
virtual cid tools::rroot::ntuple::column_string_ref::id_cls |
( |
| ) |
const |
|
inlinevirtual |
◆ name()
virtual const std::string& tools::rroot::ntuple::column_string_ref::name |
( |
| ) |
const |
|
inlinevirtual |
◆ operator=()
Definition at line 183 of file ntuple.
184 if(&a_from==
this)
return *
this;
◆ m_branch
branch& tools::rroot::ntuple::column_string_ref::m_branch |
|
protected |
◆ m_file
ifile& tools::rroot::ntuple::column_string_ref::m_file |
|
protected |
◆ m_index
int64& tools::rroot::ntuple::column_string_ref::m_index |
|
protected |
◆ m_leaf
leaf_string& tools::rroot::ntuple::column_string_ref::m_leaf |
|
protected |
◆ m_ref
std::string& tools::rroot::ntuple::column_string_ref::m_ref |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/rroot/ntuple