Skip to content

Commit a4a3833

Browse files
committed
Please consider the following formatting changes
1 parent 23d0515 commit a4a3833

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -517,10 +517,10 @@ struct ThreeParticleCorrelations {
517517
// Start of the Mixed-Event correlations
518518
for (const auto& [coll_1, v0_1, coll_2, track_2] : pairData) {
519519
if (!acceptEvent(coll_1, false)) {
520-
continue;
520+
continue;
521521
}
522522
if (!acceptEvent(coll_2, false)) {
523-
continue;
523+
continue;
524524
}
525525

526526
auto bc = coll_1.bc_as<aod::BCsWithTimestamps>();
@@ -1031,10 +1031,10 @@ struct ThreeParticleCorrelations {
10311031

10321032
if (evSelGroup.useOccupCut) {
10331033
if (!col.selection_bit(aod::evsel::kNoCollInTimeRangeStandard)) { // kNoCollInTimeRangeStandard
1034-
return false;
1034+
return false;
10351035
}
10361036
if (FillHist) {
1037-
rQARegistry.fill(HIST("hNEvents"), 4.5);
1037+
rQARegistry.fill(HIST("hNEvents"), 4.5);
10381038
}
10391039
}
10401040

0 commit comments

Comments
 (0)