HTree
class description - source file - inheritance tree (.pdf)
public:
HTree()
HTree(Text_t* name, Text_t* title, Int_t maxvirtualsize = 0)
~HTree()
static TClass* Class()
virtual TBranch* GetBranch(const char* name)
virtual TClass* IsA() const
virtual Int_t MakeCode(const char* filename = "0")
void printContainerSizes()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HTree
The HTree is a TTree implementing a automatic split algorithm different
from the Root one; allowing a more complex tree structure (when used with
HPartialEvent ...)
HTree(void) : TTree()
HTree(Text_t* name, Text_t* title, Int_t maxvirtualsize) : TTree (name,title,maxvirtualsize)
~HTree(void)
void printContainerSizes(void)
This function returns a formatted list of data containers with the
file size of each container. To be used with Hydra < v6.00 (old
branching scheme), probably can be adapted for new Root...
Int_t MakeCode(const char* filename)
----
MakeCode adapted for Htree with split level 2
<D.Bertini@gsi.de>
TBranch* GetBranch(const char * name)
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Author: Manuel Sanchez
Last update: 12/1/2000 by R.Holzmann
Copyright GENP (Univ. Santiago de Compostela)
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.