Update 'Code/Selection/ReorganizeTGraph.py'
Removed the wrong comment
This commit is contained in:
parent
6b17868719
commit
77e3253b1c
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user