update non-LoKi code to a new way of getting LoKi-context
update non-LoKi code
to a new way of getting LoKi-context
it depends on LHCb!1441 (merged)
only for master
branch
@cattanem
I have compilation error for Phys/DisplVertices/src/SelectVeloTracksNotFromPVS20p3.cpp
../Phys/DisplVertices/src/SelectVeloTracksNotFromPVS20p3.cpp:193:37: error: 'const class LHCb::Track' has no member named 'clone'; did you mean 'Clone'?
selectedTracks->insert(iTr->clone());
^~~~~
Clone
../Phys/DisplVertices/src/SelectVeloTracksNotFromPVS20p3.cpp:200:37: error: 'const class LHCb::Track' has no member named 'clone'; did you mean 'Clone'?
selectedTracks->insert(iTr->clone());
^~~~~
Clone
and indeed in lhcb-gaudi-head LHCb::Track has no clone method... what should I do here?
Edited by Marco Cattaneo