Re: Raw data read and write [message #3805 is a reply to message #3803] |
Thu, 30 November 2006 09:40 |
Raphaelle Bailhache
Messages: 14 Registered: July 2006
|
occasional visitor |
From: lxial32.gsi.de
|
|
Hi Ken,
I can not find this macro anymore in the TRD/Macros directory but to be able to use a AliTRDcalibDB, you have to be sure that the default storage is defined with its run number. So you have to put before:
AliCDBManager *man = AliCDBManager::Instance();
man->SetDefaultStorage("local:://$ALICE_ROOT");
man->SetRunNumber(0);
Then it should work.
Regards,
Raphaelle
|
|
|