ATLAS Offline Software
|
#include <CombinationsGrouper.h>
Public Member Functions | |
CombinationsGrouper () | |
CombinationsGrouper (unsigned int) | |
CombinationsGrouper (unsigned int, const HypoJetVector &) | |
CombinationsGrouper (unsigned int, const HypoJetCIter &b, const HypoJetCIter &e) | |
virtual HypoJetVector | next () override |
virtual std::string | getName () const override |
virtual std::string | toString () const override |
Private Attributes | |
unsigned int | m_groupSize {0u} |
HypoJetVector | m_jets |
Definition at line 10 of file CombinationsGrouper.h.
CombinationsGrouper::CombinationsGrouper | ( | ) |
Definition at line 10 of file CombinationsGrouper.cxx.
CombinationsGrouper::CombinationsGrouper | ( | unsigned int | groupSize | ) |
Definition at line 12 of file CombinationsGrouper.cxx.
CombinationsGrouper::CombinationsGrouper | ( | unsigned int | groupSize, |
const HypoJetVector & | jets | ||
) |
Definition at line 16 of file CombinationsGrouper.cxx.
CombinationsGrouper::CombinationsGrouper | ( | unsigned int | groupSize, |
const HypoJetCIter & | b, | ||
const HypoJetCIter & | e | ||
) |
Definition at line 22 of file CombinationsGrouper.cxx.
|
overridevirtual |
Implements IJetGrouper.
Definition at line 47 of file CombinationsGrouper.cxx.
|
overridevirtual |
|
overridevirtual |
Implements IJetGrouper.
Definition at line 51 of file CombinationsGrouper.cxx.
|
private |
Definition at line 25 of file CombinationsGrouper.h.
|
private |
Definition at line 26 of file CombinationsGrouper.h.