Skip to content

Commit 91f9317

Browse files
committed
fixing formating issue
1 parent fc14fe0 commit 91f9317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/TwoParticleCorrelations/Tasks/twoParticleCorrelationPp.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ struct TwoParticleCorrelationPp {
378378
if (fillCollision(mixed, multiplicity) == false) {
379379
return;
380380
}
381-
//histos.fill(HIST("eventcount"), bindingOnVtx.getBin({collision1.posZ()}));
381+
// histos.fill(HIST("eventcount"), bindingOnVtx.getBin({collision1.posZ()}));
382382
fillCorrelations(mixed, tracks1, tracks2, multiplicity, collision1.posZ(), MixedEvent);
383383
}
384384
}

0 commit comments

Comments
 (0)