Skip to content

Commit 94de21c

Browse files
authored
Merge pull request #15 from alibuild/alibot-cleanup-17128
[PWGEM] Please consider the following formatting changes to #17128
2 parents a9bdace + 803b388 commit 94de21c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

PWGEM/PhotonMeson/Core/Pi0EtaToGammaGamma.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ struct Pi0EtaToGammaGamma {
835835
continue;
836836
}
837837
}
838-
838+
839839
auto pos1 = g1.template posTrack_as<TLegs>();
840840
auto ele1 = g1.template negTrack_as<TLegs>();
841841
ROOT::Math::PtEtaPhiMVector v_gamma(g1.pt(), g1.eta(), g1.phi(), 0.);

PWGEM/PhotonMeson/Tasks/photonhbt.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ struct Photonhbt {
14001400
float qout_lcms = q3_lcms.Dot(uv_out);
14011401
float qside_lcms = q3_lcms.Dot(uv_side);
14021402
float qlong_lcms = q3_lcms.Dot(uv_long);
1403-
constexpr auto mcDir = mcDirPrefix<TruthT, ev_id == 1>();
1403+
constexpr auto mcDir = mcDirPrefix<TruthT, ev_id == 1>();
14041404
if (hbtanalysis.cfgDo3D) {
14051405
fRegistryPairMC.fill(HIST(mcDir) + HIST("CF_3D"),
14061406
std::fabs(qout_lcms), std::fabs(qside_lcms), std::fabs(qlong_lcms), kt, weight);
@@ -2708,8 +2708,8 @@ struct Photonhbt {
27082708
}
27092709
}
27102710
} // end cfgDoTruthMix
2711-
} // end collision loop
2712-
} // end runTruthEfficiency
2711+
} // end collision loop
2712+
} // end runTruthEfficiency
27132713

27142714
/*************************************************/
27152715
// PROCESS FUNCTIONS

0 commit comments

Comments
 (0)