Skip to content

Commit 2b93676

Browse files
committed
add event selection with two high pT
1 parent f0c696d commit 2b93676

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ struct JEPFlowAnalysis {
427427
}
428428
}
429429

430-
if (cfgSelEvtTwoHP && nHighPt > 1.5)
430+
if (cfgSelEvtTwoHP && nHighPt < 2)
431431
continue;
432432

433433
epFlowHistograms.fill(HIST("EpDet"), i + 2, cent, eps[0]);

0 commit comments

Comments
 (0)