Skip to content

Commit 4f794db

Browse files
Merge pull request #34 from alibuild/alibot-cleanup-12632
Please consider the following formatting changes to #12632
2 parents 8d9a885 + 81c8f73 commit 4f794db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

PWGLF/TableProducer/Strangeness/lambdaspincorrelation.cxx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,8 @@ struct lambdaspincorrelation {
262262
int numbV0 = 0;
263263
// LOGF(info, "event collisions: (%d)", collision.index());
264264
auto centrality = collision.centFT0C();
265-
if (cfgEventTypepp) centrality = collision.centFT0M();
265+
if (cfgEventTypepp)
266+
centrality = collision.centFT0M();
266267
auto vz = collision.posZ();
267268
int occupancy = collision.trackOccupancyInTimeRange();
268269
histos.fill(HIST("hEvtSelInfo"), 0.5);
@@ -361,7 +362,8 @@ struct lambdaspincorrelation {
361362
int numbV0 = 0;
362363
// LOGF(info, "event collisions: (%d)", collision.index());
363364
auto centrality = collision.centFT0C();
364-
if (cfgEventTypepp) centrality = collision.centFT0M();
365+
if (cfgEventTypepp)
366+
centrality = collision.centFT0M();
365367
auto vz = collision.posZ();
366368
int occupancy = collision.trackOccupancyInTimeRange();
367369
histos.fill(HIST("hEvtSelInfo"), 0.5);

0 commit comments

Comments
 (0)