diff --git a/Efficiency-Class.md b/Efficiency-Class.md index e83ceec..27a0b54 100644 --- a/Efficiency-Class.md +++ b/Efficiency-Class.md @@ -1,4 +1,19 @@ File defining the `EffAndError` class. The class contains of three memebers; value, upper error and lower error. It is used to save efficiencies in [[Efficiency.cpp|Efficiency.cpp]]. It was originially thought we will have to calculate the efficiency errors properly, however, turns out we don't. But if someone wants to, they hapilly can my simply modifying the functions in this file. + +## Table of Contents + +* [Global variables:](#global-variables) +* [Classes](#classes) + * [EffAndError](#effanderror) +* [Functions](#functions) + * [EffAndError::EffAndError()](#effanderror-effanderror) + * [EffAndError::EffAndError()](#effanderror-effanderror-1) + * [EffAndError::EffAndError()](#effanderror-effanderror-2) + * [EffAndError GetEfficiency()](#effanderror-getefficiency) + * [EffAndError getTMEfficiencySimple()](#effanderror-gettmefficiencysimple) + * [EffAndError getBDTEfficiencySimple()](#effanderror-getbdtefficiencysimple) + * [EffAndError getSelectionEfficiencySimple()](#effanderror-getselectionefficiencysimple) + * # Global variables: string mainSignalShape = "OneCB" (Defines the shape used in the B+ mass fit, possibly obsolete)