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