Browse Source

Update 'Code/Selection/ReorganizeTGraph.py'

Removed the wrong comment
MartinoTest
Renata Kopecná 3 years ago
parent
commit
77e3253b1c
  1. 6
      Code/Selection/ReorganizeTGraph.py

6
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))

Loading…
Cancel
Save