Jpp test-rotations-old
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. | |
bool | operator() (const value_type &first, const value_type &second) const |
Test whether bins should be merged. | |
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.
JElement_t JTOOLS::JRebin< JElement_t >::value_type |
Definition at line 32 of file JHistogram1D.hh.
JElement_t::ordinate_type JTOOLS::JRebin< JElement_t >::contents_type |
Definition at line 33 of file JHistogram1D.hh.
|
inline |
Constructor.
n | number of bins to merge |
Definition at line 41 of file JHistogram1D.hh.
|
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.