Skip to content

Commit ee87daf

Browse files
committed
fix
1 parent cebc039 commit ee87daf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DataFormats/Detectors/CTP/src/Configuration.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,8 +933,9 @@ uint64_t CTPConfiguration::getTriggerClassMaskWInputsNoTrgDets() const
933933
exclude += cls.name.find("EMC") != std::string::npos;
934934
exclude += cls.name.find("TRD") != std::string::npos;
935935
exclude += cls.name.find("HMP") != std::string::npos;
936-
if (!exclude)
936+
if (!exclude) {
937937
clsmask |= cls.classMask;
938+
}
938939
}
939940
return clsmask;
940941
}

0 commit comments

Comments
 (0)