Skip to content

Commit 9b6031e

Browse files
committed
[PWGMM] Only add non-zero ctp mask
1 parent 9f934c1 commit 9b6031e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PWGMM/Lumi/Tasks/LumiFDDFT0.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,9 @@ struct LumiFDDFT0 {
352352
for (const auto& bc : bcs) {
353353
if (!bc.timestamp())
354354
continue;
355+
if (bc.inputMask() == 0) // No trigger inputs active
356+
continue;
357+
355358
if (useRelTimeStamp) {
356359
Long64_t relTS = bc.timestamp() - fttimestamp;
357360
rowEventInfoCTP(relTS, bc.globalBC(), bc.inputMask());

0 commit comments

Comments
 (0)