13 ISvcLocator* pSvcLocator)
21 if (m_slimTool.retrieve().isFailure()) {
24 return StatusCode::FAILURE;
27 return StatusCode::SUCCESS;
33 return StatusCode::SUCCESS;
39 auto InputHandles = m_trackLocation.makeHandles(ctx);
40 auto InputIt = InputHandles.begin();
41 auto InputE = InputHandles.end();
42 for (; InputIt != InputE; ++InputIt) {
43 auto& trackLocation = *InputIt;
44 if (trackLocation.isValid()) {
48 for (;
it != itEnd; ++
it) {
49 m_slimTool->slimConstTrack(**
it);
54 return StatusCode::SUCCESS;