21std::map<std::string, int>
24 std::map<std::string, int> featureOccurrences;
28 for (
auto te : navigation->
getAllTEs() ) {
29 for (
const auto& fea: te->getFeatureAccessHelpers() ) {
35 return featureOccurrences;
The NavigationCore class, adds on top of the TrigNavStructure the EDM read-only handling.
std::vector< TriggerElement * > & getAllTEs()
access needed by slimming tools.
TriggerElement * getInitialNode()
gets initial node, if node is not there then it is created on fly
Return number of occurrences of each feature.
Helper function to get a label for a feature.
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...