Skip to content
Snippets Groups Projects
Commit 31e85a4f authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Remove LHE info line interpreter

parent 07d27e4d
No related branches found
No related tags found
No related merge requests found
Pipeline #15227 passed
......@@ -89,15 +89,6 @@ def read_nu_abs_xsection(filepath):
return values
def parse_gibuu_event_info(line):
fields = line.split()[1:]
if int(fields[0]) != 5:
raise NotImplementedError(
"Event information type %s cannot be parsed yet!" % fields[0])
else:
return np.genfromtxt(StringIO(line[3:]), dtype=LHE_NU_INFO_DTYPE)
class GiBUUOutput:
def __init__(self, data_dir):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment