From 77e3253b1c730491f79956672605525c996b0b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Wed, 30 Mar 2022 10:00:38 +0200 Subject: [PATCH] Update 'Code/Selection/ReorganizeTGraph.py' Removed the wrong comment --- Code/Selection/ReorganizeTGraph.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Code/Selection/ReorganizeTGraph.py b/Code/Selection/ReorganizeTGraph.py index 135bab0..d998daf 100644 --- a/Code/Selection/ReorganizeTGraph.py +++ b/Code/Selection/ReorganizeTGraph.py @@ -5,12 +5,6 @@ from ROOT import TTree, TChain, TFile, TVector3, TObject, TGraphErrors, TGraph import numpy as np import os -''' -Tool for removing multiple candidates after TMVA. -Adds a branch with a boolean for each TMVA cut, whether the event should be removed or not -New version, as there is something wrong with 2016 -''' - def redoGraph(Run, graphFile, name): graph = graphFile.Get("MLP "+name+"Run"+str(Run))