Dbn1D.h
Go to the documentation of this file.
Dbn1D & subtract(const Dbn1D &d) Subtract one dbn from another (internal, explicitly named version) Definition: Dbn1D.cc:77 Axis1D< BIN1D, DBN > operator-(const Axis1D< BIN1D, DBN > &first, const Axis1D< BIN1D, DBN > &second) Subtract the statistics on two axis. Definition: Axis1D.h:610 double numEntries() const Number of entries (number of times fill was called, ignoring weights) Definition: Dbn1D.h:142 void fill(double val, double weight=1.0, double fraction=1.0) Contribute a sample at val with weight weight. Definition: Dbn1D.h:77 Dbn1D(double numEntries, double sumW, double sumW2, double sumWX, double sumWX2) Constructor to set a distribution with a pre-filled state. Definition: Dbn1D.h:43 double xStdErr() const Weighted standard error on the mean, , of distribution. Definition: Dbn1D.cc:48 Definition: AnalysisObject.h:18 void scaleW(double scalefactor) Rescale as if all fill weights had been different by factor scalefactor. Definition: Dbn1D.h:93 Axis1D< BIN1D, DBN > operator+(const Axis1D< BIN1D, DBN > &first, const Axis1D< BIN1D, DBN > &second) Add the statistics on two axes. Definition: Axis1D.h:602 Dbn1D & add(const Dbn1D &d) Add two dbns (internal, explicitly named version) Definition: Dbn1D.cc:69 void scaleX(double factor) Rescale x: needed if histo bin edges are rescaled. Definition: Dbn1D.h:101 Generated on Thu Dec 2 2021 11:55:24 for YODA - Yet more Objects for Data Analysis by ![]() |