From d329a14633b02d3332261f9710186c11ae60757c Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sat, 18 Nov 2023 13:08:19 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../Vertexing/include/DetectorsVertexing/SVertexerParams.h | 2 +- Detectors/Vertexing/src/SVertexer.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Detectors/Vertexing/include/DetectorsVertexing/SVertexerParams.h b/Detectors/Vertexing/include/DetectorsVertexing/SVertexerParams.h index c4d231034edcf..47c56a400a289 100644 --- a/Detectors/Vertexing/include/DetectorsVertexing/SVertexerParams.h +++ b/Detectors/Vertexing/include/DetectorsVertexing/SVertexerParams.h @@ -96,7 +96,7 @@ struct SVertexerParams : public o2::conf::ConfigurableParamHelper mMinTPCdEdx to be accepted uint8_t mITSSAminNclu = 6; // global requirement of at least this many ITS clusters if no TPC info present (N.B.: affects all secondary vertexing) - uint8_t mITSSAminNcluCascades = 6; // require at least this many ITS clusters if no TPC info present for cascade finding. + uint8_t mITSSAminNcluCascades = 6; // require at least this many ITS clusters if no TPC info present for cascade finding. bool mRequireTPCforCascBaryons = true; // require that baryon daughter of cascade has TPC bool mSkipTPCOnlyCascade = true; // skip TPC only tracks when doing cascade finding bool mSkipTPCOnly3Body = true; // skip TPC only tracks when doing cascade finding diff --git a/Detectors/Vertexing/src/SVertexer.cxx b/Detectors/Vertexing/src/SVertexer.cxx index cd122578967ee..47657a0633cf5 100644 --- a/Detectors/Vertexing/src/SVertexer.cxx +++ b/Detectors/Vertexing/src/SVertexer.cxx @@ -775,7 +775,7 @@ int SVertexer::checkCascades(const V0Index& v0Idx, const V0& v0, float rv0, std: continue; // skip the track used by V0 } auto& bach = tracks[it]; - + if (!bach.hasTPC && bach.nITSclu < mSVParams->mITSSAminNcluCascades) { continue; // reject short ITS-only }