Skip to content

Commit

Permalink
Update LHEReader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmdesai authored Aug 8, 2023
1 parent 8b1ec95 commit 34c0ad8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions LHEReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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])):
Expand Down

0 comments on commit 34c0ad8

Please sign in to comment.