Skip to content

Commit aca1029

Browse files
authored
Merge pull request #5 from alibuild/alibot-cleanup-11329
Please consider the following formatting changes to #11329
2 parents 06625f5 + 27bc9fa commit aca1029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/TwoParticleCorrelations/Tasks/longrangeCorrelation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ struct LongrangeCorrelation {
289289
}
290290
float deltaPhi = RecoDecay::constrainAngle(triggerTrack.phi() - phiA, -PIHalf);
291291
float deltaEta = triggerTrack.eta() - etaA;
292-
if (mixing)
292+
if (mixing)
293293
histos.fill(HIST("ME/deltaEta_deltaPhi"), deltaPhi, deltaEta);
294294
else
295295
histos.fill(HIST("SE/deltaEta_deltaPhi"), deltaPhi, deltaEta);

0 commit comments

Comments
 (0)