File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
GeneratorInterface/LHEInterface/plugins Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments