File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments