We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f934c1 commit 9b6031eCopy full SHA for 9b6031e
PWGMM/Lumi/Tasks/LumiFDDFT0.cxx
@@ -352,6 +352,9 @@ struct LumiFDDFT0 {
352
for (const auto& bc : bcs) {
353
if (!bc.timestamp())
354
continue;
355
+ if (bc.inputMask() == 0) // No trigger inputs active
356
+ continue;
357
+
358
if (useRelTimeStamp) {
359
Long64_t relTS = bc.timestamp() - fttimestamp;
360
rowEventInfoCTP(relTS, bc.globalBC(), bc.inputMask());
0 commit comments