Jpp
15.0.2
the software that should make you happy
|
Auxiliary class for merging of fixed number of consecutive bins. More...
#include <JHistogram1D.hh>
Public Types | |
typedef JElement_t | value_type |
typedef JElement_t::ordinate_type | contents_type |
Public Member Functions | |
JRebin (const int n) | |
Constructor. More... | |
bool | operator() (const value_type &first, const value_type &second) const |
Test whether bins should be merged. More... | |
Private Attributes | |
const int | __n |
int | __i |
Auxiliary class for merging of fixed number of consecutive bins.
Definition at line 30 of file JHistogram1D.hh.
typedef JElement_t JTOOLS::JRebin< JElement_t >::value_type |
Definition at line 32 of file JHistogram1D.hh.
typedef JElement_t::ordinate_type JTOOLS::JRebin< JElement_t >::contents_type |
Definition at line 33 of file JHistogram1D.hh.
|
inline |
|
inline |
Test whether bins should be merged.
first | first bin |
second | second bin |
Definition at line 54 of file JHistogram1D.hh.
|
private |
Definition at line 60 of file JHistogram1D.hh.
|
mutableprivate |
Definition at line 61 of file JHistogram1D.hh.