Skip to content

Commit 5feecaf

Browse files
[PWGLF] Add exception for autoenabling from strangenesstofpid (#16828)
1 parent 3ade9a1 commit 5feecaf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

PWGLF/Utils/strangenessBuilderModule.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ class BuilderModule
584584
if (f == 1) {
585585
baseOpts.mEnabledTables[i] = 1;
586586
listOfRequestors[i] = "manual enabling";
587+
nEnabledTables++;
587588
}
588589
if (f == -1) {
589590
// autodetect this table in other devices
@@ -597,6 +598,8 @@ class BuilderModule
597598
tableNameWithVersion += Form("_%03d", version);
598599
}
599600
if (input.matcher.binding == tableNameWithVersion) {
601+
if (device.name == "strangenesstofpid")
602+
continue;
600603
LOGF(info, "Device %s has subscribed to %s (version %i)", device.name, tableNames[i], version);
601604
listOfRequestors[i].Append(Form("%s ", device.name.c_str()));
602605
baseOpts.mEnabledTables[i] = 1;

0 commit comments

Comments
 (0)