186 std::map<std::string, std::vector<TrigConf::L1TopoAlgorithm>, std::less<> > m_algorithmsByCategory{}; // primary set of vectors of algos, one per category (TOPO, R2TOPO, MUTOPO, MULTTOPO)
187 std::map<std::string, std::map<std::string, TrigConf::L1TopoAlgorithm*>, std::less<> > m_algorithmsByName{}; // map from category and algorithm name to algorithm
188 std::map<std::string, std::map<std::string, TrigConf::L1TopoAlgorithm*>, std::less<> > m_algorithmsByOutput{}; // map from category and output name to algorithm