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
Fixes in the memory managment, additional protections
[u/mrichter/AliRoot.git]
/
HMPID
/
AliHMPIDReconstructor.cxx
diff --git
a/HMPID/AliHMPIDReconstructor.cxx
b/HMPID/AliHMPIDReconstructor.cxx
index a7288a689fb7097f339ca2df12461bf68bea294e..a25dedc4e307ead1bf535d0302bc20205dc36462 100644
(file)
--- a/
HMPID/AliHMPIDReconstructor.cxx
+++ b/
HMPID/AliHMPIDReconstructor.cxx
@@
-178,7
+178,6
@@
void AliHMPIDReconstructor::ConvertDigits(AliRawReader *pRR,TTree *pDigTree)cons
}
}
- stream.Delete();
pDigTree->Fill();
for(Int_t iCh=AliHMPIDParam::kMinCh;iCh<=AliHMPIDParam::kMaxCh;iCh++)fDig->At(iCh)->Clear();