From 170bf2747b342f60c092ffe4c57f710a9b59c30d Mon Sep 17 00:00:00 2001 From: hristov Date: Wed, 23 Apr 2003 13:40:37 +0000 Subject: [PATCH] Setting the branch address to permit correct reading --- TPC/AliTPCDigitizer.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TPC/AliTPCDigitizer.cxx b/TPC/AliTPCDigitizer.cxx index 8b04bb507ef..77c21172e5c 100644 --- a/TPC/AliTPCDigitizer.cxx +++ b/TPC/AliTPCDigitizer.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.8 2002/10/23 07:17:33 alibrary +Introducing Riostream.h + Revision 1.7 2002/10/14 14:57:42 hristov Merging the VirtualMC branch to the main development branch (HEAD) @@ -142,12 +145,9 @@ void AliTPCDigitizer::ExecFast(Option_t* option) <<" input "<< i1<GetBranch("Segment")->SetAddress(&digarr[i1]); if (treear->GetIndex()==0) treear->BuildIndex("fSegmentID","fSegmentID"); - if (!treear) { - cerr<<" TPC - not existing input = \n"<GetBranch("Segment")->SetAddress(&digarr[i1]); } Stat_t nentries = fManager->GetInputTreeTPCS(0)->GetEntries(); -- 2.31.1