Skip to content

Commit

Permalink
ALIROOT-5473 Patch for aliroot v5-01-Rev32g
Browse files Browse the repository at this point in the history
  • Loading branch information
hristov authored and hristov committed Jun 7, 2014
1 parent 1096de2 commit 0601247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TPC/AliTPCcalibDB.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,8 @@ void AliTPCcalibDB::Update(){

entry = GetCDBEntry("TPC/Calib/RecoParam");
if (entry){
entry->SetOwner(kTRUE);
// entry->SetOwner(kTRUE);
entry->SetOwner(kFALSE); //hack
fRecoParamList = dynamic_cast<TObjArray*>(entry->GetObject());

}else{
Expand Down

0 comments on commit 0601247

Please sign in to comment.