@@ -239,13 +239,8 @@ struct lambdaspincorrderived {
239239 if (!selectionV0 (v0)) {
240240 continue ;
241241 }
242- <<<<<<< HEAD
243242 histos.fill (HIST (" ptCent" ), v0.lambdaPt (), centrality);
244243 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)
249244 proton = ROOT::Math::PtEtaPhiMVector (v0.protonPt (), v0.protonEta (), v0.protonPhi (), o2::constants::physics::MassProton);
250245 lambda = ROOT::Math::PtEtaPhiMVector (v0.lambdaPt (), v0.lambdaEta (), v0.lambdaPhi (), v0.lambdaMass ());
251246 for (const auto & v02 : V0s) {
@@ -263,11 +258,7 @@ struct lambdaspincorrderived {
263258 }
264259 proton2 = ROOT::Math::PtEtaPhiMVector (v02.protonPt (), v02.protonEta (), v02.protonPhi (), o2::constants::physics::MassProton);
265260 lambda2 = ROOT::Math::PtEtaPhiMVector (v02.lambdaPt (), v02.lambdaEta (), v02.lambdaPhi (), v02.lambdaMass ());
266- <<<<<<< HEAD
267261 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)
271262 if (v0.v0Status () == 0 && v02.v0Status () == 0 ) {
272263 fillHistograms (0 , 0 , lambda, lambda2, proton, proton2, centrality, 0 );
273264 }
@@ -339,11 +330,7 @@ struct lambdaspincorrderived {
339330 lambda = ROOT::Math::PtEtaPhiMVector (t3.lambdaPt (), t3.lambdaEta (), t3.lambdaPhi (), t3.lambdaMass ());
340331 proton2 = ROOT::Math::PtEtaPhiMVector (t2.protonPt (), t2.protonEta (), t2.protonPhi (), o2::constants::physics::MassProton);
341332 lambda2 = ROOT::Math::PtEtaPhiMVector (t2.lambdaPt (), t2.lambdaEta (), t2.lambdaPhi (), t2.lambdaMass ());
342- <<<<<<< HEAD
343333 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)
347334 if (t3.v0Status () == 0 && t2.v0Status () == 0 ) {
348335 fillHistograms (0 , 0 , lambda, lambda2, proton, proton2, centrality, 1 );
349336 }
0 commit comments