From 646a38dc9f5854cae099e37ecd8d370f875259ec Mon Sep 17 00:00:00 2001 From: hristov Date: Tue, 28 Jan 2003 16:43:35 +0000 Subject: [PATCH] Additional protection: to be discussed with the Root team (M.Ivanov) --- TPC/AliTPCtracker.cxx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/TPC/AliTPCtracker.cxx b/TPC/AliTPCtracker.cxx index e4d065e1019..1cf1666922f 100644 --- a/TPC/AliTPCtracker.cxx +++ b/TPC/AliTPCtracker.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.24 2002/11/19 16:13:24 hristov +stdlib.h included to declare exit() on HP + Revision 1.23 2002/11/19 11:50:08 hristov Removing CONTAINERS (Yu.Belikov) @@ -234,7 +237,9 @@ void AliTPCtracker::LoadClusters() { "can't get the segment branch !\n"; return; } - AliClusters carray, *addr=&carray; carray.SetClass("AliTPCcluster"); + AliClusters carray, *addr=&carray; + carray.SetClass("AliTPCcluster"); + carray.SetArray(0); branch->SetAddress(&addr); Int_t nentr=(Int_t)cTree->GetEntries(); -- 2.39.3