@@ -239,8 +239,13 @@ struct lambdaspincorrderived {
239239 if (!selectionV0 (v0)) {
240240 continue ;
241241 }
242+ <<<<<<< HEAD
242243 histos.fill (HIST (" ptCent" ), v0.lambdaPt (), centrality);
243244 histos.fill (HIST (" etaCent" ), v0.lambdaEta (), centrality);
245+ =======
246+ histos.fill (HIST (" ptCent" ),v0.lambdaPt (),centrality);
247+ histos.fill (HIST (" etaCent" ),v0.lambdaEta (),centrality);
248+ >>>>>>> af5b95163 (Modify azimuthal distribution)
244249 proton = ROOT::Math::PtEtaPhiMVector (v0.protonPt (), v0.protonEta (), v0.protonPhi (), o2::constants::physics::MassProton);
245250 lambda = ROOT::Math::PtEtaPhiMVector (v0.lambdaPt (), v0.lambdaEta (), v0.lambdaPhi (), v0.lambdaMass ());
246251 for (const auto & v02 : V0s) {
@@ -258,7 +263,11 @@ struct lambdaspincorrderived {
258263 }
259264 proton2 = ROOT::Math::PtEtaPhiMVector (v02.protonPt (), v02.protonEta (), v02.protonPhi (), o2::constants::physics::MassProton);
260265 lambda2 = ROOT::Math::PtEtaPhiMVector (v02.lambdaPt (), v02.lambdaEta (), v02.lambdaPhi (), v02.lambdaMass ());
266+ <<<<<<< HEAD
261267 histos.fill (HIST (" deltaPhiSame" ), std::abs (RecoDecay::constrainAngle (v0.lambdaPhi (), 0 .0F ) - RecoDecay::constrainAngle (v02.lambdaPhi (), 0 .0F )));
268+ =======
269+ histos.fill (HIST (" deltaPhiSame" ), std::abs (RecoDecay::constrainAngle (v0.lambdaPhi (), 0 .0F ) - RecoDecay::constrainAngle (v02.lambdaPhi (), 0 .0F )));
270+ >>>>>>> af5b95163 (Modify azimuthal distribution)
262271 if (v0.v0Status () == 0 && v02.v0Status () == 0 ) {
263272 fillHistograms (0 , 0 , lambda, lambda2, proton, proton2, centrality, 0 );
264273 }
@@ -330,7 +339,11 @@ struct lambdaspincorrderived {
330339 lambda = ROOT::Math::PtEtaPhiMVector (t3.lambdaPt (), t3.lambdaEta (), t3.lambdaPhi (), t3.lambdaMass ());
331340 proton2 = ROOT::Math::PtEtaPhiMVector (t2.protonPt (), t2.protonEta (), t2.protonPhi (), o2::constants::physics::MassProton);
332341 lambda2 = ROOT::Math::PtEtaPhiMVector (t2.lambdaPt (), t2.lambdaEta (), t2.lambdaPhi (), t2.lambdaMass ());
342+ <<<<<<< HEAD
333343 histos.fill (HIST (" deltaPhiMix" ), std::abs (RecoDecay::constrainAngle (t3.lambdaPhi (), 0 .0F ) - RecoDecay::constrainAngle (t2.lambdaPhi (), 0 .0F )));
344+ =======
345+ histos.fill (HIST (" deltaPhiMix" ), std::abs (RecoDecay::constrainAngle (t3.lambdaPhi (), 0 .0F ) - RecoDecay::constrainAngle (t2.lambdaPhi (), 0 .0F )));
346+ >>>>>>> af5b95163 (Modify azimuthal distribution)
334347 if (t3.v0Status () == 0 && t2.v0Status () == 0 ) {
335348 fillHistograms (0 , 0 , lambda, lambda2, proton, proton2, centrality, 1 );
336349 }
0 commit comments