15 return StatusCode::SUCCESS;
20 if (info.previousDecisionIDs.count(
m_decisionId.numeric()) == 0) {
22 return StatusCode::SUCCESS;
26 for (
auto vertex : *(info.vertices)) {
27 const float weight = vertex->getDetail<
float>(
"zfinder_vtx_weight");
41 return StatusCode::SUCCESS;
45 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 ...
void addDecisionID(DecisionID id, Decision *d)
Appends the decision (given as ID) to the decision object.