Skip to content

Commit a4ff063

Browse files
authored
Merge pull request #202 from alibuild/alibot-cleanup-17056
Please consider the following formatting changes to #17056
2 parents 35a07b5 + 2a00d29 commit a4ff063

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGLF/Tasks/Strangeness/lambdaTwoPartPolarization.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ struct LfLambdaTwoPartPolarization {
395395
ROOT::Math::Boost boost1{LambdaVec1.BoostToCM()};
396396
ProtonBoostedVec1 = boost1(ProtonVec1);
397397

398-
costhetastar1 = ProtonBoostedVec1.Pz() / ProtonBoostedVec1.P();
398+
costhetastar1 = ProtonBoostedVec1.Pz() / ProtonBoostedVec1.P();
399399
dphi = RecoDecay::constrainAngle(v01.phi() - trk.phi(), -constants::math::PI * 0.5);
400400

401401
weight = 1.0;
@@ -527,8 +527,8 @@ struct LfLambdaTwoPartPolarization {
527527
}
528528

529529
void processDataSameHadron(EventCandidates::iterator const& collision,
530-
TrackCandidates const& tracks, aod::V0Datas const& V0s,
531-
aod::BCsWithTimestamps const&)
530+
TrackCandidates const& tracks, aod::V0Datas const& V0s,
531+
aod::BCsWithTimestamps const&)
532532
{
533533
if (cfgCentEst == kFT0C) {
534534
centrality = collision.centFT0C();
@@ -552,7 +552,7 @@ struct LfLambdaTwoPartPolarization {
552552
AccMap = ccdb->getForTimeStamp<TProfile2D>(cfgAccCorPath.value, bc.timestamp());
553553
}
554554

555-
// FillHistograms(collision, collision, V0s, V0s);
555+
// FillHistograms(collision, collision, V0s, V0s);
556556
FillHistogramsRef(tracks, tracks);
557557
FillHistogramsLH(collision, V0s, tracks);
558558
}

0 commit comments

Comments
 (0)