![]() |
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 9 of file CombinationsGrouper.cxx.
| CombinationsGrouper::CombinationsGrouper | ( | unsigned int | groupSize | ) |
Definition at line 11 of file CombinationsGrouper.cxx.
| CombinationsGrouper::CombinationsGrouper | ( | unsigned int | groupSize, |
| const HypoJetVector & | jets ) |
Definition at line 15 of file CombinationsGrouper.cxx.
| CombinationsGrouper::CombinationsGrouper | ( | unsigned int | groupSize, |
| const HypoJetCIter & | b, | ||
| const HypoJetCIter & | e ) |
Definition at line 21 of file CombinationsGrouper.cxx.
|
overridevirtual |
Implements IJetGrouper.
Definition at line 46 of file CombinationsGrouper.cxx.
|
overridevirtual |
Implements IJetGrouper.
Definition at line 28 of file CombinationsGrouper.cxx.
|
overridevirtual |
|
private |
Definition at line 25 of file CombinationsGrouper.h.
|
private |
Definition at line 26 of file CombinationsGrouper.h.