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.
2 parents 8dba04c + 7411a04 commit 95997efCopy full SHA for 95997ef
1 file changed
PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx
@@ -493,7 +493,7 @@ struct JEPFlowAnalysis {
493
} else if (cfgq2analysis == 2) {
494
if (q2Mag > q2selHigh) {
495
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) {
+ } else if (q2Mag < q2selLow) {
497
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);
498
}
499
0 commit comments