]> git.uio.no Git - u/mrichter/AliRoot.git/commit - STEER/STEER/AliGRPRecoParam.cxx
There is an inconsistency in a way the parameters of GRPRecoParam are
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 Sep 2011 20:52:01 +0000 (20:52 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 Sep 2011 20:52:01 +0000 (20:52 +0000)
commit8eaa1a420f94c9130cc9e26e199edd6a110c6f68
treec8447cbb6e84ea36e4e3e8544a068b82ef7f9137
parentaa0205e27038a66149cbc2168a9652d5d087d5f1
There is an inconsistency in a way the parameters of GRPRecoParam are
transfered to AliVertexerTracks: CDB objects provides the number of
parameters it contains, but
param->GetCuts(double* pars) and AliVertexerTracks::SetPars(pars)
don't use the info on the array lenght (they fill/extract number of
params corresponding to current source code version).
which leads to array overflow when old GRPRecoParam is used.

Ruben
HLT/global/AliHLTGlobalOfflineVertexerComponent.cxx
STEER/ESD/AliVertexerTracks.cxx
STEER/ESD/AliVertexerTracks.h
STEER/STEER/AliGRPRecoParam.cxx
STEER/STEER/AliGRPRecoParam.h
STEER/STEER/AliReconstruction.cxx