![]() |
Project
|
Wrapper structure to make cluster label sortable in energy fraction. More...
#include <ClusterLabel.h>
Public Member Functions | |
| labelWithE () | |
| Constructor. | |
| labelWithE (int l, float e) | |
| Constructor. | |
| bool | operator>= (labelWithE const &rhs) const |
| Comparison lower operator comparing cells based on energy. | |
Public Attributes | |
| float | energyFraction |
| Energy Fraction. | |
| int | label |
| MC label. | |
Wrapper structure to make cluster label sortable in energy fraction.
Definition at line 38 of file ClusterLabel.h.
|
inline |
Constructor.
Definition at line 41 of file ClusterLabel.h.
|
inline |
|
inline |
Comparison lower operator comparing cells based on energy.
std::sort will require operator>= to compile.
| rhs | Label to compare to |
Definition at line 54 of file ClusterLabel.h.
| float o2::emcal::ClusterLabel::labelWithE::energyFraction |
Energy Fraction.
Definition at line 59 of file ClusterLabel.h.
| int o2::emcal::ClusterLabel::labelWithE::label |
MC label.
Definition at line 60 of file ClusterLabel.h.