From 4482280de70a560b47576aa6e1924cf19259bc32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Wed, 2 Feb 2022 17:25:05 +0100 Subject: [PATCH] Update 'Efficiency Class' --- Efficiency-Class.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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)