@@ -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