Skip to content

Commit cf3142d

Browse files
authored
Merge branch 'AliceO2Group:master' into jethadronBranch
2 parents a2b7259 + f9c7755 commit cf3142d

File tree

3 files changed

+275
-27
lines changed

3 files changed

+275
-27
lines changed

Common/TableProducer/zdcTaskLightIons.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ struct ZdcTaskLightIons {
208208
}
209209
}
210210
if (isZNChit && isZNAhit) {
211-
registry.get<TH1>(HIST("zdcDebunchHist"))->Fill(zna - znc, zna + znc);
211+
registry.get<TH2>(HIST("zdcDebunchHist"))->Fill(zna - znc, zna + znc);
212212
}
213213

214214
zdcTableLI(tdcZNA, zna, pmcZNA, pmqZNA[0], pmqZNA[1], pmqZNA[2], pmqZNA[3],
@@ -311,7 +311,7 @@ struct ZdcTaskLightIons {
311311
}
312312
}
313313
if (isZNChit && isZNAhit) {
314-
registry.get<TH1>(HIST("zdcDebunchHist"))->Fill(zna - znc, zna + znc);
314+
registry.get<TH2>(HIST("zdcDebunchHist"))->Fill(zna - znc, zna + znc);
315315
}
316316

317317
zdcTableLI(tdcZNA, zna, pmcZNA, pmqZNA[0], pmqZNA[1], pmqZNA[2], pmqZNA[3],

Common/Tools/PID/pidTPCModule.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,9 @@ class pidTPCModule
294294
LOGF(info, "***************************************************");
295295
LOGF(info, "No need for TPC only information detected. Will not generate Nsigma for TPC only tracks");
296296
LOGF(info, "If this is unexpected behaviour and a necessity was not identified, please add the");
297-
LOGF(info, "corresponding task to the list 'devicesRequiringTPCOnlyPID' in pidTPCModule::Init()");
297+
LOGF(info, "corresponding task to the configurable 'devicesRequiringTPCOnlyPID' of this task");
298+
LOGF(info, "To do that, please get in touch with core service wagon maintainers and ask:");
299+
LOGF(info, "It is always best to use core service wagons instead of private copies");
298300
}
299301
LOGF(info, "***************************************************");
300302
}

0 commit comments

Comments
 (0)