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 34 of file JQuantile.hh.
|
inline |
|
inline |
|
inlineinherited |
Get title.
|
inlineinherited |
Set title.
title | title |
|
protected |
Definition at line 68 of file JQuantile.hh.
|
protected |
Definition at line 69 of file JQuantile.hh.
|
protected |
Definition at line 70 of file JQuantile.hh.
|
protected |
Definition at line 71 of file JQuantile.hh.
|
protected |
Definition at line 72 of file JQuantile.hh.
|
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.