19 return StatusCode::SUCCESS;
24 ATH_MSG_DEBUG(
"Executing the TrigAFPToFHypoTool selection for chain: " << name());
28 if (info.inputPassingChains.count(
m_decisionId.numeric()) == 0) {
29 ATH_MSG_VERBOSE(
"This DecisionObject is not active for this chain coming into this step");
35 ATH_MSG_DEBUG(
"AFP ToF vertex z position: " << info.afpVtx->position()
36 <<
" ID vertex z position: " << info.idVtx->z()
39 if( std::abs( info.afpVtx->position() - info.idVtx->z() ) >
m_deltaZCut) pass =
false;
48 return StatusCode::SUCCESS;
#define ATH_MSG_VERBOSE(x)
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...
void addDecisionID(DecisionID id, Decision *d)
Appends the decision (given as ID) to the decision object.