Skip to content

Commit eaa09a3

Browse files
committed
Call ProductRegistry::setProcessOrder from sources
1 parent f046846 commit eaa09a3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

FWCore/Sources/src/DaqProvenanceHelper.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ namespace edm {
8585
// Now we need to set all the metadata
8686
// Add the product to the product registry
8787
productRegistry.copyProduct(constProductDescription_);
88+
productRegistry.setProcessOrder({constProductDescription_.processName()});
8889

8990
// Insert an entry for this process in the process history registry
9091
// This process is about the data from LHC, and has thus no

GeneratorInterface/LHEInterface/plugins/LHEProvenanceHelper.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ namespace edm {
4848
auto rp = runProductProductDescription_;
4949
rp.setIsProvenanceSetOnRead();
5050
productRegistry.copyProduct(rp);
51+
productRegistry.setProcessOrder({eventProductProductDescription_.processName()});
5152
BranchIDList bli(1UL, ep.branchID().id());
5253
branchIDListHelper.updateFromInput({{bli}});
5354
}

0 commit comments

Comments
 (0)