4 #include "KVHashList.h"
43 fCollection =
new THashList(capacity, rehash);
44 fCollection->SetName(GetName());
60 return ((
THashList*)fCollection)->AverageCollisions();
100 if (!newCapacity) newCapacity = fCollection->GetSize();
101 ((
THashList*)fCollection)->Rehash(newCapacity);
105 #if ROOT_VERSION_CODE >= ROOT_VERSION(6,5,0)
124 #if ROOT_VERSION_CODE >= ROOT_VERSION(6,5,0)
138 return ((
THashList*)fCollection)->GetListForObject(obj);
Extended version of ROOT THashList.
Float_t AverageCollisions() const
void Rehash(Int_t newCapacity=0)
const TList * GetListForObject(const char *name) const
KaliVeda extensions to ROOT collection classes.