From 946e235c743ab6873ce37c2d46d17056ae691298 Mon Sep 17 00:00:00 2001 From: Jan Fiete Date: Tue, 12 Oct 2021 09:24:37 +0200 Subject: [PATCH 1/2] add comment --- PWGCF/Tasks/correlations.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/Tasks/correlations.cxx b/PWGCF/Tasks/correlations.cxx index 850cd2be40e..859bd6a5310 100644 --- a/PWGCF/Tasks/correlations.cxx +++ b/PWGCF/Tasks/correlations.cxx @@ -319,7 +319,7 @@ struct CorrelationTask { LOGF(info, "processMixedAOD: Mixed collisions bin: %d pair: %d (%f), %d (%f)", collision1.bin(), collision1.index(), collision1.posZ(), collision2.index(), collision2.posZ()); // TODO in principle these should be already checked on hash level, because in this way we don't check collision 2 - // TODO not correct because event-level histograms on collision1 are filled for each pair + // TODO not correct because event-level histograms on collision1 are filled for each pair (important :)) if (fillCollisionAOD(mixed, collision1, collision1.centV0M()) == false) { continue; } From add447656cebaa8bb738b11d121db0a7be1173c7 Mon Sep 17 00:00:00 2001 From: Jan Fiete Date: Wed, 13 Oct 2021 14:18:19 +0200 Subject: [PATCH 2/2] Add alibuild to all codeowner lines --- CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 1be8112ccbd..acc0fee908c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -8,9 +8,9 @@ # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence. # **DO NOT USE** @AliceO2Group/core for anything else. -* @AliceO2Group/core @jgrosseo @iarsene @ktf -/ALICE3 @njacazio @ginnocen @vkucera +* @AliceO2Group/core @jgrosseo @iarsene @ktf @alibuild +/ALICE3 @njacazio @ginnocen @vkucera @alibuild /PWGCF @jgrosseo @saganatt @alibuild -/PWGHF @ginnocen @vkucera -/EventFiltering @mpuccio -/PWGMM @aalkin +/PWGHF @ginnocen @vkucera @alibuild +/EventFiltering @mpuccio @alibuild +/PWGMM @aalkin @alibuild