]> git.uio.no Git - u/mrichter/AliRoot.git/commit
AliCDBId's in the list of retrieved OCDB parameters in the ESD's user info
authoracolla <acolla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 23 Nov 2007 20:33:48 +0000 (20:33 +0000)
committeracolla <acolla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 23 Nov 2007 20:33:48 +0000 (20:33 +0000)
commita4970db9e3ac661945c39405d972a02c06500db8
tree9d5a6b784ae93c14c8541aaa8a22e44966727fad
parenta6c2af334d4806228d9d0ba923a6feb1a779fc27
AliCDBId's in the list of retrieved OCDB parameters in the ESD's user info
replaced with TObjString's (the output of AliCDBId::ToString()), to remove
dependency on CDB in the ESDs.

In AliCDBId: added static function

AliCDBID* MakeFromString(const TString& str)

that returns the AliCDBId built from a string having the format of
AliCDBId::ToString()
STEER/AliCDBId.cxx
STEER/AliCDBId.h
STEER/AliReconstruction.cxx