#include <twig.h>
|
| | h1d (int n, double min, double max) |
| |
| | h1d (int __id, int n, double min, double max) |
| |
| void | id (int __id) |
| |
| int | id () |
| |
| void | fill (double value) |
| |
| double | content (int bin) |
| |
| void | show () |
| |
| void | setContent (int bin, double value) |
| |
| void | series (std::vector< double > &data) |
| |
| void | print () |
| |
|
| static h1d | accumulate (std::vector< h1d > &buffer) |
| |
| static std::vector< h1d > | declare (int count, int bins, double xmin, double xmax) |
| |
◆ h1d() [1/2]
| twig::h1d::h1d |
( |
int |
n, |
|
|
double |
min, |
|
|
double |
max |
|
) |
| |
|
inline |
◆ h1d() [2/2]
| twig::h1d::h1d |
( |
int |
__id, |
|
|
int |
n, |
|
|
double |
min, |
|
|
double |
max |
|
) |
| |
|
inline |
◆ id() [1/2]
| void twig::h1d::id |
( |
int |
__id | ) |
|
|
inline |
◆ id() [2/2]
◆ fill()
| void twig::h1d::fill |
( |
double |
value | ) |
|
|
inline |
◆ content()
| double twig::h1d::content |
( |
int |
bin | ) |
|
|
inline |
◆ show()
◆ setContent()
| void twig::h1d::setContent |
( |
int |
bin, |
|
|
double |
value |
|
) |
| |
|
inline |
◆ series()
| void twig::h1d::series |
( |
std::vector< double > & |
data | ) |
|
|
inline |
◆ accumulate()
| static h1d twig::h1d::accumulate |
( |
std::vector< h1d > & |
buffer | ) |
|
|
inlinestatic |
◆ declare()
| static std::vector< h1d > twig::h1d::declare |
( |
int |
count, |
|
|
int |
bins, |
|
|
double |
xmin, |
|
|
double |
xmax |
|
) |
| |
|
inlinestatic |
◆ print()
| void twig::h1d::print |
( |
| ) |
|
|
inline |
◆ hid
◆ container
| std::vector<double> twig::h1d::container |
|
protected |
The documentation for this class was generated from the following file: