Update 'Code/Selection/ReorganizeTGraph.py'

Removed the wrong comment
This commit is contained in:
Renata Kopecná 2022-03-30 10:00:38 +02:00
parent 6b17868719
commit 77e3253b1c

View File

@ -5,12 +5,6 @@ from ROOT import TTree, TChain, TFile, TVector3, TObject, TGraphErrors, TGraph
import numpy as np import numpy as np
import os 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): def redoGraph(Run, graphFile, name):
graph = graphFile.Get("MLP "+name+"Run"+str(Run)) graph = graphFile.Get("MLP "+name+"Run"+str(Run))