27 THbookKey::THbookKey(Int_t
id, THbookFile *file)
32 snprintf(name,10,
"h%d",
id);
39 THbookKey::~THbookKey()
50 void THbookKey::Browse(TBrowser *b)
54 TObject *obj = fDirectory->GetList()->FindObject(GetName());
55 if (obj && !obj->IsFolder()) {
56 if (obj->InheritsFrom(TCollection::Class()))
63 obj = fDirectory->Get(fID);
67 b->SetRefreshFlag(kTRUE);
74 Bool_t THbookKey::IsFolder()
const