@@ -279,13 +279,8 @@ struct lambdaspincorrderived {
279279 if (!selectionV0 (v0)) {
280280 continue ;
281281 }
282- <<<<<<< HEAD
283282 histos.fill (HIST (" ptCent" ), v0.lambdaPt (), centrality);
284283 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)
289284 proton = ROOT::Math::PtEtaPhiMVector (v0.protonPt (), v0.protonEta (), v0.protonPhi (), o2::constants::physics::MassProton);
290285 lambda = ROOT::Math::PtEtaPhiMVector (v0.lambdaPt (), v0.lambdaEta (), v0.lambdaPhi (), v0.lambdaMass ());
291286 for (const auto & v02 : V0s) {
@@ -303,11 +298,7 @@ struct lambdaspincorrderived {
303298 }
304299 proton2 = ROOT::Math::PtEtaPhiMVector (v02.protonPt (), v02.protonEta (), v02.protonPhi (), o2::constants::physics::MassProton);
305300 lambda2 = ROOT::Math::PtEtaPhiMVector (v02.lambdaPt (), v02.lambdaEta (), v02.lambdaPhi (), v02.lambdaMass ());
306- <<<<<<< HEAD
307301 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)
311302 if (v0.v0Status () == 0 && v02.v0Status () == 0 ) {
312303 fillHistograms (0 , 0 , lambda, lambda2, proton, proton2, centrality, 0 );
313304 }
@@ -379,11 +370,7 @@ struct lambdaspincorrderived {
379370 lambda = ROOT::Math::PtEtaPhiMVector (t3.lambdaPt (), t3.lambdaEta (), t3.lambdaPhi (), t3.lambdaMass ());
380371 proton2 = ROOT::Math::PtEtaPhiMVector (t2.protonPt (), t2.protonEta (), t2.protonPhi (), o2::constants::physics::MassProton);
381372 lambda2 = ROOT::Math::PtEtaPhiMVector (t2.lambdaPt (), t2.lambdaEta (), t2.lambdaPhi (), t2.lambdaMass ());
382- <<<<<<< HEAD
383373 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)
387374 if (t3.v0Status () == 0 && t2.v0Status () == 0 ) {
388375 fillHistograms (0 , 0 , lambda, lambda2, proton, proton2, centrality, 1 );
389376 }
0 commit comments