From 83decfe574f2930cc0e19bd4e0e07e062879dd1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Tue, 1 Feb 2022 07:36:48 +0100 Subject: [PATCH] Update 'Selection code' --- Selection-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Selection-code.md b/Selection-code.md index 0d3e371..2faafb0 100644 --- a/Selection-code.md +++ b/Selection-code.md @@ -132,7 +132,7 @@ getMaxBDTresponse("2012",1,true,true,0,false,false) getMaxBDTresponse("2016",2,true,false,0,false,false) ``` -Make a nice TGraph from the scan; when creating the scan, it can happen that eg an estimation at cut at 0.95 happens before a cut at 0.92. [[This script|ReorganizeTGraph]] just takes it and makes a pretty clean plot. +Make a nice TGraph from the scan; when creating the scan, it can happen that eg an estimation at cut at 0.95 happens before a cut at 0.92. [[This script|ReorganizeTGraph.py]] just takes it and makes a pretty clean plot. ``` python ReorganizeTGraph.py ```