Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::RBinWithError Struct Referencefinal

A special bin content type to compute the bin error in weighted filling.

Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

Definition at line 17 of file RBinWithError.hxx.

Public Member Functions

RBinWithErroroperator++ ()
 
RBinWithError operator++ (int)
 
RBinWithErroroperator+= (const RBinWithError &rhs)
 
RBinWithErroroperator+= (double w)
 

Public Attributes

double fSum = 0
 
double fSum2 = 0
 

#include <ROOT/RBinWithError.hxx>

Member Function Documentation

◆ operator++() [1/2]

RBinWithError & ROOT::Experimental::RBinWithError::operator++ ( )
inline

Definition at line 21 of file RBinWithError.hxx.

◆ operator++() [2/2]

RBinWithError ROOT::Experimental::RBinWithError::operator++ ( int )
inline

Definition at line 28 of file RBinWithError.hxx.

◆ operator+=() [1/2]

RBinWithError & ROOT::Experimental::RBinWithError::operator+= ( const RBinWithError & rhs)
inline

Definition at line 42 of file RBinWithError.hxx.

◆ operator+=() [2/2]

RBinWithError & ROOT::Experimental::RBinWithError::operator+= ( double w)
inline

Definition at line 35 of file RBinWithError.hxx.

Member Data Documentation

◆ fSum

double ROOT::Experimental::RBinWithError::fSum = 0

Definition at line 18 of file RBinWithError.hxx.

◆ fSum2

double ROOT::Experimental::RBinWithError::fSum2 = 0

Definition at line 19 of file RBinWithError.hxx.

Collaboration diagram for ROOT::Experimental::RBinWithError:
[legend]

The documentation for this struct was generated from the following file: