Skip to content

Commit 7c6d0c9

Browse files
committed
Remove spacing
1 parent 4c0c3b8 commit 7c6d0c9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,18 +331,15 @@ struct lambdaspincorrderived {
331331

332332
double pt1 = particle1.Pt();
333333
double dphi1 = RecoDecay::constrainAngle(particle1.Phi(), 0.0F, harmonic);
334-
;
335334
double deta1 = particle1.Eta();
336335

337336
double dphi2 = RecoDecay::constrainAngle(particle2.Phi(), 0.0F, harmonic);
338-
;
339337
double deta2 = particle2.Eta();
340338

341339
double deta_pair = std::abs(deta1 - deta2);
342340
double dphi_pair = std::abs(dphi1 - dphi2);
343341

344342
double deltaR = TMath::Sqrt(deta_pair * deta_pair + dphi_pair * dphi_pair);
345-
346343
double deltaRap = std::abs(particle1.Rapidity() - particle2.Rapidity());
347344

348345
double epsWeight = 1.0;

0 commit comments

Comments
 (0)