Skip to content

Commit

Permalink
Add writing DYN tables
Browse files Browse the repository at this point in the history
  • Loading branch information
qgp authored and Nima Zardoshti committed Nov 7, 2023
1 parent f168b58 commit 8f07777
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Framework/Core/src/CommonDataProcessors.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,8 @@ DataProcessorSpec
}

// skip non-AOD refs
if (!DataSpecUtils::partialMatch(*ref.spec, header::DataOrigin("AOD"))) {
if (!DataSpecUtils::partialMatch(*ref.spec, header::DataOrigin("AOD")) &&
!DataSpecUtils::partialMatch(*ref.spec, header::DataOrigin("DYN"))) {
continue;
}
startTime = DataRefUtils::getHeader<DataProcessingHeader*>(ref)->startTime;
Expand Down

0 comments on commit 8f07777

Please sign in to comment.