Skip to content

Commit 00ea545

Browse files
authored
Merge pull request #25 from alibuild/alibot-cleanup-15954
[PWGHF] Please consider the following formatting changes to #15954
2 parents 6f520e3 + 8474fcb commit 00ea545

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGHF/D2H/Tasks/taskCharmPolarisation.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2337,7 +2337,7 @@ struct HfTaskCharmPolarisation {
23372337
nMuons = 0;
23382338
}
23392339
}
2340-
2340+
23412341
if (activateTHnSparseCosThStarEP) {
23422342
if constexpr (WithEp && !DoMc) {
23432343
// EP analysis for data
@@ -2351,7 +2351,7 @@ struct HfTaskCharmPolarisation {
23512351
fillRecoHistos<Channel, WithMl, DoMc, charm_polarisation::CosThetaStarType::EP>(invMassCharmHadForSparse, ptCharmHad, numPvContributors, rapidity, invMassD0, invMassKPiLc, cosThetaStarEP, phiEP, outputMl, isRotatedCandidate, origin, ptBhadMother, resoChannelLc, absEtaTrackMin, numItsClsMin, numTpcClsMin, charge, nMuons, partRecoDstar, centrality);
23522352
}
23532353
if (DoMc) {
2354-
//EP analysis for MC
2354+
// EP analysis for MC
23552355
double const deltaPhi = sampleDeltaPhi(ptCharmHad);
23562356
double psi = candidate.phi() - deltaPhi;
23572357
ROOT::Math::XYZVector qVecNorm = ROOT::Math::XYZVector(-std::sin(psi), std::cos(psi), 0.f);

0 commit comments

Comments
 (0)