|
ATLAS Offline Software
|
Go to the documentation of this file.
17 const std::string&
name,
28 return StatusCode::SUCCESS;
32 return StatusCode::SUCCESS;
37 ATH_MSG_DEBUG(
"Executing decide() of " <<
name() <<
" over " << hypoInfo.size() <<
" Decision Objects" );
40 return StatusCode::SUCCESS;
47 ATH_MSG_DEBUG(
"Decision Object at index " <<
count <<
" Passed previous trigger step, passing here too.");
50 ATH_MSG_DEBUG(
"Decision Object at index " <<
count <<
" didn't pass previous trigger step. Cannot be accepted here.");
55 return StatusCode::SUCCESS;
bool passed(DecisionID id, const DecisionIDContainer &idSet)
checks if required decision ID is in the set of IDs in the container
void addDecisionID(DecisionID id, Decision *d)
Appends the decision (given as ID) to the decision object.
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...
::StatusCode StatusCode
StatusCode definition for legacy code.