@@ -1245,12 +1245,12 @@ struct TaskPi0FlowEMC {
12451245 registry.fill (HIST (" hEventPlaneAngleTPCpos" ), centrality, epBPoss);
12461246 registry.fill (HIST (" hEventPlaneAngleTPCneg" ), centrality, epBNegs);
12471247
1248- registry.fill (HIST (" QVector/hQVecMeanRVsPhiFT0a" ), centrality, std::atan2 (yQVecFT0a, xQVecFT0a));
1249- registry.fill (HIST (" QVector/hQVecMeanRVsPhiFT0c" ), centrality, std::atan2 (yQVecFT0c, xQVecFT0c));
1250- registry.fill (HIST (" QVector/hQVecMeanRVsPhiFT0m" ), centrality, std::atan2 (yQVecFT0m, xQVecFT0m));
1251- registry.fill (HIST (" QVector/hQVecMeanRVsPhiTPCpos" ), centrality, std::atan2 (yQVecBPos, xQVecBPos));
1252- registry.fill (HIST (" QVector/hQVecMeanRVsPhiTPCneg" ), centrality, std::atan2 (yQVecBNeg, xQVecBNeg));
1253- registry.fill (HIST (" QVector/hQVecMeanRVsPhiTPCTot" ), centrality, std::atan2 (yQVecBTot, xQVecBTot));
1248+ registry.fill (HIST (" QVector/hQVecMeanRVsPhiFT0a" ), centrality, std::atan2 (yQVecFT0a, xQVecFT0a), std::hypot (xQVecFT0a, yQVecFT0a) );
1249+ registry.fill (HIST (" QVector/hQVecMeanRVsPhiFT0c" ), centrality, std::atan2 (yQVecFT0c, xQVecFT0c), std::hypot (xQVecFT0c, yQVecFT0c) );
1250+ registry.fill (HIST (" QVector/hQVecMeanRVsPhiFT0m" ), centrality, std::atan2 (yQVecFT0m, xQVecFT0m), std::hypot (xQVecFT0m, yQVecFT0m) );
1251+ registry.fill (HIST (" QVector/hQVecMeanRVsPhiTPCpos" ), centrality, std::atan2 (yQVecBPos, xQVecBPos), std::hypot (xQVecBPos, yQVecBPos) );
1252+ registry.fill (HIST (" QVector/hQVecMeanRVsPhiTPCneg" ), centrality, std::atan2 (yQVecBNeg, xQVecBNeg), std::hypot (xQVecBNeg, yQVecBNeg) );
1253+ registry.fill (HIST (" QVector/hQVecMeanRVsPhiTPCTot" ), centrality, std::atan2 (yQVecBTot, xQVecBTot), std::hypot (xQVecBTot, yQVecBTot) );
12541254
12551255 registry.fill (HIST (" epReso/hEpResoFT0cFT0a" ), centrality, std::cos (harmonic * getDeltaPsiInRange (epFT0c, epFT0a)));
12561256 registry.fill (HIST (" epReso/hEpResoFT0cTPCpos" ), centrality, std::cos (harmonic * getDeltaPsiInRange (epFT0c, epBPoss)));
0 commit comments