Skip to content
Snippets Groups Projects

Single energy runs

Merged Johannes Schumann requested to merge single_energy into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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)
Loading