@@ -279,8 +279,13 @@ struct lambdaspincorrderived {
279279 if (!selectionV0 (v0)) {
280280 continue ;
281281 }
282+ <<<<<<< HEAD
282283 histos.fill (HIST (" ptCent" ), v0.lambdaPt (), centrality);
283284 histos.fill (HIST (" etaCent" ), v0.lambdaEta (), centrality);
285+ =======
286+ histos.fill (HIST (" ptCent" ),v0.lambdaPt (),centrality);
287+ histos.fill (HIST (" etaCent" ),v0.lambdaEta (),centrality);
288+ >>>>>>> af5b95163 (Modify azimuthal distribution)
284289 proton = ROOT::Math::PtEtaPhiMVector (v0.protonPt (), v0.protonEta (), v0.protonPhi (), o2::constants::physics::MassProton);
285290 lambda = ROOT::Math::PtEtaPhiMVector (v0.lambdaPt (), v0.lambdaEta (), v0.lambdaPhi (), v0.lambdaMass ());
286291 for (const auto & v02 : V0s) {
@@ -298,7 +303,11 @@ struct lambdaspincorrderived {
298303 }
299304 proton2 = ROOT::Math::PtEtaPhiMVector (v02.protonPt (), v02.protonEta (), v02.protonPhi (), o2::constants::physics::MassProton);
300305 lambda2 = ROOT::Math::PtEtaPhiMVector (v02.lambdaPt (), v02.lambdaEta (), v02.lambdaPhi (), v02.lambdaMass ());
306+ <<<<<<< HEAD
301307 histos.fill (HIST (" deltaPhiSame" ), std::abs (RecoDecay::constrainAngle (v0.lambdaPhi (), 0 .0F ) - RecoDecay::constrainAngle (v02.lambdaPhi (), 0 .0F )));
308+ =======
309+ histos.fill (HIST (" deltaPhiSame" ), std::abs (RecoDecay::constrainAngle (v0.lambdaPhi (), 0 .0F ) - RecoDecay::constrainAngle (v02.lambdaPhi (), 0 .0F )));
310+ >>>>>>> af5b95163 (Modify azimuthal distribution)
302311 if (v0.v0Status () == 0 && v02.v0Status () == 0 ) {
303312 fillHistograms (0 , 0 , lambda, lambda2, proton, proton2, centrality, 0 );
304313 }
@@ -370,7 +379,11 @@ struct lambdaspincorrderived {
370379 lambda = ROOT::Math::PtEtaPhiMVector (t3.lambdaPt (), t3.lambdaEta (), t3.lambdaPhi (), t3.lambdaMass ());
371380 proton2 = ROOT::Math::PtEtaPhiMVector (t2.protonPt (), t2.protonEta (), t2.protonPhi (), o2::constants::physics::MassProton);
372381 lambda2 = ROOT::Math::PtEtaPhiMVector (t2.lambdaPt (), t2.lambdaEta (), t2.lambdaPhi (), t2.lambdaMass ());
382+ <<<<<<< HEAD
373383 histos.fill (HIST (" deltaPhiMix" ), std::abs (RecoDecay::constrainAngle (t3.lambdaPhi (), 0 .0F ) - RecoDecay::constrainAngle (t2.lambdaPhi (), 0 .0F )));
384+ =======
385+ histos.fill (HIST (" deltaPhiMix" ), std::abs (RecoDecay::constrainAngle (t3.lambdaPhi (), 0 .0F ) - RecoDecay::constrainAngle (t2.lambdaPhi (), 0 .0F )));
386+ >>>>>>> af5b95163 (Modify azimuthal distribution)
374387 if (t3.v0Status () == 0 && t2.v0Status () == 0 ) {
375388 fillHistograms (0 , 0 , lambda, lambda2, proton, proton2, centrality, 1 );
376389 }
0 commit comments