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

Public Types | |
| typedef std::vector<float>::const_iterator | const_iterator |
Public Methods | |
| Histogram (std::string title="default", double from=0, double to=1, double step=0.1) | |
| ~Histogram () | |
| void | fill (double x, double w=1.0) |
| void | operator+= (double x) |
| virtual void | clear () |
| void | setRange (double from=0, double to=1, double step=0.1) |
| void | print (std::ostream& out=std::cout) |
| float | operator[] (int n) const |
| float | step () const |
| float | to () const |
| float | from () const |
| float | total () const |
| float | under () const |
| float | over () const |
| const_iterator | begin () const |
| const_iterator | end () const |
| Histogram* | next () |
| void | setTitle ( std::string& s ) |
Private Attributes | |
| std::string | m_title |
| double | m_from |
| double | m_to |
| double | m_step |
| unsigned | m_bins |
| std::vector<float> | m_hist |
| double | m_total |
| double | m_under |
| double | m_over |
| Histogram* | m_next |
|
|
Definition at line 47 of file Histogram.h. |
|
|
Definition at line 17 of file Histogram.cxx. |
|
|
Definition at line 70 of file Histogram.cxx. |
|
|
Definition at line 48 of file Histogram.h. |
|
|
Definition at line 73 of file Histogram.cxx. Referenced by clearAllHists(), and setRange(). |
|
|
Definition at line 49 of file Histogram.h. |
|
|
Definition at line 88 of file Histogram.cxx. Referenced by RebinHist::fill(), operator+=(), and RebinHist::rebin(). |
|
|
Definition at line 39 of file Histogram.h. |
|
|
Definition at line 51 of file Histogram.h. Referenced by clearAllHists(), and printAllHists(). |
|
|
Reimplemented from SampleStatistic. Definition at line 23 of file Histogram.h. |
|
|
Definition at line 34 of file Histogram.h. |
|
|
Definition at line 44 of file Histogram.h. Referenced by print(). |
|
|
Definition at line 98 of file Histogram.cxx. Referenced by printAllHists(). |
|
|
Definition at line 38 of file Histogram.cxx. Referenced by Histogram(), and RebinHist::rebin(). |
|
|
Definition at line 53 of file Histogram.h. |
|
|
Definition at line 37 of file Histogram.h. |
|
|
Definition at line 38 of file Histogram.h. |
|
|
Definition at line 42 of file Histogram.h. Referenced by print(). |
|
|
Definition at line 43 of file Histogram.h. Referenced by print(). |
|
|
Definition at line 59 of file Histogram.h. |
|
|
Definition at line 58 of file Histogram.h. |
|
|
Definition at line 60 of file Histogram.h. |
|
|
Definition at line 63 of file Histogram.h. |
|
|
Definition at line 61 of file Histogram.h. |
|
|
Definition at line 58 of file Histogram.h. |
|
|
Definition at line 57 of file Histogram.h. |
|
|
Definition at line 58 of file Histogram.h. |
|
|
Definition at line 61 of file Histogram.h. |
|
|
Definition at line 61 of file Histogram.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000