]> git.uio.no Git - u/mrichter/AliRoot.git/commit
In RunSimulation the run number is set into AliCDBManager but the storages
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Oct 2006 16:09:50 +0000 (16:09 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Oct 2006 16:09:50 +0000 (16:09 +0000)
commit6dc56e975e7dfdd0f4715646610f8aab92efffcd
treef9f7c4bff3591a89f34e5ea4864a444c2614d5e1
parent1a1d391b5aeacdea8789fe3d4571fa36fa33fb96
In RunSimulation the run number is set into AliCDBManager but the storages
are not activated (this is done in Run()), and then AliCDBManager tries to
query the CDB for valid files. The problem was that there was no check that
the storage existed, and that was the cause of the crash. I added that
protection, now the query is skipped if the storage is not activated.

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