#include <RebinHist.h>
Inheritance diagram for RebinHist:

Public Methods | |
| RebinHist (const char * title="default", double from=0, double to=1, double step=0.1) | |
| void | rebin (double from=0, double to=1, double step=0.1) |
| void | fill (double d) |
| double | percentile (double level) |
Private Types | |
| typedef std::vector<float> | FloatList |
Private Attributes | |
| FloatList | m_data |
|
|
Definition at line 17 of file RebinHist.h. |
|
|
Definition at line 9 of file RebinHist.cxx. |
|
|
Definition at line 15 of file RebinHist.cxx. |
|
|
Definition at line 28 of file RebinHist.cxx. |
|
|
Definition at line 21 of file RebinHist.cxx. |
|
|
Definition at line 18 of file RebinHist.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000