Skip to content

Commit 2e13f45

Browse files
committed
whitespace update
1 parent 44a7471 commit 2e13f45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGHF/D2H/Tasks/taskCharmPolarisation.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ struct TaskPolarisationCharmHadrons {
10211021
}
10221022
}
10231023
}
1024-
}
1024+
}
10251025
}
10261026
}
10271027
}
@@ -2078,7 +2078,7 @@ struct TaskPolarisationCharmHadrons {
20782078
float yQVec = qVecs[1];
20792079
// float amplQVec = qVecs[2];
20802080
float evtPl = epHelper.GetEventPlane(xQVec, yQVec, harmonic);
2081-
2081+
20822082
for (const auto& dstarCandidate : groupedDstarCandidates) {
20832083
nCands++;
20842084
if (runPolarisationAnalysis<charm_polarisation::DecayChannel::DstarToDzeroPi, false, false, false, true>(dstarCandidate, 0, numPvContributors, -1 /*MC particles*/, tracks, &evtPl)) {
@@ -2131,7 +2131,7 @@ struct TaskPolarisationCharmHadrons {
21312131
return; // skip this collision if outside of the centrality range
21322132
}
21332133
int numPvContributorsGen{0};
2134-
2134+
21352135
std::vector<float> qVecs = getQvec(collision);
21362136
float xQVec = qVecs[0];
21372137
float yQVec = qVecs[1];
@@ -2204,7 +2204,7 @@ struct TaskPolarisationCharmHadrons {
22042204
}
22052205
}
22062206
PROCESS_SWITCH(TaskPolarisationCharmHadrons, processDstarMcWithMlInPbPb, "Process Dstar candidates in PbPb MC with ML", false);
2207-
2207+
22082208

22092209
////////////////////////////
22102210
// Lc->pKpi analysis ///

0 commit comments

Comments
 (0)