From 8fff473aeebfd45ae8fc09a7ef938dba4b68d9b6 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 31 Jan 2024 09:12:42 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/TableProducer/lambdakzerobuilder.cxx | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/PWGLF/TableProducer/lambdakzerobuilder.cxx b/PWGLF/TableProducer/lambdakzerobuilder.cxx index 4a2dfa36dcf..a79ea55d94d 100644 --- a/PWGLF/TableProducer/lambdakzerobuilder.cxx +++ b/PWGLF/TableProducer/lambdakzerobuilder.cxx @@ -1112,24 +1112,24 @@ struct lambdakzeroPreselector { if (((bitcheck(maskElement, bitdEdxGamma) || bitcheck(maskElement, bitdEdxK0Short)) || passdEdx) && (posRowsOK && negRowsOK) && (!forceITSOnlyMesons || (posITSonly && negITSonly))) bitset(maskElement, bitTrackQuality); // With baryons in decay - if ((bitcheck(maskElement, bitdEdxLambda) || passdEdx) && // logical AND with dEdx - (posRowsOK && (negRowsOK || dPreselectOnlyBaryons)) && // rows requirement - ((posRowsOK || longPosITSonly) && (negRowsOK || longNegITSonly)) && // if ITS-only, check for min length + if ((bitcheck(maskElement, bitdEdxLambda) || passdEdx) && // logical AND with dEdx + (posRowsOK && (negRowsOK || dPreselectOnlyBaryons)) && // rows requirement + ((posRowsOK || longPosITSonly) && (negRowsOK || longNegITSonly)) && // if ITS-only, check for min length (!forceITSOnlyMesons || negITSonly)) bitset(maskElement, bitTrackQuality); - if ((bitcheck(maskElement, bitdEdxAntiLambda) || passdEdx) && // logical AND with dEdx - (negRowsOK && (posRowsOK || dPreselectOnlyBaryons)) && // rows requirement - ((posRowsOK || longPosITSonly) && (negRowsOK || longNegITSonly)) && // if ITS-only, check for min length + if ((bitcheck(maskElement, bitdEdxAntiLambda) || passdEdx) && // logical AND with dEdx + (negRowsOK && (posRowsOK || dPreselectOnlyBaryons)) && // rows requirement + ((posRowsOK || longPosITSonly) && (negRowsOK || longNegITSonly)) && // if ITS-only, check for min length (!forceITSOnlyMesons || posITSonly)) bitset(maskElement, bitTrackQuality); - if ((bitcheck(maskElement, bitdEdxHypertriton) || passdEdx) && // logical AND with dEdx - (posRowsOK && (negRowsOK || dPreselectOnlyBaryons)) && // rows requirement - ((posRowsOK || longPosITSonly) && (negRowsOK || longNegITSonly)) && // if ITS-only, check for min length + if ((bitcheck(maskElement, bitdEdxHypertriton) || passdEdx) && // logical AND with dEdx + (posRowsOK && (negRowsOK || dPreselectOnlyBaryons)) && // rows requirement + ((posRowsOK || longPosITSonly) && (negRowsOK || longNegITSonly)) && // if ITS-only, check for min length (!forceITSOnlyMesons || negITSonly)) bitset(maskElement, bitTrackQuality); - if ((bitcheck(maskElement, bitdEdxAntiHypertriton) || passdEdx) && // logical AND with dEdx - (negRowsOK && (posRowsOK || dPreselectOnlyBaryons)) && // rows requirement - ((posRowsOK || longPosITSonly) && (negRowsOK || longNegITSonly)) && // if ITS-only, check for min length + if ((bitcheck(maskElement, bitdEdxAntiHypertriton) || passdEdx) && // logical AND with dEdx + (negRowsOK && (posRowsOK || dPreselectOnlyBaryons)) && // rows requirement + ((posRowsOK || longPosITSonly) && (negRowsOK || longNegITSonly)) && // if ITS-only, check for min length (!forceITSOnlyMesons || posITSonly)) bitset(maskElement, bitTrackQuality); }