Skip to content

Commit feb6394

Browse files
committed
Please consider the following formatting changes
1 parent 8f006e7 commit feb6394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ struct AntinucleiInJets {
453453
// jet must be fully contained in the acceptance
454454
if ((std::fabs(jet.eta()) + rJet) > (maxEta - 0.05))
455455
continue;
456-
456+
457457
// jet pt must be larger than threshold
458458
fastjet::PseudoJet jetMinusBkg = backgroundSub.doRhoAreaSub(jet, rhoPerp, rhoMPerp);
459459
if (getCorrectedPt(jetMinusBkg.pt()) < minJetPt)
@@ -467,7 +467,7 @@ struct AntinucleiInJets {
467467
TVector3 ueAxis2(0, 0, 0);
468468
getPerpendicularAxis(jetAxis, ueAxis1, +1);
469469
getPerpendicularAxis(jetAxis, ueAxis2, -1);
470-
470+
471471
// get jet constituents
472472
std::vector<fastjet::PseudoJet> jetConstituents = jet.constituents();
473473
o2::aod::ITSResponse itsResponse;

0 commit comments

Comments
 (0)