Skip to content

Commit 3252c69

Browse files
authored
Formatting changes from alibuild/alibot-cleanup-15416
2 parents d1606e0 + b6395e8 commit 3252c69

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

Common/TableProducer/zdcExtraTableProducer.cxx

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,23 @@ struct ZdcExtraTableProducer {
194194

195195
uint8_t evSelection = eventSelected(collision);
196196

197-
//add event selection
198-
if (cfgEvSelSel8 && !(evSelection & (1 << evSel_sel8))) continue;
199-
if (std::fabs(collision.posZ()) > cfgEvSelVtxZ) continue;
200-
if (cfgEvSelsDoOccupancySel && !(evSelection & (1 << evSel_occupancy))) continue;
201-
if (cfgEvSelsNoSameBunchPileupCut && !(evSelection & (1 << evSel_kNoSameBunchPileup))) continue;
202-
if (cfgEvSelsIsGoodZvtxFT0vsPV && !(evSelection & (1 << evSel_kIsGoodZvtxFT0vsPV))) continue;
203-
if (cfgEvSelsNoCollInTimeRangeStandard && !(evSelection & (1 << evSel_kNoCollInTimeRangeStandard))) continue;
204-
if (cfgEvSelsIsVertexITSTPC && !(evSelection & (1 << evSel_kIsVertexITSTPC))) continue;
205-
if (cfgEvSelsIsGoodITSLayersAll && !(evSelection & (1 << evSel_kIsGoodITSLayersAll))) continue;
197+
// add event selection
198+
if (cfgEvSelSel8 && !(evSelection & (1 << evSel_sel8)))
199+
continue;
200+
if (std::fabs(collision.posZ()) > cfgEvSelVtxZ)
201+
continue;
202+
if (cfgEvSelsDoOccupancySel && !(evSelection & (1 << evSel_occupancy)))
203+
continue;
204+
if (cfgEvSelsNoSameBunchPileupCut && !(evSelection & (1 << evSel_kNoSameBunchPileup)))
205+
continue;
206+
if (cfgEvSelsIsGoodZvtxFT0vsPV && !(evSelection & (1 << evSel_kIsGoodZvtxFT0vsPV)))
207+
continue;
208+
if (cfgEvSelsNoCollInTimeRangeStandard && !(evSelection & (1 << evSel_kNoCollInTimeRangeStandard)))
209+
continue;
210+
if (cfgEvSelsIsVertexITSTPC && !(evSelection & (1 << evSel_kIsVertexITSTPC)))
211+
continue;
212+
if (cfgEvSelsIsGoodITSLayersAll && !(evSelection & (1 << evSel_kIsGoodITSLayersAll)))
213+
continue;
206214

207215
float centrality = collision.centFT0C();
208216

0 commit comments

Comments
 (0)