A special bin content type to compute the bin error in weighted filling.
Definition at line 19 of file RBinWithError.hxx.
Public Member Functions | |
| void | AtomicAdd (const RBinWithError &rhs) |
| Add another bin content using atomic instructions. | |
| void | AtomicAdd (double w) |
| void | AtomicInc () |
| operator double () const | |
| operator float () const | |
| RBinWithError & | operator*= (double factor) |
| RBinWithError & | operator++ () |
| RBinWithError | operator++ (int) |
| RBinWithError & | operator+= (const RBinWithError &rhs) |
| RBinWithError & | operator+= (double w) |
Public Attributes | |
| double | fSum = 0 |
| double | fSum2 = 0 |
#include <ROOT/RBinWithError.hxx>
|
inline |
Add another bin content using atomic instructions.
| [in] | rhs | another bin content that must not be modified during the operation |
Definition at line 76 of file RBinWithError.hxx.
|
inline |
Definition at line 67 of file RBinWithError.hxx.
|
inline |
Definition at line 61 of file RBinWithError.hxx.
|
inlineexplicit |
Definition at line 24 of file RBinWithError.hxx.
|
inlineexplicit |
Definition at line 23 of file RBinWithError.hxx.
|
inline |
Definition at line 54 of file RBinWithError.hxx.
|
inline |
Definition at line 26 of file RBinWithError.hxx.
|
inline |
Definition at line 33 of file RBinWithError.hxx.
|
inline |
Definition at line 47 of file RBinWithError.hxx.
|
inline |
Definition at line 40 of file RBinWithError.hxx.
| double ROOT::Experimental::RBinWithError::fSum = 0 |
Definition at line 20 of file RBinWithError.hxx.
| double ROOT::Experimental::RBinWithError::fSum2 = 0 |
Definition at line 21 of file RBinWithError.hxx.