Skip to content

Commit c828e74

Browse files
authored
Merge pull request #22 from alibuild/alibot-cleanup-12436
Please consider the following formatting changes to #12436
2 parents 59da246 + 963cb8f commit c828e74

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

PWGHF/HFJ/Tasks/taskDstarPolarisationInJet.cxx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ struct HfTaskDstarPolarisationInJet {
287287
{
288288

289289
if (cosThetaStarType == charm_polarisation::CosThetaStarType::Helicity) { // Helicity
290-
if constexpr (!doMc) { // data
291-
if constexpr (withMl) { // with ML
290+
if constexpr (!doMc) { // data
291+
if constexpr (withMl) { // with ML
292292
if (activateTrackingSys) {
293293
if (nBkgRotations > 0) {
294294
registry.fill(HIST("hHelicity"), invMassCharmHad, ptCharmHad, rapCharmHad, invMassD0, cosThetaStar, absEtaMin, numItsClsMin, numTpcClsMin, isRotatedCandidate, outputMl[0], /*outputMl[1],*/ outputMl[2], zParallel, jetPt);
@@ -382,8 +382,8 @@ struct HfTaskDstarPolarisationInJet {
382382
}
383383
}
384384
} else if (cosThetaStarType == charm_polarisation::CosThetaStarType::Production) { // Production
385-
if constexpr (!doMc) { // data
386-
if constexpr (withMl) { // with ML
385+
if constexpr (!doMc) { // data
386+
if constexpr (withMl) { // with ML
387387
if (activateTrackingSys) {
388388
if (nBkgRotations > 0) {
389389
registry.fill(HIST("hProduction"), invMassCharmHad, ptCharmHad, rapCharmHad, invMassD0, cosThetaStar, absEtaMin, numItsClsMin, numTpcClsMin, isRotatedCandidate, outputMl[0], /*outputMl[1],*/ outputMl[2], zParallel, jetPt);
@@ -477,8 +477,8 @@ struct HfTaskDstarPolarisationInJet {
477477
}
478478
}
479479
} else if (cosThetaStarType == charm_polarisation::CosThetaStarType::JetAxis) { // JetAxis
480-
if constexpr (!doMc) { // data
481-
if constexpr (withMl) { // with ML
480+
if constexpr (!doMc) { // data
481+
if constexpr (withMl) { // with ML
482482
if (activateTrackingSys) {
483483
if (nBkgRotations > 0) {
484484
registry.fill(HIST("hJetAxis"), invMassCharmHad, ptCharmHad, rapCharmHad, invMassD0, cosThetaStar, absEtaMin, numItsClsMin, numTpcClsMin, isRotatedCandidate, outputMl[0], /*outputMl[1],*/ outputMl[2], zParallel, jetPt);
@@ -735,8 +735,8 @@ struct HfTaskDstarPolarisationInJet {
735735
pyDau = candidate.pyProng1();
736736
pzDau = candidate.pzProng1();
737737
threeVecCand = RecoDecay::pVec(std::array{candidate.pxProng1(), candidate.pyProng1(), candidate.pzProng1()},
738-
std::array{candidate.pyProng0Charm(), candidate.pxProng0Charm(), candidate.pzProng0Charm()},
739-
std::array{candidate.pxProng1Charm(), candidate.pyProng1Charm(), candidate.pzProng1Charm()});
738+
std::array{candidate.pyProng0Charm(), candidate.pxProng0Charm(), candidate.pzProng0Charm()},
739+
std::array{candidate.pxProng1Charm(), candidate.pyProng1Charm(), candidate.pzProng1Charm()});
740740
pxCharmHad = threeVecCand[0];
741741
pyCharmHad = threeVecCand[1];
742742
pzCharmHad = threeVecCand[2];

0 commit comments

Comments
 (0)