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 9e1fbae commit 87eb287Copy full SHA for 87eb287
PWGCF/Flow/Tasks/flowTask.cxx
@@ -658,7 +658,6 @@ struct FlowTask {
658
if (std::abs(track.eta()) < cfgEtaPtPt) {
659
(dt == kGen) ? fFCptgen->fill(1., track.pt()) : fFCpt->fill(weff, track.pt());
660
}
661
-
662
if (std::abs(track.eta()) < cfgEtaSubPtPt) {
663
if (cfgEtaGapPtPtEnabled) {
664
if (track.eta() < -1. * cfgEtaGapPtPt) {
0 commit comments