]> git.uio.no Git - u/mrichter/AliRoot.git/commit - STEER/CDB/AliCDBId.cxx
New functionality added in AliCDBManager: the activated default and specific
authoracolla <acolla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 24 Oct 2007 10:07:06 +0000 (10:07 +0000)
committeracolla <acolla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 24 Oct 2007 10:07:06 +0000 (10:07 +0000)
commitb21e31944b05c2bca7d8b55b3d78e43d4c6c1a28
treebe8e607bffcb35c0a4cf8601c449765f192a9c57
parentf91ac4b0935671cc7fad02a87ea8699356d7d753
New functionality added in AliCDBManager: the activated default and specific
storages and the retrieved objects' Ids are saved in a TMap and a TList
respectively. The storage map and the list of retrieved Ids can be got with:

const TMap* GetStorageMap() const {return fStorageMap;}
const TList* GetRetrievedIds() const {return fIds;}

in AliCDBId: added Print function
STEER/AliCDBId.cxx
STEER/AliCDBId.h
STEER/AliCDBManager.cxx
STEER/AliCDBManager.h