Skip to content

Commit 0fb1d55

Browse files
[PWGLF] [PWGMM] Only add non-zero ctp mask (#13566)
Co-authored-by: Arvind Khuntia <arvind.khuntia@cern.ch>
1 parent 0945b40 commit 0fb1d55

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)