Skip to content

Commit 80aff1b

Browse files
committed
Please consider the following formatting changes
1 parent c1ea3a2 commit 80aff1b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGLF/Tasks/Resonances/k892hadronphotonBkg.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -647,15 +647,15 @@ struct k892hadronphotonBkg {
647647

648648
if (std::abs(static_cast<int64_t>(coll1.globalIndex()) - static_cast<int64_t>(coll2.globalIndex())) < kstarBkgConfig.deltaCollision)
649649
continue;
650-
xww
651-
auto const& photons1 = photonPool[coll1.globalIndex()];
650+
xww auto const& photons1 = photonPool[coll1.globalIndex()];
652651
auto const& kshorts1 = kshortPool[coll1.globalIndex()];
653652
auto const& photons2 = photonPool[coll2.globalIndex()];
654653
auto const& kshorts2 = kshortPool[coll2.globalIndex()];
655654

656655
// K0s(coll1) × γ(coll2)
657-
if (!kshorts1.empty() && !photons2.empty()) {xw
658-
for (int kIdx : kshorts1) {
656+
if (!kshorts1.empty() && !photons2.empty()) {
657+
xw for (int kIdx : kshorts1)
658+
{
659659
auto kshort = fullV0s.rawIteratorAt(kIdx);
660660
float kP = std::hypot(kshort.px(), kshort.py(), kshort.pz());
661661
ROOT::Math::PxPyPzEVector FourMomKShort(

0 commit comments

Comments
 (0)