Skip to content

Commit 1aa5e87

Browse files
committed
DPL Analysis: fix missing sourceMatcher
1 parent d40b350 commit 1aa5e87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Framework/CCDBSupport/src/AnalysisCCDBHelpers.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ AlgorithmSpec AnalysisCCDBHelpers::fetchFromCCDB(ConfigContext const& /*ctx*/)
8484
if (m.name.starts_with("input:")) {
8585
auto name = m.name.substr(6);
8686
schemaMetadata->Append("sourceTable", name);
87+
schemaMetadata->Append("sourceMatcher", DataSpecUtils::describe(std::get<ConcreteDataMatcher>(DataSpecUtils::fromMetadataString(m.defaultValue.get<std::string>()).matcher)));
8788
continue;
8889
}
8990
// Ignore the non ccdb: entries

0 commit comments

Comments
 (0)