Skip to content

Commit 39e2dbb

Browse files
committed
clang format
1 parent 2aa9af6 commit 39e2dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/TwoParticleCorrelations/Tasks/diHadronCor.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ struct DiHadronCor {
480480
continue; // Without pt-differential correlations, skip if the trigger pt is less than the associate pt
481481
if (cfgUsePtOrder && system == MixedEvent && cfgUsePtOrderInMixEvent && track1.pt() <= track2.pt())
482482
continue; // For pt-differential correlations in mixed events, skip if the trigger pt is less than the associate pt
483-
483+
484484
float deltaPhi = RecoDecay::constrainAngle(track1.phi() - track2.phi(), -PIHalf);
485485
float deltaEta = track1.eta() - track2.eta();
486486

0 commit comments

Comments
 (0)