From 488b831a6bda7111c86ef5f3045be87a39ac87f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Tue, 25 Jan 2022 17:52:42 +0100 Subject: [PATCH] Add 'Resolution Plotting' --- Resolution-Plotting.md | 61 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 Resolution-Plotting.md diff --git a/Resolution-Plotting.md b/Resolution-Plotting.md new file mode 100644 index 0000000..a54e1a9 --- /dev/null +++ b/Resolution-Plotting.md @@ -0,0 +1,61 @@ +Welcome to the Wiki. + +## Global variables: + + + +# Classes + + + +# Functions and their parameters: +### int getResolutionQuickAndDirty() + +* **Parameters** + * string year + * int Run + * bool TM + * bool RemoveMultiple + * double TMVAcut + * bool ReferenceChannel + * bool PHSP + * bool KshortDecayInVelo +* **Return** + +### int getResolutionQuickAndDirtyAllYears() + +* **Parameters** + * int Run + * bool TM + * bool RemoveMultiple + * double TMVAcut + * bool ReferenceChannel + * bool PHSP +* **Return** + +### int getResolutionQuickAndDirtyAllYearsAllSamplesMC() + +* **Parameters** + * int Run + * double TMVAcut +* **Return** + +### int getResolutionQuickAndDirtyAllYearsAllSamplesRefChan() + +* **Parameters** + * int Run + * double TMVAcut +* **Return** + +### int getResolutionQuickAndDirtyAllYearsAllSamplesPHSP() + +* **Parameters** + * int Run + * double TMVAcut +* **Return** + +### int getResolutionQuickAndDirtyAll() + +* **Parameters** + * double TMVAcut +* **Return**