#include <InDetVKalVxInJetTool.h>
|
| | clique_visitor (std::vector< std::vector< int > > &input) |
| template<typename Clique, typename Graph> |
| void | clique (const Clique &clq, Graph &) |
Definition at line 589 of file InDetVKalVxInJetTool.h.
◆ clique_visitor()
| InDet::clique_visitor::clique_visitor |
( |
std::vector< std::vector< int > > & | input | ) |
|
|
inline |
◆ clique()
template<typename Clique, typename Graph>
| void InDet::clique_visitor::clique |
( |
const Clique & | clq, |
|
|
Graph & | ) |
|
inline |
Definition at line 594 of file InDetVKalVxInJetTool.h.
595 {
596 std::vector<int> new_clique(0);
597 for(auto i = clq.begin(); i != clq.end(); ++i) new_clique.push_back(*i);
599 }
◆ m_allCliques
| std::vector< std::vector<int> >& InDet::clique_visitor::m_allCliques |
The documentation for this struct was generated from the following file: