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 cebc039 commit ee87dafCopy full SHA for ee87daf
DataFormats/Detectors/CTP/src/Configuration.cxx
@@ -933,8 +933,9 @@ uint64_t CTPConfiguration::getTriggerClassMaskWInputsNoTrgDets() const
933
exclude += cls.name.find("EMC") != std::string::npos;
934
exclude += cls.name.find("TRD") != std::string::npos;
935
exclude += cls.name.find("HMP") != std::string::npos;
936
- if (!exclude)
+ if (!exclude) {
937
clsmask |= cls.classMask;
938
+ }
939
}
940
return clsmask;
941
0 commit comments