JeffersonLab / hps-java

HPS reconstruction and analysis framework in Java
2 stars 10 forks source link

Moller momentum cuts are incorrect. #1051

Closed mholtrop closed 1 month ago

mholtrop commented 1 month ago

The upper momentum cut was set to getMaxVertexP() and should be getMaxMollerP() Very minor difference, but we should be consistent.

mholtrop commented 1 month ago

Fixed with pull 1055