Skip to content

Commit 799b806

Browse files
committed
Please consider the following formatting changes
1 parent 98f5581 commit 799b806

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PWGCF/Flow/Tasks/flowSP.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,12 @@ struct FlowSP {
256256
registry.add("incl/QA/hCrossedRows_pt", "", {HistType::kTH2D, {axisPt, axisCl}});
257257
}
258258

259-
if (doprocessMCReco){
259+
if (doprocessMCReco) {
260260
registry.add("trackMCReco/after/hPt_inclusive", "", {HistType::kTH1D, {axisPt}});
261261
registry.add("trackMCReco/after/hPt_positive", "", {HistType::kTH1D, {axisPt}});
262262
registry.add("trackMCReco/after/hPt_negative", "", {HistType::kTH1D, {axisPt}});
263263

264264
registry.addClone("trackMCReco/after/", "trackMCReco/before/");
265-
266265
}
267266

268267
if (doprocessData) {
@@ -655,7 +654,6 @@ struct FlowSP {
655654
registry.fill(HIST("QA/") + HIST(Time[ft]) + HIST("/CentFT0C_vs_CentFV0A"), collision.centFT0C(), collision.centFV0A());
656655
registry.fill(HIST("QA/") + HIST(Time[ft]) + HIST("/CentFT0C_vs_CentNGlobal"), collision.centFT0C(), collision.centNGlobal());
657656

658-
659657
if constexpr (framework::has_type_v<aod::sptablezdc::Vx, typename CollisionObject::all_columns>) {
660658
double psiA = 1.0 * std::atan2(collision.qyA(), collision.qxA());
661659
double psiC = 1.0 * std::atan2(collision.qyC(), collision.qxC());

0 commit comments

Comments
 (0)