Jpp
18.3.0
the software that should make you happy
|
Weight calculator. More...
#include <JWeight.hh>
Public Member Functions | |
JWeight (const JTitle &title="") | |
Constructor. More... | |
void | reset () |
Reset. More... | |
void | put (const double w) |
Put weight. More... | |
long long int | getCount () const |
Get total count. More... | |
double | getTotal () const |
Get total weight. More... | |
double | getError () const |
Get total error. More... | |
const std::string & | getTitle () const |
Get title. More... | |
void | setTitle (const std::string &title) |
Set title. More... | |
Protected Attributes | |
double | tot |
double | err |
long long int | num |
std::string | title |
Weight calculator.
Definition at line 23 of file JWeight.hh.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
Get title.
|
inlineinherited |
Set title.
title | title |
|
protected |
Definition at line 96 of file JWeight.hh.
|
protected |
Definition at line 97 of file JWeight.hh.
|
protected |
Definition at line 98 of file JWeight.hh.
|
protectedinherited |