From 34c0ad87d3681b7504527a365f3744dc941ca558 Mon Sep 17 00:00:00 2001 From: Aman Desai <98302868+amanmdesai@users.noreply.github.com> Date: Tue, 8 Aug 2023 11:37:28 +0530 Subject: [PATCH] Update LHEReader.py --- LHEReader.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/LHEReader.py b/LHEReader.py index f0d6358..940e7b1 100644 --- a/LHEReader.py +++ b/LHEReader.py @@ -74,7 +74,6 @@ def build_TTree(data, outputname): m_tree.Branch("pz", m_pz) m_tree.Branch("energy", m_e) m_tree.Branch("mass", m_mass) - m_tree.Branch("color1", m_color1) m_tree.Branch("tau", m_tau) m_tree.Branch("spin", m_spin) @@ -86,9 +85,6 @@ def build_TTree(data, outputname): m_qed[0] = float(data[i][4]) # second last quantity is the alpha qed m_qcd[0] = float(data[i][5]) # last quantity is the alpha qcd - #57 1 1 2 0 0 0.56758848505954369E+02 0.15347715764111143E+03 0.17433809470933502E+03 0.23931271606038302E+03 0.10000000000000000E+02 0.0000E+00 0.9000E+01 - - x, y = 6, 19 # 6 as above five are already filled, 19 represents (13 quantities+6 indices) for j in range(int(data[i][0])):