Skip to content

Commit 7411a04

Browse files
committed
Please consider the following formatting changes
1 parent 8dba04c commit 7411a04

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)