Counter.cc
Go to the documentation of this file.
37 // Check that the numerator is consistent with being a subset of the denominator (NOT effNumEntries here!)
39 throw UserError("Attempt to calculate an efficiency when the numerator is not a subset of the denominator");
void rmAnnotation(const std::string &name) Delete an annotation by name. Definition AnalysisObject.h:198 bool hasAnnotation(const std::string &name) const Check if an annotation is defined. Definition AnalysisObject.h:116 void set(const double val, const std::pair< double, double > &err, const std::string source="") Set both central value and uncertainty component. Definition Estimate.h:181 Error for problems introduced outside YODA, to put it nicely. Definition Exceptions.h:100 BinnedEstimate< AxisT... > efficiency(const BinnedDbn< DbnN, AxisT... > &accepted, const BinnedDbn< DbnN, AxisT... > &total) Calculate a binned efficiency ratio of two BinnedDbn objects. Definition BinnedDbn.h:1162 Num add_quad(Num a, Num b) Named number-type addition in quadrature operation. Definition MathUtils.h:222 BinnedEstimate< AxisT... > divide(const BinnedDbn< DbnN, AxisT... > &numer, const BinnedDbn< DbnN, AxisT... > &denom) Divide two BinnedDbn objects. Definition BinnedDbn.h:1092 Generated on Mon Oct 28 2024 13:47:24 for YODA - Yet more Objects for Data Analysis by 1.9.8 |