Update 'Efficiency Class'
parent
3c0ac868ee
commit
4482280de7
@ -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.
|
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:
|
# Global variables:
|
||||||
|
|
||||||
string mainSignalShape = "OneCB" (Defines the shape used in the B+ mass fit, possibly obsolete)
|
string mainSignalShape = "OneCB" (Defines the shape used in the B+ mass fit, possibly obsolete)
|
||||||
|
Loading…
Reference in New Issue
Block a user