Skip to content

Commit 8ede0c5

Browse files
committed
typo
1 parent 1445bd3 commit 8ede0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VGammaHadronCuts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ bool VGammaHadronCuts::applyXGBoostCut( int i )
11231123
cout << ", is gamma (70\% signal efficiency) " << fData->GH_Gamma_IsGamma;
11241124
cout << endl;
11251125
}
1126-
return fData->GH_Gamma_IsGamma;
1126+
return fData->GH_Is_Gamma;
11271127
}
11281128

11291129

0 commit comments

Comments
 (0)