Skip to content

Commit eca7cac

Browse files
authored
Update createResolutionMap.cxx
1 parent b1cba61 commit eca7cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/Tasks/createResolutionMap.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ struct CreateResolutionMap {
664664
if (muoncuts.cfg_max_dcaxy_gl < dcaXY) {
665665
return false;
666666
}
667-
if (chi2 < 0.f || muoncuts.cfg_max_chi2_gl < chi2) {
667+
if (chi2 < 0.f || muoncuts.cfg_max_chi2_gl < chi2) { // chi2/ndf
668668
return false;
669669
}
670670
if (rAtAbsorberEnd < muoncuts.cfg_min_rabs_gl || muoncuts.cfg_max_rabs_gl < rAtAbsorberEnd) {

0 commit comments

Comments
 (0)