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 ```