We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0c3b8 commit 7c6d0c9Copy full SHA for 7c6d0c9
PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx
@@ -331,18 +331,15 @@ struct lambdaspincorrderived {
331
332
double pt1 = particle1.Pt();
333
double dphi1 = RecoDecay::constrainAngle(particle1.Phi(), 0.0F, harmonic);
334
- ;
335
double deta1 = particle1.Eta();
336
337
double dphi2 = RecoDecay::constrainAngle(particle2.Phi(), 0.0F, harmonic);
338
339
double deta2 = particle2.Eta();
340
341
double deta_pair = std::abs(deta1 - deta2);
342
double dphi_pair = std::abs(dphi1 - dphi2);
343
344
double deltaR = TMath::Sqrt(deta_pair * deta_pair + dphi_pair * dphi_pair);
345
-
346
double deltaRap = std::abs(particle1.Rapidity() - particle2.Rapidity());
347
348
double epsWeight = 1.0;
0 commit comments