Jpp
18.3.0-rc.1
the software that should make you happy
|
Auxiliary class for merging of consecutive bins until minimal content is reached. More...
#include <JHistogram1D.hh>
Public Types | |
typedef JElement_t | value_type |
typedef JElement_t::ordinate_type | contents_type |
Public Member Functions | |
JContent (const contents_type y) | |
Constructor. More... | |
bool | operator() (const value_type &first, const value_type &second) const |
Test whether bins should be merged. More... | |
Private Attributes | |
const contents_type | __y |
Auxiliary class for merging of consecutive bins until minimal content is reached.
Definition at line 69 of file JHistogram1D.hh.
typedef JElement_t JTOOLS::JContent< JElement_t >::value_type |
Definition at line 71 of file JHistogram1D.hh.
typedef JElement_t::ordinate_type JTOOLS::JContent< JElement_t >::contents_type |
Definition at line 72 of file JHistogram1D.hh.
|
inline |
|
inline |
Test whether bins should be merged.
first | first bin |
second | second bin |
Definition at line 92 of file JHistogram1D.hh.
|
private |
Definition at line 98 of file JHistogram1D.hh.