|
|
template<typename... AxisT> |
BinnedEstimate< AxisT... > | YODA::operator+ (BinnedEstimate< AxisT... > first, const BinnedEstimate< AxisT... > &second) |
| Add two BinnedEstimates.
|
|
template<typename... AxisT> |
BinnedEstimate< AxisT... > | YODA::operator+ (BinnedEstimate< AxisT... > first, BinnedEstimate< AxisT... > &&second) |
| Add two BinnedEstimates.
|
|
template<typename... AxisT> |
BinnedEstimate< AxisT... > | YODA::operator- (BinnedEstimate< AxisT... > first, const BinnedEstimate< AxisT... > &second) |
| Subtract two BinnedEstimates.
|
|
template<typename... AxisT> |
BinnedEstimate< AxisT... > | YODA::operator- (BinnedEstimate< AxisT... > first, BinnedEstimate< AxisT... > &&second) |
| Subtract two BinnedEstimates.
|
|
template<typename... AxisT> |
BinnedEstimate< AxisT... > | YODA::divide (const BinnedEstimate< AxisT... > &numer, const BinnedEstimate< AxisT... > &denom, const std::string &pat_uncorr="^stat|^uncor") |
| Divide two BinnedEstimates.
|
|
template<typename... AxisT> |
BinnedEstimate< AxisT... > | YODA::operator/ (const BinnedEstimate< AxisT... > &numer, const BinnedEstimate< AxisT... > &denom) |
| Divide two BinnedEstimates.
|
|
template<typename... AxisT> |
BinnedEstimate< AxisT... > | YODA::operator/ (BinnedEstimate< AxisT... > &&numer, const BinnedEstimate< AxisT... > &denom) |
| Divide two BinnedEstimates.
|
|
template<typename... AxisT> |
BinnedEstimate< AxisT... > | YODA::operator/ (const BinnedEstimate< AxisT... > &numer, BinnedEstimate< AxisT... > &&denom) |
| Divide two BinnedEstimates.
|
|
template<typename... AxisT> |
BinnedEstimate< AxisT... > | YODA::operator/ (BinnedEstimate< AxisT... > &&numer, BinnedEstimate< AxisT... > &&denom) |
| Divide two BinnedEstimates.
|
|
template<typename... AxisT> |
BinnedEstimate< AxisT... > | YODA::efficiency (const BinnedEstimate< AxisT... > &accepted, const BinnedEstimate< AxisT... > &total, const std::string &pat_uncorr="^stat|^uncor") |
| Calculate a binned efficiency ratio of two BinnedEstimate objects.
|
|
template<typename... AxisT> |
BinnedEstimate< AxisT... > | YODA::asymm (const BinnedEstimate< AxisT... > &a, const BinnedEstimate< AxisT... > &b, const std::string &pat_uncorr="^stat|^uncor") |
| Calculate the asymmetry (a-b)/(a+b) of two BinnedDbn objects.
|
|
|
template<typename... AxisT> |
void | YODA::transform (BinnedEstimate< AxisT... > &est, const Trf< 1 > &fn) |
|
template<typename... AxisT, typename FN > |
void | YODA::transform (BinnedEstimate< AxisT... > &est, const FN &fn) |
|