29 return StatusCode::SUCCESS;
36 if (!trackColl.isPresent()) {
37 ATH_MSG_DEBUG(
"track collection " << trackColl.key() <<
" not present");
40 if (!trackColl.isValid()) {
41 ATH_MSG_WARNING(
"track collection " << trackColl.key() <<
" not valid!");
42 return StatusCode::FAILURE;
48 if (!truthMap.isPresent()) {
49 ATH_MSG_DEBUG(
"truth map " << truthMap.key() <<
" not present");
52 if (!truthMap.isValid()) {
54 return StatusCode::FAILURE;
59 return StatusCode::SUCCESS;
74 return StatusCode::SUCCESS;