17 const std::string& name,
18 const IInterface* parent):
19 base_class(
type, name, parent),
27 ATH_MSG_DEBUG(
"Initializing TrigStreamerHypoTool for " << 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;
int count(std::string s, const std::string ®x)
count how many occurances of a regx are in a string
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...
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.