]> git.uio.no Git - u/mrichter/AliRoot.git/commit - STEER/CDB/AliCDBGrid.cxx
Following our last OCDB design meeting I've modified the Grid CDB access
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Jan 2007 17:53:29 +0000 (17:53 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Jan 2007 17:53:29 +0000 (17:53 +0000)
commit4005d0b53b389fd69a2b6626df9f605d16343368
treeb706f8e2e746c3a361f8047aacd34a0f5ed06b97
parentdaf2884428172d5e912ab6352517ba09006e3e19
Following our last OCDB design meeting I've modified the Grid CDB access
classes, adding a dummy subVersion number in the file name. In this way
one can copy a Grid folder locally and read it with the local CDB access.

I've ensured backward compatibility: AliCDBGrid can read also files with
the old name format. New files are nevertheless stored in the new format.
Thus at some point we may think to remove the backward compatibility.

I also send you an updated version of AliCDBManager, where I've added the
"UnloadFromCache(const char* path)" method. This can be used to delete
from the cache a single object, while ClearCache removes them all. It may
be useful if we want to implement the idea of loading and unloading
the calibration data during reconstruction...

Alberto
STEER/AliCDBGrid.cxx
STEER/AliCDBGrid.h
STEER/AliCDBManager.cxx
STEER/AliCDBManager.h