Skip to content

Fixes seed eta calculation.

Previously, seed eta parameters recorded in the validation ntuple were strictly positive: image image

This was due to a loss of sign from squaring and improper consideration of the bounds of std::atan. After this fix: image image

Merge request reports