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

Typo

parent a0055a31
No related branches found
No related tags found
1 merge request!10Single energy runs
Pipeline #20703 passed with warnings
......@@ -260,7 +260,7 @@ class GiBUUOutput:
def mean_xsec(self):
if self.flux_data is None:
return lambda energy: self.xsection["sum"]
else
else:
root_tupledata = self.arrays
energies = np.array(root_tupledata.lepIn_E)
weights = self._event_xsec(root_tupledata)
......
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