|
Jpp
|
Auxiliary data structure for quantiles. More...
#include <JQuantile.hh>
Public Member Functions | |
| JQuantile_t (const JTitle &title="", const bool quantiles=false) | |
| Constructor. More... | |
| void | reset () |
| Reset. More... | |
| const std::string & | getTitle () const |
| Get title. More... | |
| void | setTitle (const std::string &title) |
| Set title. More... | |
Protected Attributes | |
| double | sum |
| double | rms |
| double | tot |
| double | min |
| double | max |
| long long int | num |
| bool | quantiles |
| std::multimap< double, double > | buffer |
| std::string | title |
Auxiliary data structure for quantiles.
Definition at line 39 of file JQuantile.hh.
|
inline |
|
inline |
|
inlineinherited |
Get title.
|
inlineinherited |
Set title.
| title | title |
|
protected |
Definition at line 73 of file JQuantile.hh.
|
protected |
Definition at line 74 of file JQuantile.hh.
|
protected |
Definition at line 75 of file JQuantile.hh.
|
protected |
Definition at line 76 of file JQuantile.hh.
|
protected |
Definition at line 77 of file JQuantile.hh.
|
protected |
Definition at line 78 of file JQuantile.hh.
|
protected |
Definition at line 79 of file JQuantile.hh.
|
protected |
Definition at line 80 of file JQuantile.hh.
1.8.5