We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cba61 commit eca7cacCopy full SHA for eca7cac
PWGEM/Dilepton/Tasks/createResolutionMap.cxx
@@ -664,7 +664,7 @@ struct CreateResolutionMap {
664
if (muoncuts.cfg_max_dcaxy_gl < dcaXY) {
665
return false;
666
}
667
- if (chi2 < 0.f || muoncuts.cfg_max_chi2_gl < chi2) {
+ if (chi2 < 0.f || muoncuts.cfg_max_chi2_gl < chi2) { // chi2/ndf
668
669
670
if (rAtAbsorberEnd < muoncuts.cfg_min_rabs_gl || muoncuts.cfg_max_rabs_gl < rAtAbsorberEnd) {
0 commit comments