Skip to content

Commit 34c0ad8

Browse files
authored
Update LHEReader.py
1 parent 8b1ec95 commit 34c0ad8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

LHEReader.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def build_TTree(data, outputname):
7474
m_tree.Branch("pz", m_pz)
7575
m_tree.Branch("energy", m_e)
7676
m_tree.Branch("mass", m_mass)
77-
m_tree.Branch("color1", m_color1)
7877
m_tree.Branch("tau", m_tau)
7978
m_tree.Branch("spin", m_spin)
8079

@@ -86,9 +85,6 @@ def build_TTree(data, outputname):
8685
m_qed[0] = float(data[i][4]) # second last quantity is the alpha qed
8786
m_qcd[0] = float(data[i][5]) # last quantity is the alpha qcd
8887

89-
#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
90-
91-
9288
x, y = 6, 19 # 6 as above five are already filled, 19 represents (13 quantities+6 indices)
9389

9490
for j in range(int(data[i][0])):

0 commit comments

Comments
 (0)