library: libHbook
#include "THbookBranch.h"

THbookBranch


class description - source file - inheritance tree (.pdf)

class THbookBranch : public TBranch

Inheritance Chart:
TObject
<-
TNamed
TAttFill
<-
TBranch
<-
THbookBranch

    public:
THbookBranch() THbookBranch(const char* name, void* address, const char* leaflist, Int_t basketsize = 32000, Int_t compress = -1) virtual ~THbookBranch() virtual void Browse(TBrowser* b) static TClass* Class() const char* GetBlockName() const virtual Int_t GetEntry(Long64_t entry = 0, Int_t getall = 0) virtual TClass* IsA() const virtual void SetAddress(void* addobj) void SetBlockName(const char* name) virtual void SetEntries(Long64_t n) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
TString fBlockName Hbook block name

Class Description


THbookBranch(const char *name, void *address, const char *leaflist, Int_t basketsize, Int_t compress) :TBranch(name,address,leaflist,basketsize,compress)

~THbookBranch()

void Browse(TBrowser *b)
 Browser interface.

Int_t GetEntry(Long64_t entry, Int_t /*getall*/)

void SetAddress(void *add)
 Set address of this branch
 See important remark in the header of THbookTree



Inline Functions


        THbookBranch THbookBranch(const char* name, void* address, const char* leaflist, Int_t basketsize = 32000, Int_t compress = -1)
         const char* GetBlockName() const
                void SetBlockName(const char* name)
                void SetEntries(Long64_t n)
             TClass* Class()
             TClass* IsA() const
                void ShowMembers(TMemberInspector& insp, char* parent)
                void Streamer(TBuffer& b)
                void StreamerNVirtual(TBuffer& b)


Author: Rene Brun 18/02/2002
Last update: root/hbook:$Name: $:$Id: THbookBranch.cxx,v 1.7 2004/07/29 10:54:54 brun Exp $
Copyright (C) 1995-2002, Rene Brun and Fons Rademakers. *


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.