Skip to content

Commit bf88717

Browse files
pTHatMaxFractionMCD name fix
1 parent 995f540 commit bf88717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Tasks/trackEfficiency.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ struct TrackEfficiency {
559559
registry.fill(HIST("hTrackCutsCounts"), 2.5);
560560

561561
float pTHat = 10. / (std::pow(weight, 1.0 / pTHatExponent));
562-
if (jet.pt() > pTHatMaxMCD * pTHat || pTHat < pTHatAbsoluteMin) {
562+
if (jet.pt() > pTHatMaxFractionMCD * pTHat) {
563563
continue;
564564
}
565565
registry.fill(HIST("hTrackCutsCounts"), 3.5);

0 commit comments

Comments
 (0)