| #include "UsrRootBaseK.hh" |
UsrRootBaseK
class description - source file - inheritance tree (.pdf)
This is an abstract class, constructors will not be documented.
Look at the header to check for available constructors.
protected:
virtual TBranch* makeBranch(KanTreeBase& tree, const char* block, const char* variable, Int_t bufferSize, Int_t splitLevel) const
virtual void* readPtr() const
virtual void* writePtr() const
public:
virtual ~UsrRootBaseK()
TBranch* addToTree(KanTreeBase& tree, const char* block, const char* variable, Int_t bufferSize, Int_t splitLevel) const
TBranch* getBranch(KanTreeBase& tree, const char* block, const char* variable) const
UsrRootBaseK& operator=(const UsrRootBaseK&)
Int_t readBranch()
const char* readName() const
KanTreeBase* readTree() const
Int_t setBranch(KanTreeBase& tree, const char* branchName) const
virtual const char* typeName() const
protected:
TBranch* _readBranch ! branch to read data from
TBranch* _writeBranch ! branch to write data to
~UsrRootBaseK()
TBranch* addToTree(KanTreeBase& tree, const char* block, const char* variable,
Int_t bufferSize, Int_t splitLevel) const
TBranch* getBranch(KanTreeBase& tree, const char* block, const char* variable) const
if (_writeBranch == 0 ) return 0;
const char* readName() const
KanTreeBase* readTree() const
Int_t setBranch(KanTreeBase& tree, const char* name) const
will return the number of branches set
first try to find the branch on the tree
Int_t readBranch()
Inline Functions
const char* typeName() const
TBranch* makeBranch(KanTreeBase& tree, const char* block, const char* variable, Int_t bufferSize, Int_t splitLevel) const
void* readPtr() const
void* writePtr() const
UsrRootBaseK& operator=(const UsrRootBaseK&)
Last update: UsrRootBaseK.cc,v 1.14 2004/08/23 18:29:31 echarles Exp $
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.
|