The bin content type of a profile histogram.
Definition at line 74 of file RProfile.hxx.
Public Member Functions | |
| void | AtomicAdd (const RProfileBin &rhs) |
| Add another bin content using atomic instructions. | |
| RProfileBin & | operator*= (double factor) |
| RProfileBin & | operator+= (const RProfileBin &rhs) |
| RProfileBin & | operator+= (const RValueWeightWrapper &rhs) |
| RProfileBin & | operator+= (const RValueWrapper &rhs) |
Public Attributes | |
| double | fSum = 0 |
| double | fSum2 = 0 |
| double | fSumValues = 0 |
| double | fSumValues2 = 0 |
#include <ROOT/RProfile.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 119 of file RProfile.hxx.
|
inline |
Definition at line 107 of file RProfile.hxx.
|
inline |
Definition at line 98 of file RProfile.hxx.
|
inline |
Definition at line 89 of file RProfile.hxx.
|
inline |
Definition at line 80 of file RProfile.hxx.
| double ROOT::Experimental::RProfile::RProfileBin::fSum = 0 |
Definition at line 77 of file RProfile.hxx.
| double ROOT::Experimental::RProfile::RProfileBin::fSum2 = 0 |
Definition at line 78 of file RProfile.hxx.
| double ROOT::Experimental::RProfile::RProfileBin::fSumValues = 0 |
Definition at line 75 of file RProfile.hxx.
| double ROOT::Experimental::RProfile::RProfileBin::fSumValues2 = 0 |
Definition at line 76 of file RProfile.hxx.