ATLAS Offline Software
|
#include <VariableBinwidthHistogramBin.h>
Public Member Functions | |
VBHBinPtrSrt () | |
default constructor More... | |
VBHBinPtrSrt (VariableBinwidthHistogramBin *bin) | |
initializing constructor More... | |
void | Initialize (VariableBinwidthHistogramBin *bin) |
initialize More... | |
VariableBinwidthHistogramBin & | Bin () |
Get reference to bin. More... | |
bool | operator> (const VBHBinPtrSrt &other) const |
Operator > for sorting bins by content. More... | |
bool | operator< (const VBHBinPtrSrt &other) const |
Operator < for sorting bins by content. More... | |
Private Attributes | |
VariableBinwidthHistogramBin * | m_bin |
pointer to bin More... | |
A pointer to a VariableBinwidthHistogramBin which supports sorting
Definition at line 135 of file VariableBinwidthHistogramBin.h.
|
inline |
|
inline |
initializing constructor
bin | Pointer to bin |
Definition at line 145 of file VariableBinwidthHistogramBin.h.
|
inline |
|
inline |
initialize
bin | Pointer to bin |
Definition at line 153 of file VariableBinwidthHistogramBin.h.
|
inline |
Operator < for sorting bins by content.
other | Other bin |
Definition at line 170 of file VariableBinwidthHistogramBin.h.
|
inline |
Operator > for sorting bins by content.
other | Other bin |
Definition at line 164 of file VariableBinwidthHistogramBin.h.
|
private |
pointer to bin
Definition at line 176 of file VariableBinwidthHistogramBin.h.