Skip to content

Commit

Permalink
Merge pull request #33469 from Dr15Jones/fixSecondaryFiles_10_6
Browse files Browse the repository at this point in the history
Fix secondary file reading when processIDs change
  • Loading branch information
cmsbuild committed Apr 20, 2021
2 parents 769dffb + 6e56f56 commit f941a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IOPool/Input/src/PoolSource.cc
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ namespace edm {
checkHistoryConsistency(eventPrincipal, secondaryEventPrincipal);
eventPrincipal.recombine(secondaryEventPrincipal, branchIDsToReplace_[InEvent]);
eventPrincipal.mergeProvenanceRetrievers(secondaryEventPrincipal);
secondaryEventPrincipal.clearPrincipal();
secondaryEventPrincipal.clearEventPrincipal();
} else {
throw Exception(errors::MismatchedInputFiles, "PoolSource::readEvent_")
<< eventPrincipal.id() << " is not found in the secondary input files\n";
Expand Down

0 comments on commit f941a1d

Please sign in to comment.