git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Setting the branch address to permit correct reading
[u/mrichter/AliRoot.git]
/
TPC
/
AliTPCDigitizer.cxx
diff --git
a/TPC/AliTPCDigitizer.cxx
b/TPC/AliTPCDigitizer.cxx
index 8b04bb507ef4960d685e1cdba7f4ef6f1594d6f9..77c21172e5c487adc122366e4995b944a26fe785 100644
(file)
--- a/
TPC/AliTPCDigitizer.cxx
+++ b/
TPC/AliTPCDigitizer.cxx
@@
-15,6
+15,9
@@
/*
$Log$
/*
$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)
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<<endl;
return;
}
<<" input "<< i1<<endl;
return;
}
+ treear->GetBranch("Segment")->SetAddress(&digarr[i1]);
if (treear->GetIndex()==0)
treear->BuildIndex("fSegmentID","fSegmentID");
if (treear->GetIndex()==0)
treear->BuildIndex("fSegmentID","fSegmentID");
- if (!treear) {
- cerr<<" TPC - not existing input = \n"<<i1<<" ";
- }
- treear->GetBranch("Segment")->SetAddress(&digarr[i1]);
}
Stat_t nentries = fManager->GetInputTreeTPCS(0)->GetEntries();
}
Stat_t nentries = fManager->GetInputTreeTPCS(0)->GetEntries();