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
@@ -259,7 +259,7 @@ class GiBUUOutput:
@property
def mean_xsec(self):
if self.flux_data is None:
return self._event_xsec(self.arrays)
return lambda energy: self.energy_max
root_tupledata = self.arrays
energies = np.array(root_tupledata.lepIn_E)
weights = self._event_xsec(root_tupledata)
Loading