Skip to content

Commit 95997ef

Browse files
authored
Merge pull request #197 from alibuild/alibot-cleanup-16758
Please consider the following formatting changes to AliceO2Group#16758
2 parents 8dba04c + 7411a04 commit 95997ef

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
@@ -493,7 +493,7 @@ struct JEPFlowAnalysis {
493493
} else if (cfgq2analysis == 2) {
494494
if (q2Mag > q2selHigh) {
495495
epFlowHistograms.fill(HIST("SPvnxx_q2high"), i + 2, cent, track.pt(), track.eta(), (std::cos(track.phi() * static_cast<float>(i + 2)) * qx_shifted[0] + std::sin(track.phi() * static_cast<float>(i + 2)) * qy_shifted[0]), weight);
496-
} else if(q2Mag < q2selLow) {
496+
} else if (q2Mag < q2selLow) {
497497
epFlowHistograms.fill(HIST("SPvnxx_q2low"), i + 2, cent, track.pt(), track.eta(), (std::cos(track.phi() * static_cast<float>(i + 2)) * qx_shifted[0] + std::sin(track.phi() * static_cast<float>(i + 2)) * qy_shifted[0]), weight);
498498
}
499499
}

0 commit comments

Comments
 (0)