Skip to content

Save MET significance with user flag.

Abhishek Sharma requested to merge abhishek/athena:MET-sig-save into main

Adding a way to save MET significance in the MetAnalysisAlgorithms. It can be toggled on (default False) by the option saveSignificance. Should be fairly straightforward since the significance calculation runs by default in the algorithm, we just never save the output.

Merge request reports