#include <CombinationsGrouper.h>
Definition at line 10 of file CombinationsGrouper.h.
◆ CombinationsGrouper() [1/4]
| CombinationsGrouper::CombinationsGrouper |
( |
| ) |
|
◆ CombinationsGrouper() [2/4]
| CombinationsGrouper::CombinationsGrouper |
( |
unsigned int | groupSize | ) |
|
◆ CombinationsGrouper() [3/4]
| CombinationsGrouper::CombinationsGrouper |
( |
unsigned int | groupSize, |
|
|
const HypoJetVector & | jets ) |
◆ CombinationsGrouper() [4/4]
◆ getName()
| std::string CombinationsGrouper::getName |
( |
| ) |
const |
|
overridevirtual |
◆ next()
Implements IJetGrouper.
Definition at line 28 of file CombinationsGrouper.cxx.
28 {
30
31
32
34
35 auto combs = combgen.next();
36 if (combs.second == false){
38 }
39
41 for(
auto i : combs.first){
v.push_back(*(
m_jets.begin() + i));}
42
44}
std::vector< HypoJetVector > HypoJetGroupVector
std::vector< pHypoJet > HypoJetVector
◆ toString()
| std::string CombinationsGrouper::toString |
( |
| ) |
const |
|
overridevirtual |
◆ m_groupSize
| unsigned int CombinationsGrouper::m_groupSize {0u} |
|
private |
◆ m_jets
The documentation for this class was generated from the following files: