From 4b874bcc4f2dbab49943a7bf1ff84ec3ed63b829 Mon Sep 17 00:00:00 2001 From: Pritam Chakraborty <47203359+prchakra@users.noreply.github.com> Date: Wed, 22 Jan 2025 01:30:09 +0100 Subject: [PATCH] Removing white-spaces --- .../TableProducer/femtoUniverseProducerTask.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx b/PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx index 37d4b230764..750f660ab12 100644 --- a/PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx +++ b/PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx @@ -914,10 +914,10 @@ struct FemtoUniverseProducerTask { if (!colCuts.isSelectedRun3(col) || (occupancy < confTPCOccupancyMin || occupancy > confTPCOccupancyMax)) { return false; } else { - if (col.selection_bit(aod::evsel::kNoSameBunchPileup) && - col.selection_bit(aod::evsel::kIsGoodZvtxFT0vsPV) && - col.selection_bit(aod::evsel::kIsGoodITSLayersAll) && - col.selection_bit(aod::evsel::kNoCollInRofStandard) && + if (col.selection_bit(aod::evsel::kNoSameBunchPileup) && + col.selection_bit(aod::evsel::kIsGoodZvtxFT0vsPV) && + col.selection_bit(aod::evsel::kIsGoodITSLayersAll) && + col.selection_bit(aod::evsel::kNoCollInRofStandard) && col.selection_bit(aod::evsel::kNoHighMultCollInPrevRof)) { outputCollision(vtxZ, cent, multNtr, 2, mMagField); return true;