gundam-organization / gundam

GUNDAM, for Generalized and Unified Neutrino Data Analysis Methods, is a suite of applications which aims at performing various statistical analysis with different purposes and setups.
GNU Lesser General Public License v2.1
13 stars 11 forks source link

Feature/import recursive sums #537

Closed ClarkMcGrew closed 4 months ago

ClarkMcGrew commented 4 months ago

Imports the recursive summation for the Cache::Manager. This is about 10 times faster than the IndexedSums algorithm, but requires a little bit more memory. It has also has the advantage that the sum will be more numerically stable since summation will happen between values of roughly equal magnitude. This also captures the global event weight cap from the LTS.

ClarkMcGrew commented 4 months ago

Remove and start over clean. Failures were due to an ubuntu update for the ROOT docker image